Package com.axemble.vdoc.sdk.supports
Interface IConnectorParentContextSupport
- All Known Subinterfaces:
IAction
,IActionTask
,IApplicationTask
,IDecisionTask
,IForm
,ILinkedResourceDefinition
,IMailForm
,IManualTask
,IProperty
,IPropertyCompatibility
,IResourceDefinition
,IStorageResourceDefinition
,ITask
,IWorkflow
,IWorkflowResourceDefinition
- All Known Implementing Classes:
PortalProperty
,PortalResourceDefinition
public interface IConnectorParentContextSupport
The parent object of the service
-
Method Summary
Modifier and TypeMethodDescriptionGets the container for the parent object of the service
-
Method Details
-
getParentContext
IProtocolSupport getParentContext()Gets the container for the parent object of the service- Returns:
- a
IProtocolSupport
object.
-