-
Packages that use StringList 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.events Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism.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.com.filenet.api.publishing Provides interfaces related to publishing. -
-
Uses of StringList in com.filenet.api.action
Methods in com.filenet.api.action that return StringList Modifier and Type Method and Description StringListPendingAction. getStringListValue(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 StringList Modifier and Type Method and Description voidPendingAction. putValue(java.lang.String name, StringList v)Adds a value for the named parameter to the parameter bag for thisPendingActionobject. -
Uses of StringList in com.filenet.api.admin
Methods in com.filenet.api.admin that return StringList Modifier and Type Method and Description StringListCmContentConversionAction. get_CmSupportedInputContentTypes()Returns the value of the CmSupportedInputContentTypes property.StringListCmContentConversionAction. get_CmUnsupportedInputContentTypes()Returns the value of the CmUnsupportedInputContentTypes property.StringListVerityDomainConfiguration. get_ExcludedBrokers()Deprecated.Returns the value of the ExcludedBrokers property.StringListCmTextExtractionSettings. get_ExtractedProperties()Returns the value of the ExtractedProperties property.StringListServerInstance. get_HostNames()Returns the value of the HostNames property.StringListCmTextSearchServer. get_SupportedLanguages()Returns the value of the SupportedLanguages property.StringListVerityServerConfiguration. get_VerityBrokerNames()Deprecated.As of release 5.0.0.StringListVerityDomainConfiguration. get_VerityBrokers()Deprecated.As of release 5.2.0.StringListVerityIndexArea. get_VerityIndexServers()Deprecated.As of release 5.2.0.StringListVerityDomainConfiguration. get_VerityIndexServers()Deprecated.As of release 5.2.0.StringListVerityIndexArea. get_VeritySearchServers()Deprecated.As of release 5.2.0.StringListVerityDomainConfiguration. get_VeritySearchServers()Deprecated.As of release 5.2.0.Methods in com.filenet.api.admin with parameters of type StringList Modifier and Type Method and Description voidCmContentConversionAction. set_CmSupportedInputContentTypes(StringList value)Sets the value of the CmSupportedInputContentTypes property.voidCmContentConversionAction. set_CmUnsupportedInputContentTypes(StringList value)Sets the value of the CmUnsupportedInputContentTypes property.voidVerityDomainConfiguration. set_ExcludedBrokers(StringList value)Deprecated.Sets the value of the ExcludedBrokers property.voidCmTextExtractionSettings. set_ExtractedProperties(StringList value)Sets the value of the ExtractedProperties property.voidVerityServerConfiguration. set_VerityBrokerNames(StringList value)Deprecated.As of release 5.0.0.voidVerityIndexArea. set_VerityIndexServers(StringList value)Deprecated.As of release 5.2.0.voidVerityIndexArea. set_VeritySearchServers(StringList value)Deprecated.As of release 5.2.0. -
Uses of StringList in com.filenet.api.core
Methods in com.filenet.api.core that return StringList Modifier and Type Method and Description static StringListFactory.StringList. createList()Creates a new instance of the collection class associated with thisStringclass.StringListDocument. get_ContentElementsPresent()Returns the value of the ContentElementsPresent property.StringListAnnotation. get_ContentElementsPresent()Returns the value of the ContentElementsPresent property.StringListObjectStore. get_LocaleNames()Returns the value of the LocaleNames property.StringListObjectStore. get_TextSearchIndexingLanguages()Returns the value of the TextSearchIndexingLanguages property.Methods in com.filenet.api.core with parameters of type StringList Modifier and Type Method and Description voidObjectStore. set_TextSearchIndexingLanguages(StringList value)Sets the value of the TextSearchIndexingLanguages property. -
Uses of StringList in com.filenet.api.events
Methods in com.filenet.api.events that return StringList Modifier and Type Method and Description StringListUpdateSecurityEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListUpdateEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListUnlockEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListTakeFederatedOwnershipEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListPublishCompleteEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListPromoteVersionEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListLockEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListFreezeEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListDemoteVersionEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListCustomEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListCmMoveContentEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListClassifyCompleteEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListCheckoutEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListCheckinEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListChangeStateEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListChangeClassEvent. get_ModifiedProperties()Returns the value of the ModifiedProperties property.StringListInstanceWorkflowSubscription. get_PropertyMap()Returns the value of the PropertyMap property.StringListClassWorkflowSubscription. get_PropertyMap()Returns the value of the PropertyMap property.Methods in com.filenet.api.events with parameters of type StringList Modifier and Type Method and Description voidInstanceWorkflowSubscription. set_PropertyMap(StringList value)Sets the value of the PropertyMap property.voidClassWorkflowSubscription. set_PropertyMap(StringList value)Sets the value of the PropertyMap property. -
Uses of StringList in com.filenet.api.meta
Methods in com.filenet.api.meta that return StringList Modifier and Type Method and Description StringListPropertyDescriptionString. get_PropertySelectionsString()Returns the value of the PropertySelectionsString property. -
Uses of StringList in com.filenet.api.property
Methods in com.filenet.api.property that return StringList Modifier and Type Method and Description StringListProperty. getStringListValue()Returns the list of values held by the Content Engine property collection represented by thisPropertyStringListobject.StringListProperties. getStringListValue(java.lang.String propertyName)Locates aPropertyStringListproperty by name in thisPropertiescollection and returns the value it holds.Methods in com.filenet.api.property with parameters of type StringList Modifier and Type Method and Description voidProperties. putValue(java.lang.String propertyName, StringList value)Creates or updates aPropertyStringListinstance in thisPropertiescollection.voidPropertyStringList. setValue(StringList val)Sets the value of this Content Engine property. -
Uses of StringList in com.filenet.api.publishing
Methods in com.filenet.api.publishing that return StringList Modifier and Type Method and Description StringListPublishStyleTemplate. get_InputFormats()Returns the value of the InputFormats property.Methods in com.filenet.api.publishing with parameters of type StringList Modifier and Type Method and Description voidPublishStyleTemplate. set_InputFormats(StringList value)Sets the value of the InputFormats property.
-