Uses of Interface
ch.ivyteam.ivy.security.IUserToken
-
Packages that use IUserToken Package Description ch.ivyteam.ivy.casemap.runtime ch.ivyteam.ivy.security ch.ivyteam.ivy.workflow ch.ivyteam.ivy.workflow.query ch.ivyteam.ivy.workflow.task -
-
Uses of IUserToken in ch.ivyteam.ivy.casemap.runtime
Methods in ch.ivyteam.ivy.casemap.runtime with parameters of type IUserToken Modifier and Type Method Description ICaseMapServiceICaseMapService. getCaseMapService(IBusinessCase businessCase, IUserToken userToken)Get the case map service for the given context -
Uses of IUserToken in ch.ivyteam.ivy.security
Subinterfaces of IUserToken in ch.ivyteam.ivy.security Modifier and Type Interface Description interfaceISessionA session holds information about a user who interacts with ivy.Methods in ch.ivyteam.ivy.security that return IUserToken Modifier and Type Method Description IUserTokenIUser. getUserToken()Gets a user token for this userMethods in ch.ivyteam.ivy.security with parameters of type IUserToken Modifier and Type Method Description booleanISecurityMember. isMember(IUserToken userToken, boolean useSessionRoles)Returns true if the user token is a member of this task activator -
Uses of IUserToken in ch.ivyteam.ivy.workflow
Subinterfaces of IUserToken in ch.ivyteam.ivy.workflow Modifier and Type Interface Description interfaceIWorkflowSessionA workflow session extends a security session with workflow functionality. -
Uses of IUserToken in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query with parameters of type IUserToken Modifier and Type Method Description CaseQuery.FilterLinkCaseQuery.FilterQuery. canWorkOn(IUserToken userToken)CaseQuery.FilterLinkCaseQuery.IFilterableColumns. canWorkOn(IUserToken userToken)Filters all cases where the user token can work on at least one task. -
Uses of IUserToken in ch.ivyteam.ivy.workflow.task
Methods in ch.ivyteam.ivy.workflow.task with parameters of type IUserToken Modifier and Type Method Description booleanIActivator. isMember(IUserToken userToken)Whether the activator is set and the given user token is a member of the activator.
-