Uses of Interface
com.axemble.vdoc.sdk.supports.IDelegationSupport
-
Uses of IDelegationSupport in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionvoid
ProcessDelegationController.addDelegation
(IUser user, IUser substituteUser, IDelegationSupport delegationSupport) void
ProcessDelegationController.addDelegation
(IUser user, IUser substituteUser, IDelegationSupport delegationSupport, String comment) void
ProcessDelegationController.breakDelegation
(IUser user, IDelegationSupport delegationSupport) void
ProcessDelegationController.removeDelegation
(IUser user, IDelegationSupport delegationSupport) -
Uses of IDelegationSupport in com.axemble.vdoc.sdk.interfaces
Modifier and TypeInterfaceDescriptioninterface
Interface for an action manual taskinterface
Interface for an application manual taskinterface
This interface is intended to group workflows.interface
Interface for a decision manual taskinterface
Interface for a manual taskinterface
This class represents the definition of a class.interface
This class represents a version of a document.interface
This class represents a specific version of a process.interface
This class represents a set ofIWorkflow
objects.interface
This class represents a process document.Modifier and TypeMethodDescriptionvoid
IDelegationController.addDelegation
(IUser user, IUser substituteUser, IDelegationSupport delegationSupport) Add a delegation unit to any object which supports delegationvoid
IDelegationController.addDelegation
(IUser user, IUser substituteUser, IDelegationSupport delegationSupport, String comment) Add a delegation unit to any object which supports delegationvoid
IDelegationController.breakDelegation
(IUser user, IDelegationSupport delegationSupport) Break a delegation unit.void
IDelegationController.removeDelegation
(IUser user, IDelegationSupport delegationSupport) Remove a delegation unit for a particular user