|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHumanWorkflow | |
---|---|
com.semarchy.mdm.runtime.activity | This package contains the IActivityService and the related classes. |
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.logical.exception | |
com.semarchy.mdm.runtime.model.security |
Uses of IHumanWorkflow in com.semarchy.mdm.runtime.activity |
---|
Methods in com.semarchy.mdm.runtime.activity that return IHumanWorkflow | |
---|---|
IHumanWorkflow |
IActivityTask.getHumanWorkflow()
|
IHumanWorkflow |
IActivity.getHumanWorkflow()
The underlying IHumanWorkflow that defines this IActivity |
Methods in com.semarchy.mdm.runtime.activity with parameters of type IHumanWorkflow | |
---|---|
static ActivityPermissionDeniedException |
ActivityPermissionDeniedException.workflowStartNotAuthorized(IHumanWorkflow pWorkflow,
String pUsername)
|
Uses of IHumanWorkflow in com.semarchy.mdm.runtime.model.logical |
---|
Subinterfaces of IHumanWorkflow in com.semarchy.mdm.runtime.model.logical | |
---|---|
interface |
IDataEntryWorkflow
|
interface |
IDupsWorkflow
|
Methods in com.semarchy.mdm.runtime.model.logical that return IHumanWorkflow | |
---|---|
IHumanWorkflow |
IApplication.getHumanWorkflow(String pName)
Get the IHumanWorkflow with the given name or throws if name
doesn't match any of known workflows |
IHumanWorkflow |
IWorkflowNode.getWorkflow()
|
IHumanWorkflow |
IHumanTask.getWorkflow()
The workflow to which this task belongs |
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IHumanWorkflow | |
---|---|
Set<IHumanWorkflow> |
IApplication.getAdminedWorkflows(LogicalModelAuthorizations modelAuthorizations)
Return the set of IHumanWorkflow for which the given
LogicalModelAuthorizations can act as administrator |
List<IHumanWorkflow> |
IApplication.getHumanWorkflows()
Get the list of human workflow ordered by workflow name. |
List<IHumanWorkflow> |
IApplication.getWorkflowsInShorcuts()
get list of human workflow in quick actions, ordered by position |
Uses of IHumanWorkflow in com.semarchy.mdm.runtime.model.logical.exception |
---|
Constructors in com.semarchy.mdm.runtime.model.logical.exception with parameters of type IHumanWorkflow | |
---|---|
NoSuchNodeException(IHumanWorkflow pParent,
String pName)
|
|
NoSuchTaskException(IHumanWorkflow pParent,
String pName)
|
Uses of IHumanWorkflow in com.semarchy.mdm.runtime.model.security |
---|
Methods in com.semarchy.mdm.runtime.model.security with type parameters of type IHumanWorkflow | ||
---|---|---|
|
ILogicalModelSecurityProvider.getStartableWorkflows(List<WT> workflows)
Return the list of workflows filtered to contain only workflows for which ILogicalModelSecurityProvider.isStartAuthorized(IHumanWorkflow) returns true. |
Methods in com.semarchy.mdm.runtime.model.security with parameters of type IHumanWorkflow | |
---|---|
boolean |
ILogicalModelSecurityProvider.isStartAuthorized(IHumanWorkflow workflow)
Deprecated. use isStartable(LogicalModelAuthorizations) |
boolean |
ILogicalModelSecurityProvider.isWorkflowAdmin(IHumanWorkflow workflow)
Deprecated. use isAdministrator(LogicalModelAuthorizations) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |