Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Field and Description |
---|---|
static DomainType |
DomainType.MASTER
Indicates that the domain is a master domain.
|
static DomainType |
DomainType.STANDALONE
Indicates that the domain is a stand-alone domain.
|
static DomainType |
DomainType.TENANT
Indicates that the domain is a tenant domain.
|
Modifier and Type | Method and Description |
---|---|
static DomainType |
DomainType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
DomainType |
Domain.get_DomainType()
Returns the value of the DomainType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.