Uses of Interface
ch.ivyteam.ivy.security.IUserToken
Packages that use IUserToken
Package
Description
-
Uses of IUserToken in ch.ivyteam.ivy.casemap.runtime
Methods in ch.ivyteam.ivy.casemap.runtime with parameters of type IUserTokenModifier and TypeMethodDescriptionICaseMapService.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.securityModifier and TypeInterfaceDescriptioninterfaceA session holds information about a user who interacts with ivy.Methods in ch.ivyteam.ivy.security that return IUserTokenMethods in ch.ivyteam.ivy.security with parameters of type IUserTokenModifier and TypeMethodDescriptionbooleanISecurityMember.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.workflowModifier and TypeInterfaceDescriptioninterfaceA 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 IUserTokenModifier and TypeMethodDescriptionCaseQuery.FilterQuery.canWorkOn(IUserToken userToken) CaseQuery.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 IUserTokenModifier and TypeMethodDescriptionbooleanIActivator.isMember(IUserToken userToken) Whether the activator is set and the given user token is a member of the activator.