com.ibm.jarm.api.core

Class RMFactory.WorkflowDefinition

  • java.lang.Object
    • com.ibm.jarm.api.core.RMFactory.WorkflowDefinition
  • Enclosing class:
    RMFactory


    public static class RMFactory.WorkflowDefinition
    extends java.lang.Object
    Factory for RMWorkflowDefinition instances.
    • Method Detail

      • getInstance

        public static RMWorkflowDefinition getInstance(Repository repository,
                                       java.lang.String workflowIdent)
        Constructs a placeholder instance of a specific RMWorkflowDefinition. A placeholder instance can be used as a reference for an object-type property value and for purposes of disposition-related work.
        Parameters:
        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.
        Returns:
        A RMWorkflowDefinition instance.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.