Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
IHumanWorkflow |
IActivityTask.getHumanWorkflow() |
IHumanWorkflow |
IActivity.getHumanWorkflow()
The underlying
IHumanWorkflow that defines this IActivity |
Modifier and Type | Method and Description |
---|---|
static ActivityPermissionDeniedException |
ActivityPermissionDeniedException.workflowStartNotAuthorized(IHumanWorkflow pWorkflow,
String pUsername) |
Modifier and Type | Interface and Description |
---|---|
interface |
IDataEntryWorkflow |
interface |
IDupsWorkflow |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
NoSuchNodeException(IHumanWorkflow pParent,
String pName) |
NoSuchTaskException(IHumanWorkflow pParent,
String pName) |
Modifier and Type | Method and Description |
---|---|
<WT extends IHumanWorkflow> |
ILogicalModelSecurityProvider.getStartableWorkflows(List<WT> workflows)
Return the list of workflows filtered to contain only workflows for which
ILogicalModelSecurityProvider.isStartAuthorized(IHumanWorkflow) returns true. |
Modifier and Type | Method and Description |
---|---|
boolean |
ILogicalModelSecurityProvider.isStartAuthorized(IHumanWorkflow workflow)
Deprecated.
|
boolean |
ILogicalModelSecurityProvider.isWorkflowAdmin(IHumanWorkflow workflow)
Deprecated.
|
Copyright © 2016. All rights reserved.