public interface ICatalog extends IElement, IDeletionSupport, ISecuritySupport, ISearchSupport, IUriSupport, IDelegationSupport, IProtocolSupport, IScopeContainer, ILocalizationScope
IProperty
,
IRole
and views between IWorkflowContainer
and IWorkflow
.IWorkflowContainer
,
IWorkflow
,
IResourceDefinition
,
IProperty
,
ITask
,
IRole
Modifier and Type | Interface and Description |
---|---|
static interface |
ICatalog.ISecurityFlag |
static interface |
ICatalog.IType
The various types of catalogs
|
Modifier and Type | Method and Description |
---|---|
IConfiguration |
getConfiguration()
Retrieves the confication of the current catalog
|
String |
getDescription() |
String |
getLabel() |
IList |
getList(String name)
Retrieves a specified list object by passing its name.
|
Collection<? extends IList> |
getLists()
Retrieves all the lists of the catalog.
|
String |
getName() |
IOperatorRole |
getOperatorRole(String name)
Retrieves a specified role object by passing its name.
|
Collection<? extends IOperatorRole> |
getOperatorRoles()
Retrieves all the roles of the catalog
|
IProject |
getProject()
Retrieves the project of the catalog
|
Collection<? extends IProperty> |
getProperties()
Retrieves all the properties of the catalog.
|
IProperty |
getProperty(String name)
Retrieves a specified property by passing its name.
|
IRole |
getRole(String name)
Deprecated.
use getOperatorRole
|
Collection<? extends IRole> |
getRoles()
Deprecated.
use getOperatorRoles
|
int |
getType()
Retrieves the type of the catalog.
|
boolean |
isConfidential()
Checks if the catalog is confidential.
|
boolean |
isSystem()
Indicates if the catalog is system.
|
getId, getModule, getNativeObject, getPath, save
delete
getURI
getProtocolURI, getProtocolURI
String getName()
String getLabel()
String getDescription()
boolean isConfidential()
boolean isSystem()
IConfiguration getConfiguration()
IConfiguration
object@Deprecated IRole getRole(String name)
name
- The name of the requested role.IRole
object@Deprecated Collection<? extends IRole> getRoles()
IRole
objects.IOperatorRole getOperatorRole(String name)
name
- The name of the requested role.IOperatorRole
objectCollection<? extends IOperatorRole> getOperatorRoles()
IOperatorRole
objects.IList getList(String name)
name
- The name of the requested list.IList
object.Collection<? extends IList> getLists()
IList
objects.IProperty getProperty(String name)
name
- The name of the requested property.IProperty
object.Collection<? extends IProperty> getProperties()
IProperty
objects.int getType()
ICatalog.IType
.Copyright © 2022 Visiativ. All rights reserved.