Uses of Interface
com.filenet.api.collection.StringList

Packages that use StringList
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.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
 StringList PendingAction.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
 void PendingAction.putValue(java.lang.String name, StringList v)
          Adds a value for the named parameter to the parameter bag for this PendingAction object.
 

Uses of StringList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return StringList
 StringList IICEFixedContentDevice.get_LockDownExceptionList()
          Deprecated.  
 StringList VerityServerConfiguration.get_VerityBrokerNames()
          Returns the value of the VerityBrokerNames property.
 StringList VerityDomainConfiguration.get_VerityBrokers()
          Returns the value of the VerityBrokers property.
 StringList VerityDomainConfiguration.get_VerityIndexServers()
          Returns the value of the VerityIndexServers property.
 StringList VerityIndexArea.get_VerityIndexServers()
          Returns the value of the VerityIndexServers property.
 StringList VerityDomainConfiguration.get_VeritySearchServers()
          Returns the value of the VeritySearchServers property.
 StringList VerityIndexArea.get_VeritySearchServers()
          Returns the value of the VeritySearchServers property.
 

Methods in com.filenet.api.admin with parameters of type StringList
 void IICEFixedContentDevice.set_LockDownExceptionList(StringList value)
          Deprecated.  
 void VerityServerConfiguration.set_VerityBrokerNames(StringList value)
          Sets the value of the VerityBrokerNames property.
 void VerityIndexArea.set_VerityIndexServers(StringList value)
          Sets the value of the VerityIndexServers property.
 void VerityIndexArea.set_VeritySearchServers(StringList value)
          Sets the value of the VeritySearchServers property.
 

Uses of StringList in com.filenet.api.core
 

Methods in com.filenet.api.core that return StringList
static StringList Factory.StringList.createList()
          Creates a new instance of the collection class associated with this String class.
 StringList Annotation.get_ContentElementsPresent()
          Returns the value of the ContentElementsPresent property.
 StringList Document.get_ContentElementsPresent()
          Returns the value of the ContentElementsPresent property.
 StringList ObjectStore.get_LocaleNames()
          Returns the value of the LocaleNames property.
 

Uses of StringList in com.filenet.api.events
 

Methods in com.filenet.api.events that return StringList
 StringList ChangeClassEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList ChangeStateEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList CheckinEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList CheckoutEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList ClassifyCompleteEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList CustomEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList DemoteVersionEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList FreezeEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList LockEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList PromoteVersionEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList PublishCompleteEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList TakeFederatedOwnershipEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList UnlockEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList UpdateEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList UpdateSecurityEvent.get_ModifiedProperties()
          Returns the value of the ModifiedProperties property.
 StringList ClassWorkflowSubscription.get_PropertyMap()
          Returns the value of the PropertyMap property.
 StringList InstanceWorkflowSubscription.get_PropertyMap()
          Returns the value of the PropertyMap property.
 

Methods in com.filenet.api.events with parameters of type StringList
 void ClassWorkflowSubscription.set_PropertyMap(StringList value)
          Sets the value of the PropertyMap property.
 void InstanceWorkflowSubscription.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
 StringList PropertyDescriptionString.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
 StringList Property.getStringListValue()
          Returns the list of values held by the Content Engine property collection represented by this PropertyStringList object.
 StringList Properties.getStringListValue(java.lang.String propertyName)
          Locates a PropertyStringList property by name in this Properties collection and returns the value it holds.
 

Methods in com.filenet.api.property with parameters of type StringList
 void Properties.putValue(java.lang.String propertyName, StringList value)
          Creates or updates a PropertyStringList instance in this Properties collection.
 void PropertyStringList.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
 StringList PublishStyleTemplate.get_InputFormats()
          Returns the value of the InputFormats property.
 

Methods in com.filenet.api.publishing with parameters of type StringList
 void PublishStyleTemplate.set_InputFormats(StringList value)
          Sets the value of the InputFormats property.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.