Package com.axemble.vdoc.sdk.interfaces
Interface IWorkflow
- All Superinterfaces:
- IConnectorParentContextSupport,- IDelegationSupport,- IDeletionSupport,- IElement,- ILocalizationScope,- IProtocolSupport,- IScopeContainer,- ISearchSupport,- ISecuritySupport,- IUriSupport,- Serializable
public interface IWorkflow
extends IElement, IDeletionSupport, ISecuritySupport, ISearchSupport, IUriSupport, IDelegationSupport, IProtocolSupport, IScopeContainer, ILocalizationScope, IConnectorParentContextSupport
This class represents a specific version of a process.
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionlonggetDelay()Gets the first manual task of the workflowgetForm()getLabel()intCollection<? extends ITask> getName()Collection<? extends ITask> getTasks()Deprecated.Gets the workflow container object.voidsetWorkflowContainer(IWorkflowContainer workflowContainer) Sets the workflow container object.Methods inherited from interface com.axemble.vdoc.sdk.supports.IConnectorParentContextSupportgetParentContextMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupportdeleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.supports.IUriSupportgetURI
- 
Method Details- 
getNameString getName()- Returns:
- The name of the workflow.
 
- 
getLabelString getLabel()- Returns:
- The label of the workflow.
 
- 
getLabel- Returns:
- The label of the workflow.
 
- 
getDescriptionString getDescription()- Returns:
- The description of the workflow.
 
- 
getVersionNumberString getVersionNumber()
- 
getDelaylong getDelay()
- 
getTask
- 
getTasksCollection<? extends ITask> getTasks()
- 
getManualTasksCollection<? extends ITask> getManualTasks()
- 
getFormIForm getForm()
- 
getCatalogICatalog getCatalog()
- 
getWorflowContainerDeprecated.
- 
getWorkflowContainerIWorkflowContainer getWorkflowContainer()Gets the workflow container object.- Returns:
- A IWorkflowContainerobject.
 
- 
setWorkflowContainerSets the workflow container object.- Parameters:
- workflowContainer- The workflow container to set.
 
- 
getLifeCycleStatusint getLifeCycleStatus()
- 
getFirstManualTaskITask getFirstManualTask()Gets the first manual task of the workflow- Returns:
- IWorkflowthe first manual task
 
 
-