Package | Description |
---|---|
com.filenet.api.action |
Provides classes that are related to making changes to objects.
|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
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. |
com.filenet.api.meta |
Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).
|
com.filenet.api.property |
Provides classes and interfaces related to Content Engine object properties.
|
Modifier and Type | Method and Description |
---|---|
IdList |
PendingAction.getIdListValue(java.lang.String name)
Locates the named parameter in the parameter bag and returns the value of the object it holds.
|
Modifier and Type | Method and Description |
---|---|
void |
PendingAction.putValue(java.lang.String name,
IdList v)
Adds a value for the named parameter to the parameter bag for
this
PendingAction object. |
Modifier and Type | Method and Description |
---|---|
IdList |
PropertyTemplate.get_AliasIds()
Returns the value of the AliasIds property.
|
IdList |
PropertyDefinition.get_AliasIds()
Returns the value of the AliasIds property.
|
IdList |
ClassDefinition.get_AliasIds()
Returns the value of the AliasIds property.
|
IdList |
VerityCollection.get_BaseClassIds()
Deprecated.
Returns the value of the BaseClassIds property.
|
IdList |
CmTextSearchIndex.get_BaseClassIds()
Returns the value of the BaseClassIds property.
|
IdList |
UpgradeAddOn.get_FromVersions()
Returns the value of the FromVersions property.
|
IdList |
AddOn.get_Prerequisites()
Returns the value of the Prerequisites property.
|
IdList |
AddOn.get_SupersededAddOnIds()
Returns the value of the SupersededAddOnIds property.
|
IdList |
UpgradeAddOn.get_ToVersions()
Returns the value of the ToVersions property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTemplate.set_AliasIds(IdList value)
Sets the value of the AliasIds property.
|
void |
PropertyDefinition.set_AliasIds(IdList value)
Sets the value of the AliasIds property.
|
void |
ClassDefinition.set_AliasIds(IdList value)
Sets the value of the AliasIds property.
|
void |
VerityCollection.set_BaseClassIds(IdList value)
Deprecated.
Sets the value of the BaseClassIds property.
|
void |
CmTextSearchIndex.set_BaseClassIds(IdList value)
Sets the value of the BaseClassIds property.
|
void |
UpgradeAddOn.set_FromVersions(IdList value)
Sets the value of the FromVersions property.
|
void |
AddOn.set_Prerequisites(IdList value)
Sets the value of the Prerequisites property.
|
void |
AddOn.set_SupersededAddOnIds(IdList value)
Sets the value of the SupersededAddOnIds property.
|
void |
UpgradeAddOn.set_ToVersions(IdList value)
Sets the value of the ToVersions property.
|
Modifier and Type | Method and Description |
---|---|
static IdList |
Factory.IdList.createList()
Creates a new instance of the collection class
associated with this
Id class. |
IdList |
ObjectStore.determinePrerequisiteAddOnIds(Id addOnId)
Returns the feature addon IDs for which installation is required prior to the installation
of the feature addon specified by
addOnId . |
Modifier and Type | Method and Description |
---|---|
IdList |
Metadata.get_Ids()
Returns the value of the Ids property.
|
IdList |
PropertyDescriptionId.get_PropertySelectionsId()
Returns the value of the PropertySelectionsId property.
|
Modifier and Type | Method and Description |
---|---|
IdList |
Property.getIdListValue()
Returns the list of values held by the Content Engine property
collection represented by this
PropertyIdList object. |
IdList |
Properties.getIdListValue(java.lang.String propertyName)
Locates a
PropertyIdList property by name in this Properties
collection and returns the value it holds. |
Modifier and Type | Method and Description |
---|---|
void |
Properties.putValue(java.lang.String propertyName,
IdList value)
Creates or updates a
PropertyIdList instance in this Properties
collection. |
void |
PropertyIdList.setValue(IdList val)
Sets the value of this Content Engine property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.