Package com.axemble.vdoc.sdk.interfaces
Interface IView
- All Superinterfaces:
- IElement,- ILocalizationScope,- IProtocolSupport,- ISecuritySupport,- Serializable
The view interface.
- Since:
- 2.0, 09/09/2009
- Author:
- vlygeros
- See Also:
- 
Method SummaryMethods 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- 
getScopeIScopeContainer getScope()Return the scope associated with the view- Returns:
- IScopeContainer
 
- 
getNameString getName()- Returns:
- The system name of the view
 
- 
getLabelString getLabel()- Returns:
- The label of the view
 
- 
getLabel- Returns:
- The label of the view
 
- 
getDescriptionString getDescription()- Returns:
- The description of the view.
 
- 
getXmlDefinitionbyte[] getXmlDefinition()Gets the XML definition of the view.- Returns:
- a byte[] object.
 
 
-