-
Packages that use IdList 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 asEntireNetwork,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. -
-
Uses of IdList in com.filenet.api.action
Methods in com.filenet.api.action that return IdList Modifier and Type Method and Description IdListPendingAction. getIdListValue(java.lang.String name)Locates the named parameter in the parameter bag and returns the value of the object it holds.Methods in com.filenet.api.action with parameters of type IdList Modifier and Type Method and Description voidPendingAction. putValue(java.lang.String name, IdList v)Adds a value for the named parameter to the parameter bag for thisPendingActionobject. -
Uses of IdList in com.filenet.api.admin
Methods in com.filenet.api.admin that return IdList Modifier and Type Method and Description IdListPropertyTemplate. get_AliasIds()Returns the value of the AliasIds property.IdListPropertyDefinition. get_AliasIds()Returns the value of the AliasIds property.IdListClassDefinition. get_AliasIds()Returns the value of the AliasIds property.IdListCmTextSearchIndex. get_BaseClassIds()Returns the value of the BaseClassIds property.IdListCmElasticSearchIndex. get_BaseClassIds()The base classes associated with this collection.IdListUpgradeAddOn. get_FromVersions()Returns the value of the FromVersions property.IdListAddOn. get_Prerequisites()Returns the value of the Prerequisites property.IdListAddOn. get_SupersededAddOnIds()Returns the value of the SupersededAddOnIds property.IdListUpgradeAddOn. get_ToVersions()Returns the value of the ToVersions property.Methods in com.filenet.api.admin with parameters of type IdList Modifier and Type Method and Description voidPropertyTemplate. set_AliasIds(IdList value)Sets the value of the AliasIds property.voidPropertyDefinition. set_AliasIds(IdList value)Sets the value of the AliasIds property.voidClassDefinition. set_AliasIds(IdList value)Sets the value of the AliasIds property.voidCmTextSearchIndex. set_BaseClassIds(IdList value)Sets the value of the BaseClassIds property.voidCmElasticSearchIndex. set_BaseClassIds(IdList value)The base classes associated with this collection.voidUpgradeAddOn. set_FromVersions(IdList value)Sets the value of the FromVersions property.voidAddOn. set_Prerequisites(IdList value)Sets the value of the Prerequisites property.voidAddOn. set_SupersededAddOnIds(IdList value)Sets the value of the SupersededAddOnIds property.voidUpgradeAddOn. set_ToVersions(IdList value)Sets the value of the ToVersions property. -
Uses of IdList in com.filenet.api.core
Methods in com.filenet.api.core that return IdList Modifier and Type Method and Description static IdListFactory.IdList. createList()Creates a new instance of the collection class associated with thisIdclass.IdListObjectStore. determinePrerequisiteAddOnIds(Id addOnId)Returns the feature addon IDs for which installation is required prior to the installation of the feature addon specified byaddOnId. -
Uses of IdList in com.filenet.api.meta
Methods in com.filenet.api.meta that return IdList Modifier and Type Method and Description IdListMetadata. get_Ids()Returns the value of the Ids property.IdListPropertyDescriptionId. get_PropertySelectionsId()Returns the value of the PropertySelectionsId property. -
Uses of IdList in com.filenet.api.property
Methods in com.filenet.api.property that return IdList Modifier and Type Method and Description IdListProperty. getIdListValue()Returns the list of values held by the Content Engine property collection represented by thisPropertyIdListobject.IdListProperties. getIdListValue(java.lang.String propertyName)Locates aPropertyIdListproperty by name in thisPropertiescollection and returns the value it holds.Methods in com.filenet.api.property with parameters of type IdList Modifier and Type Method and Description voidProperties. putValue(java.lang.String propertyName, IdList value)Creates or updates aPropertyIdListinstance in thisPropertiescollection.voidPropertyIdList. setValue(IdList val)Sets the value of this Content Engine property.
-