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 Summary
Nested ClassesNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IList
IList.ITypeNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IOptionList
IOptionList.IOption -
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.PortalList
listFields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
Constructors -
Method Summary
Modifier 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.PortalList
getDescription, getLabel, getName, getNativeObject, setLabel, setNameMethods inherited from class com.axemble.vdoc.sdk.impl.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModuleMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IList
getDescription, getLabel, getName
-
Constructor Details
-
PortalOptionList
-
-
Method Details
-
getOptions
Description copied from interface:IOptionListGets the collection of options.- Specified by:
getOptionsin interfaceIOptionList- Returns:
- A collection of
IOptionList.IOptionobjects.
-
setOptions
Description copied from interface:IOptionListSets the collection of options.- Specified by:
setOptionsin interfaceIOptionList- Parameters:
options- The collection ofIOptionList.IOptionobjects.
-
setOption
Description copied from interface:IOptionListCreates or updates an option- Specified by:
setOptionin interfaceIOptionList- Parameters:
key- : if the key exists, the value will be updated, else it will be createdlanguage- : the language to modifyvalue- : the value of the option to set
-
delete
Description copied from interface:IDeletionSupportDeletes theIElementobject.- Specified by:
deletein interfaceIDeletionSupport- Parameters:
context- The Execution context.
-
getType
public int getType()Description copied from interface:IListGets the type of the list
-