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 Summary
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getScope
IScopeContainer getScope()Return the scope associated with the view- Returns:
- IScopeContainer
-
getName
String getName()- Returns:
- The system name of the view
-
getLabel
String getLabel()- Returns:
- The label of the view
-
getLabel
- Returns:
- The label of the view
-
getDescription
String getDescription()- Returns:
- The description of the view.
-
getXmlDefinition
byte[] getXmlDefinition()Gets the XML definition of the view.- Returns:
- a byte[] object.
-