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 SummaryMethods 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, getProtocolURI
- 
Method Details- 
getCatalogICatalog getCatalog()Retrieve the parent catalog.- Returns:
- A ICatalogobject.
 
- 
getNameString getName()- Returns:
- The name of the workflow container.
 
- 
getLabelString getLabel()- Returns:
- The label of the workflow container.
 
- 
getLabel- Returns:
- The label of the workflow container.
 
- 
getDescriptionString getDescription()- Returns:
- The description of the workflow container.
 
 
-