Uses of Class
com.orchestranetworks.service.UserReference
-
Packages that use UserReference Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.instance Provides interfaces for accessing data sets.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.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.ui.perspective com.orchestranetworks.ui.view com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of UserReference in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return UserReference Modifier and Type Method Description UserReferenceAdaptation. getCreator()Returns the creator of this dataset or record.UserReferenceAdaptation. getLastUser()Returns the last user who modified this dataset or record. -
Uses of UserReference in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance with parameters of type UserReference Modifier and Type Method Description abstract SessionPermissionsRepository. createSessionPermissionsForUser(UserReference aUserReference)Instantiates a permissions evaluator for the specified user without creating a specific session. -
Uses of UserReference in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return UserReference Modifier and Type Method Description static UserReferenceProfile. forUser(String aUserId)Returns the specified user reference.static UserReferenceProfile. forUserWithSpecificPrivilege(String userId, ServiceKey servicePrivilegeGranted)Returns the user reference specified, with the specific privilege granted.static UserReferenceProfile. forUserWithSpecificPrivileges(String userId, Set<ServiceKey> servicePrivileges)Returns the user reference specified, with the specific privileges granted.UserReferenceSession. getUserReference()Returns the user's user reference in the directory.Methods in com.orchestranetworks.service with parameters of type UserReference Modifier and Type Method Description AdaptationProcedureContext. doCreateOccurrence(ValueContext aContent, AdaptationTable aTable, UserReference aCreator, Date aCreationTime, UserReference aLastUpdater, Date aLastUpdateTime)Creates a record in the specified table with the specified system metadata. -
Uses of UserReference in com.orchestranetworks.service.directory
Methods in com.orchestranetworks.service.directory that return UserReference Modifier and Type Method Description UserReferenceDirectory. authenticateUserFromArray(Object[] args)Authenticates a user using an open array.UserReferenceDirectoryHandler. authenticateUserFromArray(Object[] args)UserReferenceDirectory. authenticateUserFromHttpRequest(HttpServletRequest request)Authenticates a user for the purpose of a single sign-on policy.UserReferenceDirectoryHandler. authenticateUserFromHttpRequest(HttpServletRequest request)abstract UserReferenceDirectory. authenticateUserFromLoginPassword(String aLogin, String aPassword)Authenticates a user using the login and password specified.UserReferenceDirectoryDefault. authenticateUserFromLoginPassword(String aLogin, String aPassword)UserReferenceDirectoryHandler. authenticateUserFromLoginPassword(String aLogin, String aPassword)UserReferenceDirectory. authenticateUserFromSOAPHeader(Element header)Authenticates a user using a SOAP header.UserReferenceDirectoryHandler. authenticateUserFromSOAPHeader(Element header)Methods in com.orchestranetworks.service.directory that return types with arguments of type UserReference Modifier and Type Method Description List<UserReference>DirectoryDefault. getAllUserReferences()Returns all the users defined by this directory.List<UserReference>Directory. getBackedUpUsers(UserReference aUserReference)Returns the users backed up by the specified user.List<UserReference>DirectoryHandler. getBackedUpUsers(UserReference aUserReference)If theDirectoryimplementation returnsnull, this method returns an empty List.List<UserReference>Directory. getBackingUpUsers(UserReference aUserReference)Returns the users backing up the specified user.List<UserReference>DirectoryHandler. getBackingUpUsers(UserReference aUserReference)If theDirectoryimplementation returnsnull, this method returns an empty List.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)Methods in com.orchestranetworks.service.directory with parameters of type UserReference Modifier and Type Method Description static ProcedureResultDirectoryDefaultHelper. deleteUser(UserReference aUserReference, String aTrackingInfoOrNull, DirectoryDefault aDirectory)Deletes the user entity corresponding to the specified user reference.StringDirectory. displayUser(UserReference aUserReference, Locale aLocale)Returns a label for the specified user.StringDirectoryDefault. displayUser(UserReference aUserReference, Locale aLocale)StringDirectoryHandler. displayUser(UserReference aUserReference, Locale aLocale)StringDirectory. displayUserWithSalutation(UserReference aUserReference, Locale aLocale)Returns a label for the specified user so that it can be used in the user interface.StringDirectoryDefault. displayUserWithSalutation(UserReference aUserReference, Locale aLocale)StringDirectoryHandler. displayUserWithSalutation(UserReference aUserReference, Locale aLocale)static DirectoryDefault.UserEntityDirectoryDefaultHelper. findUser(UserReference aUserReference, DirectoryDefault aDirectory)Returns the user entity corresponding to the specified user reference if it exists,nullotherwise.List<UserReference>Directory. getBackedUpUsers(UserReference aUserReference)Returns the users backed up by the specified user.List<UserReference>DirectoryHandler. getBackedUpUsers(UserReference aUserReference)If theDirectoryimplementation returnsnull, this method returns an empty List.List<UserReference>Directory. getBackingUpUsers(UserReference aUserReference)Returns the users backing up the specified user.List<UserReference>DirectoryHandler. getBackingUpUsers(UserReference aUserReference)If theDirectoryimplementation returnsnull, this method returns an empty List.List<Role>DirectoryDefault. getRolesForUser(UserReference userReference)Returns the specific roles of the specified user.URIDirectory. getUserAvatarURI(UserReference aUserReference)Returns the URL to the image associated with the specified user.URIDirectoryDefault. getUserAvatarURI(UserReference aUserReference)StringDirectory. getUserEmail(UserReference aUserReference)Returns the email address of the specified user,nullif unknown.StringDirectoryDefault. getUserEmail(UserReference aUserReference)StringDirectoryHandler. getUserEmail(UserReference aUserReference)StringDirectory. getUserInitials(UserReference aUserReference, Locale aLocale)Returns the initials of the specified user.StringDirectoryDefault. getUserInitials(UserReference aUserReference, Locale aLocale)Returns the initials defined in the user record.abstract booleanDirectory. isUserDefined(UserReference aUserReference)Returnstrueif the specified user actually exists in this directory.booleanDirectoryDefault. isUserDefined(UserReference aUserReference)booleanDirectoryHandler. isUserDefined(UserReference aUserReference)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.UserEntityDirectoryDefaultHelper. newUser(UserReference aUserReference, DirectoryDefault aDirectory)Returns a new user entity whose key is the specified user reference. -
Uses of UserReference in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui with parameters of type UserReference Modifier and Type Method Description voidUIComponentWriter. addUserAvatar(UserReference aUserReference)Displays the standard user avatar (a circle of 26px diameter with initials or image). -
Uses of UserReference in com.orchestranetworks.ui.perspective
Methods in com.orchestranetworks.ui.perspective with parameters of type UserReference Modifier and Type Method Description PerspectivePerspectiveHandler. getFavoritePerspective(UserReference aUser)Returns the favorite perspective for a given user.PerspectivePerspectiveHandler. getPerspectiveToApply(UserReference aUser)Returns the perspective to apply.PerspectivePerspectiveHandler. getRecommendedPerspective(UserReference aUser)Returns the recommended perspective for a given user. -
Uses of UserReference in com.orchestranetworks.ui.view
Methods in com.orchestranetworks.ui.view with parameters of type UserReference Modifier and Type Method Description Stream<UICustomViewKey>UICustomViewContext. getCustomViewKeys(AdaptationTable aTable, UserReference aUser)Returns the list of keys of the custom views defined on the given table and applicable by given user -
Uses of UserReference in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return UserReference Modifier and Type Method Description UserReferenceCreationWorkItemSpec. getAllocatedTo()Returns the user to whom the work item must be allocated.UserReferenceProcessInstance. getCreator()Returns the user that created this workflow.UserReferenceProcessExecutionInfoContext. getProcessInstanceCreator()Returns the creator of the current process instance.UserReferenceProcessInstanceComment. getUser()Returns the user who has written the comment.UserReferenceUserTask.WorkItem. getUserReference()Returns the owner of the work item.UserReferenceWorkflowTriggerWorkItemAllocationContext. getUserReference()Returns the user to whom the work item will be allocated.Methods in com.orchestranetworks.workflow that return types with arguments of type UserReference Modifier and Type Method Description List<UserReference>UserTask. getUsersForAllocation(UserTaskUsersForAllocationCollectorContext aContext)This method is automatically invoked when a workflow administrator clicks the 'allocate' or 'reallocate' administration action of a work item.Methods in com.orchestranetworks.workflow with parameters of type UserReference Modifier and Type Method Description voidWorkflowEngine. allocateWorkItem(WorkItemKey aKey, UserReference aUser)Allocates the specified work item to the specified user.static CreationWorkItemSpecCreationWorkItemSpec. forAllocation(UserReference allocatedTo)Allows to directly create a work item allocated to the specified user.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. forAllocationWithPossibleReallocation(UserReference allocatedTo, Collection<Profile> offeredToProfiles)Allows to create a work item allocated to the specified user with the possibility to reallocate to a profile contained in offeredToProfiles.List<UserTask.WorkItem>WorkflowEngine. getWorkItemsAllocatedToUser(UserReference aUser)Returns all the work items allocated to a user.List<UserTask.WorkItem>WorkflowEngine. getWorkItemsOfferedToUser(UserReference aUser)Returns all the work items offered to a user.voidWorkflowEngine. reallocateWorkItem(WorkItemKey aKey, UserReference aUser)Reallocates the specified work item.voidProcessLauncher. setCreator(UserReference creator)Specifies the creator of the new workflow instance to be launched.voidMailSpec. setUserContext(UserReference user)Defines a specific user for the email context.voidWorkflowEngine. unPublish(PublishedProcessKey publicationKey, boolean forceCurrentInstanceToTerminate, UserReference user)Unpublishes a workflow process publication.
-