public static class RMFactory.WorkflowDefinition
extends java.lang.Object
RMWorkflowDefinition
instances.Modifier and Type | Method and Description |
---|---|
static RMWorkflowDefinition |
fetchInstance(Repository repository,
java.lang.String workflowIdent,
RMPropertyFilter filter)
Retrieves a
RMWorkflowDefinition from a repository. |
static RMWorkflowDefinition |
getInstance(Repository repository,
java.lang.String workflowIdent)
Constructs a placeholder instance of a specific
RMWorkflowDefinition . |
public static RMWorkflowDefinition fetchInstance(Repository repository, java.lang.String workflowIdent, RMPropertyFilter filter)
RMWorkflowDefinition
from a repository.repository
- the Repository
to retrieve from.
This entry cannot be null
.workflowIdent
- an ID String
or full path String
of the desired workflow definition.
This entry cannot be null
or blank.filter
- an optional RMPropertyFilter
defining which properties
to retrieve.
This entry can be null
.RMWorkflowDefinition
instance.public static RMWorkflowDefinition getInstance(Repository repository, java.lang.String workflowIdent)
RMWorkflowDefinition
.
A placeholder instance can be used as a reference for
an object-type property value and for purposes of disposition-related work.repository
- the Repository
that the workflow definition is associated with.
This entry cannot be null
.workflowIdent
- an ID String
or full path String
of the desired workflow definition.
This entry cannot be null
or blank.RMWorkflowDefinition
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.