Uses of Class
net.pricefx.domain.User
-
Packages that use User Package Description net.pricefx.domain Defines set of domain object classes.net.pricefx.workflowengine Provides Workflow API. -
-
Uses of User in net.pricefx.domain
Methods in net.pricefx.domain with parameters of type User Modifier and Type Method Description void
User. auditOperation(AuditOperation operation, User byUser, CommandContext context, PersistedObjectService objService, String details)
void
UserGroup. auditOperation(AuditOperation operation, User byUser, CommandContext context, PersistedObjectService objService, String details)
-
Uses of User in net.pricefx.workflowengine
Fields in net.pricefx.workflowengine with type parameters of type User Modifier and Type Field Description List<User>
WorkflowInfo.WorkflowStepInfo. executedByUsers
Approved by user(s)List<User>
WorkflowInfo.WorkflowStepInfo. userApprovers
A list of users that can approveMethods in net.pricefx.workflowengine that return User Modifier and Type Method Description User
WorkflowInfo.WorkflowStepInfo. getUserApprover()
Deprecated.
-