Package com.axemble.vdoc.sdk.impl
Class PortalOptionList
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.PortalList
com.axemble.vdoc.sdk.impl.PortalOptionList
- All Implemented Interfaces:
- IElement,- IList,- IOptionList,- IDeletionSupport,- Serializable
- Author:
- vlygeros
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IListIList.ITypeNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IOptionListIOptionList.IOption
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.PortalListlistFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeletes theIElementobject.Gets the collection of options.intgetType()Gets the type of the listvoidCreates or updates an optionvoidsetOptions(Collection options) Sets the collection of options.Methods inherited from class com.axemble.vdoc.sdk.impl.PortalListgetDescription, getLabel, getName, getNativeObject, setLabel, setNameMethods 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, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IListgetDescription, getLabel, getName
- 
Constructor Details- 
PortalOptionList
 
- 
- 
Method Details- 
getOptionsDescription copied from interface:IOptionListGets the collection of options.- Specified by:
- getOptionsin interface- IOptionList
- Returns:
- A collection of IOptionList.IOptionobjects.
 
- 
setOptionsDescription copied from interface:IOptionListSets the collection of options.- Specified by:
- setOptionsin interface- IOptionList
- Parameters:
- options- The collection of- IOptionList.IOptionobjects.
 
- 
setOptionDescription copied from interface:IOptionListCreates or updates an option- Specified by:
- setOptionin interface- IOptionList
- Parameters:
- key- : if the key exists, the value will be updated, else it will be created
- language- : the language to modify
- value- : the value of the option to set
 
- 
deleteDescription copied from interface:IDeletionSupportDeletes theIElementobject.- Specified by:
- deletein interface- IDeletionSupport
- Parameters:
- context- The Execution context.
 
- 
getTypepublic int getType()Description copied from interface:IListGets the type of the list
 
-