Uses of Interface
com.axemble.vdoc.sdk.interfaces.IList
Packages that use IList
Package
Description
-
Uses of IList in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IListMethods in com.axemble.vdoc.sdk.impl that return IListMethods in com.axemble.vdoc.sdk.impl that return types with arguments of type IListMethods in com.axemble.vdoc.sdk.impl with parameters of type IList -
Uses of IList in com.axemble.vdoc.sdk.interfaces
Subinterfaces of IList in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterfaceThe Extenal list interfaceinterfaceThe option list interfaceinterfaceDeprecated.use IOptionList/IExternalListinterfaceDeprecated.use IOptionList/IExternalListMethods in com.axemble.vdoc.sdk.interfaces that return IListModifier and TypeMethodDescriptionRetrieves a specified list object by passing its name.IProperty.getList()Retrieves the associated list.Deprecated.Use getList( IContext context, ILibrary library, String name ) method instead from theIBaseLibraryModule.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IListModifier and TypeMethodDescriptionCollection<? extends IList> ICatalog.getLists()Retrieves all the lists of the catalog.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IList -
Uses of IList in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IListModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets a list object from a catalog by its name.Gets a list object from a catalog by its name.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IListModifier and TypeMethodDescriptionCollection<? extends IList> Deprecated, for removal: This API element is subject to removal in a future version.Gets a collection of a the lists available on a specifiedICatalogobject.Collection<? extends IList> Gets a collection of a the lists available on a specifiedICatalogobject. -
Uses of IList in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils with parameters of type IListModifier and TypeMethodDescriptionprotected static Collection<IOptionList.IOption> ListsUtils.getExternalListContent(IResource resource, IList iList) Gets the values for an externalIListstatic StringListsUtils.getLabelFromKey(IList list, String key, String local) GetIList's option key label in specific local.static Collection<? extends IOptionList.IOption> ListsUtils.getListValues(IList list) Get list valuesstatic Collection<? extends IOptionList.IOption> ListsUtils.getListValues(IList list, IResource resource)