Package com.axemble.vdoc.sdk.impl
Class PortalResourceDefinition
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.PortalResourceDefinition
- All Implemented Interfaces:
- IElement,- IResourceDefinition,- IScopeContainer,- IConnectorParentContextSupport,- IDeletionSupport,- IProtocolSupport,- ISearchSupport,- ISecuritySupport,- Serializable
- Author:
- vlygeros
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected com.axemble.webdrive.om.DocumentDefinitionprotected IFormFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPortalResourceDefinition(IModule module, com.axemble.webdrive.om.DocumentDefinition documentDefinition) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeletes theIElementobject.getForm()Gets the default form associated to the definition.getLabel()Gets the label of the definition.getName()Gets the system name of the definition.Gets the native object underneath.Gets the container for the parent object of the serviceGets all the properties of the definition.getProperty(String name) Gets a property definition by its specified system name.Methods inherited from class com.axemble.vdoc.sdk.impl.PortalElementequals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Field Details- 
documentDefinitionprotected com.axemble.webdrive.om.DocumentDefinition documentDefinition
- 
form
 
- 
- 
Constructor Details- 
PortalResourceDefinitionprotected PortalResourceDefinition(IModule module, com.axemble.webdrive.om.DocumentDefinition documentDefinition) 
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getNameDescription copied from interface:IResourceDefinitionGets the system name of the definition.- Specified by:
- getNamein interface- IResourceDefinition
- Returns:
- a Stringobject.
 
- 
getLabelDescription copied from interface:IResourceDefinitionGets the label of the definition.- Specified by:
- getLabelin interface- IResourceDefinition
- Returns:
- a Stringobject.
 
- 
getDescription- Specified by:
- getDescriptionin interface- IResourceDefinition
- Returns:
- The description of the definition.
 
- 
getFormDescription copied from interface:IResourceDefinitionGets the default form associated to the definition.- Specified by:
- getFormin interface- IResourceDefinition
- Returns:
- a IFormobject.
 
- 
deleteDescription copied from interface:IDeletionSupportDeletes theIElementobject.- Specified by:
- deletein interface- IDeletionSupport
- Parameters:
- context- The Execution context.
 
- 
getPropertiesDescription copied from interface:IResourceDefinitionGets all the properties of the definition.- Specified by:
- getPropertiesin interface- IResourceDefinition
- Returns:
- a collection of IPropertyobjects.
 
- 
getPropertyDescription copied from interface:IResourceDefinitionGets a property definition by its specified system name.- Specified by:
- getPropertyin interface- IResourceDefinition
- Parameters:
- name- the system name of the property.
- Returns:
- a IPropertyobject.
 
- 
getParentContextDescription copied from interface:IConnectorParentContextSupportGets the container for the parent object of the service- Specified by:
- getParentContextin interface- IConnectorParentContextSupport
- Returns:
- a IProtocolSupportobject.
 
 
-