Uses of Interface
com.orchestranetworks.service.directory.DirectoryDefault.RoleEntity
Packages that use DirectoryDefault.RoleEntity
Package
Description
Provides classes for Directory handling.
-
Uses of DirectoryDefault.RoleEntity in com.orchestranetworks.service.directory
Methods in com.orchestranetworks.service.directory that return DirectoryDefault.RoleEntityModifier and TypeMethodDescriptionstatic DirectoryDefault.RoleEntity
DirectoryDefaultHelper.findRole
(Role aRole, DirectoryDefault aDirectory) Returns the role entity corresponding to the specified role if it exists,null
otherwise.static DirectoryDefault.RoleEntity
Returns a new role entity whose key is the specified role.Methods in com.orchestranetworks.service.directory with parameters of type DirectoryDefault.RoleEntityModifier and TypeMethodDescriptionstatic ProcedureResult
DirectoryDefaultHelper.saveRole
(DirectoryDefault.RoleEntity aRole, String aTrackingInfoOrNull, DirectoryDefault aDirectory) Makes the specified role entity persistent if it does not yet exist in the EBX® repository; updates it if it exists.