Uses of Class
com.orchestranetworks.service.Role
-
Packages that use Role Package Description com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.com.orchestranetworks.service.directory Provides classes for Directory handling.com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of Role in com.orchestranetworks.service
Fields in com.orchestranetworks.service declared as Role Modifier and Type Field Description static RoleProfile. ADMINISTRATORBuilt-in 'Administrator' role.static RoleProfile. EVERYONEBuilt-in role, all users have this role.static RoleProfile. OWNERThe dynamic built-in 'Owner' role.static RoleProfile. READ_ONLYBuilt-in read-only role.Methods in com.orchestranetworks.service that return Role Modifier and Type Method Description static RoleProfile. forBuiltInRole(String roleName)Returns the built-in role identified by the name specified.static RoleProfile. forSpecificRole(String roleName)Returns the specific role identified by the name specified. -
Uses of Role in com.orchestranetworks.service.directory
Methods in com.orchestranetworks.service.directory that return types with arguments of type Role Modifier and Type Method Description List<Role>DirectoryDefault. getAllSpecificRoles()Returns all the specific roles defined by this directory.List<Role>DirectoryDefault.RoleEntity. getIncludedRoles()Never returnsnull.List<Role>DirectoryDefault. getRolesForUser(UserReference userReference)Returns the specific roles of the specified user.List<Role>DirectoryDefault.UserEntity. getSpecificRoles()Never returnsnull.Methods in com.orchestranetworks.service.directory with parameters of type Role Modifier and Type Method Description static ProcedureResultDirectoryDefaultHelper. deleteRole(Role aRole, String aTrackingInfoOrNull, DirectoryDefault aDirectory)Deletes the role entity corresponding to the specified role.StringDirectory. displayBuiltInRole(Role aBuiltInRole, Locale aLocale)Returns a label for the specified built-in role.StringDirectoryHandler. displayBuiltInRole(Role aBuiltInRole, Locale aLocale)StringDirectory. displaySpecificRole(Role aSpecificRole, Locale aLocale)Returns a label for this specific role.StringDirectoryDefault. displaySpecificRole(Role aSpecificRole, Locale aLocale)StringDirectoryHandler. displaySpecificRole(Role aSpecificRole, Locale aLocale)static DirectoryDefault.RoleEntityDirectoryDefaultHelper. findRole(Role aRole, DirectoryDefault aDirectory)Returns the role entity corresponding to the specified role if it exists,nullotherwise.StringDirectoryDefault. getRoleDescription(Role aRole, Locale aLocale)Returns the specific role description.StringDirectory. getRoleEmail(Role aRole)Returns the email address of the specified role.StringDirectoryDefault. getRoleEmail(Role aRole)Returns the email address of the specified role.StringDirectoryHandler. getRoleEmail(Role aRole)If not null, the email address is considered as the mailing list of all the users in this role.List<UserReference>Directory. getUsersInRole(Role aRole)Returns all users that belong to the specified role.List<UserReference>DirectoryDefault. getUsersInRole(Role aRole)List<UserReference>DirectoryHandler. getUsersInRole(Role aRole)booleanDirectory. hasUsersInRole(Role aRole)Returnstrueif one or more users have the specified role.booleanDirectoryDefault. hasUsersInRole(Role aRole)booleanDirectoryHandler. hasUsersInRole(Role aRole)booleanDirectory. isRoleStrictlyIncluded(Role aRole, Role anotherRole)ReturnstruewhenaRoleis included inanotherRole.booleanDirectoryDefault. isRoleStrictlyIncluded(Role aRole, Role anotherRole)Returns true when aRole is included in anotherRole.booleanDirectoryHandler. isRoleStrictlyIncluded(Role aRole, Role anotherRole)ReturnstrueifaRoleis included inanotherRole.abstract booleanDirectory. isSpecificRoleDefined(Role aSpecificRole)Returnstrueif the specific role exists in this directory.booleanDirectoryDefault. isSpecificRoleDefined(Role aRole)booleanDirectoryHandler. isSpecificRoleDefined(Role aSpecificRole)abstract booleanDirectory. isUserInRole(UserReference aUser, Role aRole)Returnstrueif the user has the specified role.booleanDirectoryDefault. isUserInRole(UserReference aUserReference, Role aRole)Returnstrueif the user has the specified role.booleanDirectoryHandler. isUserInRole(UserReference aUser, Role aRole)Returnstrueif the user has the specified role.static DirectoryDefault.RoleEntityDirectoryDefaultHelper. newRole(Role aRole)Returns a new role entity whose key is the specified role.Method parameters in com.orchestranetworks.service.directory with type arguments of type Role Modifier and Type Method Description voidDirectoryDefault.RoleEntity. setIncludedRoles(List<Role> includedRoles)Specifies the roles included in this role.voidDirectoryDefault.UserEntity. setSpecificRoles(List<Role> specificRoles)Specifies the roles associated with the current user. -
Uses of Role in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return Role Modifier and Type Method Description RoleCreationWorkItemSpec. getOfferedTo()Deprecated.Since 5.7.0.RoleUserTask.WorkItem. getOfferedTo()Deprecated.Since 5.7.0.Methods in com.orchestranetworks.workflow with parameters of type Role Modifier and Type Method Description static CreationWorkItemSpecCreationWorkItemSpec. forAllocationWithPossibleReallocation(UserReference allocatedTo, Role offeredTo)Allows to create a work item allocated to the specified user with the possibility to reallocate it.static CreationWorkItemSpecCreationWorkItemSpec. forOffer(Role offeredTo)Allows to create a work item offered to the specified role.List<UserTask.WorkItem>WorkflowEngine. getWorkItemsOfferedToRole(Role aRole)Returns all the work items offered to a role.
-