Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Interface and Description |
---|---|
interface |
IExternalList
The Extenal list interface
|
interface |
IOptionList
The option list interface
|
interface |
IStringList
Deprecated.
use IOptionList/IExternalList
|
interface |
IXmlList
Deprecated.
use IOptionList/IExternalList
|
Modifier and Type | Method and Description |
---|---|
IList |
IProperty.getList()
Retrieves the associated list.
|
IList |
IProperty.getList(ILibrary library)
Deprecated.
Use getList( IContext context, ILibrary library, String name ) method instead from the
IBaseLibraryModule . |
IList |
ICatalog.getList(String name)
Retrieves a specified list object by passing its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IList> |
ICatalog.getLists()
Retrieves all the lists of the catalog.
|
Modifier and Type | Method and Description |
---|---|
void |
IProperty.setList(IList list)
Associates a list to the property.
|
Modifier and Type | Method and Description |
---|---|
IList |
IBaseWorkflowModule.getList(IContext context,
ICatalog catalog,
String name)
Gets a list object from a catalog by its name.
|
IList |
IBaseDocumentModule.getList(IContext context,
ICatalog catalog,
String name)
Gets a list object from a catalog by its name.
|
IList |
IBaseLibraryModule.getList(IContext context,
ILibrary library,
String name) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IList> |
IBaseWorkflowModule.getLists(IContext context,
ICatalog catalog)
Gets a collection of a the lists available on a specified
ICatalog object. |
Collection<? extends IList> |
IBaseDocumentModule.getLists(IContext context,
ICatalog catalog)
Gets a collection of a the lists available on a specified
ICatalog object. |
Copyright © 2022 Visiativ. All rights reserved.