Package com.axemble.vdoc.sdk.interfaces
Interface IWorkflowContainer
- All Superinterfaces:
IDelegationSupport,IDeletionSupport,IElement,ILocalizationScope,IProtocolSupport,IScopeContainer,ISearchSupport,ISecuritySupport,Serializable
public interface IWorkflowContainer
extends IElement, IDeletionSupport, ISecuritySupport, ISearchSupport, IDelegationSupport, IScopeContainer, ILocalizationScope, IProtocolSupport
This class represents a set of
IWorkflow objects.- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Method Summary
Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
deleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getCatalog
ICatalog getCatalog()Retrieve the parent catalog.- Returns:
- A
ICatalogobject.
-
getName
String getName()- Returns:
- The name of the workflow container.
-
getLabel
String getLabel()- Returns:
- The label of the workflow container.
-
getLabel
- Returns:
- The label of the workflow container.
-
getDescription
String getDescription()- Returns:
- The description of the workflow container.
-