com.ibm.pim.workflow
Interface NestedWorkflowStep

All Superinterfaces:
WorkflowStep

public interface NestedWorkflowStep
extends WorkflowStep

A NestedWorkflowStep is a special Workflow step where another Workflow is embedded. The interface provides additional functionality which is only applicable to such steps.

Since:
6.0.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.pim.workflow.WorkflowStep
WorkflowStep.Type
 
Field Summary
 
Fields inherited from interface com.ibm.pim.workflow.WorkflowStep
copyright
 
Method Summary
 Workflow getWorkflow()
          Get the nested workflow from this step.
 
Methods inherited from interface com.ibm.pim.workflow.WorkflowStep
addPerformer, addPerformers, createExitValue, createExitValue, getAttributeCollections, getAttributeCollections, getAttributeCollections, getCanModifyLocationHierarchyAvailability, getDefaultStepScriptPath, getDescription, getEditableAttributeCollections, getEditableAttributeCollections, getEditableAttributeCollections, getEntranceNotificationAddresses, getExitValue, getExitValues, getLocationHierarchiesWithCanModifyAvailabilitySettings, getName, getNextSteps, getNextSteps, getNextSteps, getPerformers, getRequiredAttributeCollections, getRequiredAttributeCollections, getRequiredAttributeCollections, getStepScript, getTimeoutDate, getTimeoutDuration, getTimeoutNotificationAddresses, getType, getViewableAttributeCollections, getViewableAttributeCollections, getViewableAttributeCollections, hasExitValue, hasExitValue, isAutomatedStep, isFailureStep, isFixitStep, isImportAllowed, isInitialStep, isNestedWorkflowStep, isRecategorizeEnabled, isReserveToEditEnabled, isSuccessStep, removeExitValue, removeExitValue, setAllowImportIntoStep, setCanModifyLocationHierarchyAvailability, setDescription, setEditableAttributeCollections, setEditableAttributeCollections, setEntranceNotificationAddresses, setNextStep, setNextStep, setNextSteps, setNextSteps, setRecategorize, setRequiredAttributeCollections, setRequiredAttributeCollections, setReserveToEdit, setStepScript, setTimeoutDate, setTimeoutDuration, setTimeoutNotificationAddresses, setViewableAttributeCollections, setViewableAttributeCollections
 

Method Detail

getWorkflow

Workflow getWorkflow()
Get the nested workflow from this step.

Returns:
the Workflow that is nested at this location
Throws:
PIMInternalException - If an internal error occurs