Collaboration API Documentation
A B C D E F G H I J L M N O P Q R S T U V W X

A

ACCESS_CONTROL_CHECK_CREATE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_CREATE_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_DEACTIVATE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_DEACTIVATE_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_DELETE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_DELETE_SHORTCUT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_DELETE_SHORTCUT_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_DELETE_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_EDIT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_EDIT_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_SECURITY - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_CONTROL_CHECK_SECURITY_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ACCESS_LEVELS_STORE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
AccessControlInfo - class com.filenet.bso.api.collaboration.data.AccessControlInfo.
The AccessControlInfo class is a collection of data used to test teamspace access control for a given type of object and a given operation.
AccessControlInfo() - Constructor for class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
AccessControlInfo(String, int, int, String, Boolean, Boolean) - Constructor for class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
accessControlTypeFromSymbolicName(String) - Static method in class com.filenet.bso.api.collaboration.Collaboration
Returns the access control type value for the given symbolic name.
ACCESSLEVEL_DEFINITION_CLASSNAME - Static variable in interface com.filenet.bso.api.collaboration.store.AccessLevelsStore
 
AccessLevels - interface com.filenet.bso.api.collaboration.store.AccessLevels.
Classes that implement the AccessLevels define a set of access level permissions assigned to a teamspace object.
AccessLevelsDefinition - interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition.
Classes that implement the AccessLevelsDefinition specify a set of Access Control List (ACL) definitions that are associated with various logical teamspace objects.
AccessLevelsStore - interface com.filenet.bso.api.collaboration.store.AccessLevelsStore.
A class that implements the AccessLevelsStore interface provides access to AccessLevelsDefinition objects in the Collaboration Store.
acOpDuration - Variable in class com.filenet.bso.api.util.BsoPCH
 
acSqlQueryDuration - Variable in class com.filenet.bso.api.util.BsoPCH
 
ACTIVITYLEVEL_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
Value of "ActivityLevel"; Content Engine property.
ADD_CONTAINEES_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 1; test whether a container supports adding containees.
ADD_SUBCONTAINERS_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 5; test whether a container supports adding sub-containers.
add(String, String, String, Document) - Method in class com.filenet.bso.collaboration.tools.ConfigBase
This method is used to add a new document to an object store.
addCcRecipient(InternetAddress) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Add a new recipient "CC" (carbon copy) address to the list of recipients for this notification.
addCcRecipient(InternetAddress, Locale, TimeZone) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Add a new recipient "CC" (carbon copy) address to the list of recipients for this notification.
addContainee(Object) - Method in interface com.filenet.bso.api.collaboration.Container
Add a containee object to a container.
addDocument(SubjectInfo, String, String, TransportInputStream, Properties, Permissions, boolean, boolean) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Create a new content document and file it in a folder in a teamspace.
addElement(BsoElement) - Method in interface com.filenet.bso.api.util.BsoElements
Adds an element to the content and sets the element's change flag.
addElementUnchanged(BsoElement) - Method in interface com.filenet.bso.api.util.BsoElements
Adds an element to the content without modifying its change flag.
addFolder(SubjectInfo, String, String, String, Properties, Permissions, boolean, boolean) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Create a new content folder in a teamspace.
addLinkableProperties(BaseObject, Properties) - Static method in class com.filenet.bso.api.util.BsoLinkableUtil
 
addProperty(Properties, String, Boolean) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates a boolean-valued Property object and adds it to the specified Properties collection.
addProperty(Properties, String, byte[]) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates a byte array valued Property object and adds it to the specified Properties collection.
addProperty(Properties, String, Date) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates a date-valued Property object and adds it to the specified Properties collection.
addProperty(Properties, String, Double) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates a Double valued Property object and adds it to the specified Properties collection.
addProperty(Properties, String, Integer) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates an integer-valued Property object and adds it to the specified Properties collection.
addProperty(Properties, String, Object) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates an object-valued Property object and adds it to the specified Properties collection.
addProperty(Properties, String, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates a string-valued Property object and adds it to the specified Properties collection.
addReferencedClassRow(BsoSearchResultRow) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Adds a row for a referenced class to this row.
addRelationship(RelationshipInfo) - Method in interface com.filenet.bso.api.collaboration.RelationshipManager
Add a new relationship object to the teamspace.
addSelectProperties(StringBuffer, String[], String[]) - Static method in class com.filenet.bso.api.util.BsoSearch
Adds a group of properties to a select statement.
addSelectProperties(StringBuffer, String[], String[], String, String, boolean) - Static method in class com.filenet.bso.api.util.BsoSearch
Adds a group of properties to a select statement.
addSubContainer(Object) - Method in interface com.filenet.bso.api.collaboration.FolderContainer
Add a subcontainer object to a container.
addToRecipient(InternetAddress) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Add a new recipient "To" address to the list of recipients for this notification.
addToRecipient(InternetAddress, Locale, TimeZone) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Add a new recipient "To" address to the list of recipients for this notification.
ADMINISTRATION_STORE_PROP_NAME - Static variable in interface com.filenet.bso.api.collaboration.store.ConfigurationStore
 
ADMINISTRATOR - Static variable in class com.filenet.bso.collaboration.tools.CreateRole
 
AGENDA_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
Content Engine property name
AGENDA_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
Content Engine property names
ALERT_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for a notification type that indicates a manual alert type of notification.
ALL_ACCESS_LEVEL_TYPES - Static variable in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Value of "3"; all access level definition types.
AND - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Operator that does a boolean And of other conditions.
APPLICATION_ID_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
APPLICATION_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
APPLICATIONID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Teamspace
Value of "CollaborationApplicationID"; Content Engine property.
APPLICATIONS_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
ApplicationsStore - interface com.filenet.bso.api.collaboration.store.ApplicationsStore.
A class that implements the ApplicationsStore interface returns the application information (each represented by a Map) in a variety of ways.
areResponsesHidden() - Method in interface com.filenet.bso.api.collaboration.Poll
Returns true if the poll is configured to display responses only to the poll owner.
ASCENDING - Static variable in interface com.filenet.bso.api.collaboration.query.OrderBy
Option to specify results are in ascending order.
ASCENDING_SORT - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 0; if sort properties present, sort in ascending order
assertLog(boolean, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
assign(String, String, Date) - Method in interface com.filenet.bso.api.collaboration.Task
Assign this task.
ASSOCIATED_SYMNAME - Static variable in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Value of "PersistentDataContainer"; suggested Content Engine object property name for object associations with other persistent Content Engine objects.
ATTRIBUTETYPE_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
 

B

BadRelationshipObjectRefException - exception com.filenet.bso.api.collaboration.exceptions.BadRelationshipObjectRefException.
Checked exception thrown when either the from or to-end IDs of a relationship being created are bad.
BadRelationshipObjectRefException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.BadRelationshipObjectRefException
Constructs a BadRelationshipObjectRefException with no specific detail message.
BadRelationshipObjectRefException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.BadRelationshipObjectRefException
Constructs a BadRelationshipObjectRefException with a given detail message.
BadRelationshipObjectRefException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.BadRelationshipObjectRefException
Constructs a BadRelationshipObjectRefException with a given detail message and the original exception.
BASE_URL_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
BaseCommand - class com.filenet.bso.api.collaboration.commands.BaseCommand.
 
BaseCommand() - Constructor for class com.filenet.bso.api.collaboration.commands.BaseCommand
 
BASICCONTAINER_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
batch(int, Map, InternetAddress, String, String) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Batch up the notification using a template code reference.
batch(String, Map, InternetAddress, String, String) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Batch up the notification using a named template.
beginElement(BufferedWriter, String, boolean) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes out the beginning of an XML element to a BufferedWriter.
BinaryComparisonOperator - interface com.filenet.bso.api.collaboration.query.BinaryComparisonOperator.
Interface to a node that defines a comparison operator that takes two operands.
BooleanRef - class com.filenet.bso.api.util.BooleanRef.
This class is used so a boolean value can be returned in a parameter that is passed as an argument.
BooleanRef() - Constructor for class com.filenet.bso.api.util.BooleanRef
 
BooleanRef(boolean) - Constructor for class com.filenet.bso.api.util.BooleanRef
 
BothEndsOfRelationshipSameException - exception com.filenet.bso.api.collaboration.exceptions.BothEndsOfRelationshipSameException.
Checked exception thrown when both ends of a relationship being created reference the same object.
BothEndsOfRelationshipSameException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.BothEndsOfRelationshipSameException
Constructs a BothEndsOfRelationshipSameException with no specific detail message.
BothEndsOfRelationshipSameException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.BothEndsOfRelationshipSameException
Constructs a BothEndsOfRelationshipSameException with a given detail message.
BothEndsOfRelationshipSameException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.BothEndsOfRelationshipSameException
Constructs a BothEndsOfRelationshipSameException with a given detail message and the original exception.
BSO_CONFIG_MANAGER - Static variable in interface com.filenet.bso.api.util.BsoConfigManager
Value of "filenet.bso.config.manager"; the name of the Java system property that controls which class is used for the configuration manager.
BSO_CONFIG_PATH - Static variable in interface com.filenet.bso.api.util.BsoConfigManager
Value of "filenet.bso.config.path"; the name of the Java system property that specifies the path to the configuration data.
BsoAnnotation - class com.filenet.bso.api.util.BsoAnnotation.
This class is basically a duplicate from com.filenet.wcm.apps.server.util.annotations.WcmAnnotation except that we added the getNewAnnotation(String id) method.
BsoAnnotation(Annotation) - Constructor for class com.filenet.bso.api.util.BsoAnnotation
 
BsoAnnotation(Node, boolean) - Constructor for class com.filenet.bso.api.util.BsoAnnotation
 
BsoAuthenticationFailedException - exception com.filenet.bso.api.util.BsoAuthenticationFailedException.
Thrown when user authentication fails.
BsoAuthenticationFailedException() - Constructor for class com.filenet.bso.api.util.BsoAuthenticationFailedException
Constructs a BsoAuthenticationFailedException with no specific detail message.
BsoAuthenticationFailedException(String) - Constructor for class com.filenet.bso.api.util.BsoAuthenticationFailedException
Constructs a BsoAuthenticationFailedException with a given detail message.
BsoAuthenticationFailedException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoAuthenticationFailedException
Constructs a BsoAuthenticationFailedException with a given detail message and the original exception.
BsoBaseUtil - class com.filenet.bso.api.util.BsoBaseUtil.
The BsoBaseUtil class provides a collection of static helper methods for the Content Java API.
BsoByteArrayWithCharset - class com.filenet.bso.api.util.BsoByteArrayWithCharset.
Class to convert a byte array into a string with appropriate "guessing" used to deduce the proper charset if one is not known when an instance is constructed.
BsoByteArrayWithCharset(byte[]) - Constructor for class com.filenet.bso.api.util.BsoByteArrayWithCharset
Construct an BsoByteArrayWithCharset and guess at the proper charset.
BsoByteArrayWithCharset(byte[], String) - Constructor for class com.filenet.bso.api.util.BsoByteArrayWithCharset
Construct an BsoByteArrayWithCharset with a known charset.
BsoConfigManager - interface com.filenet.bso.api.util.BsoConfigManager.
Classes that implement the BsoConfigManager interface provide access to configuration data.
BsoContentBinder - interface com.filenet.bso.api.util.BsoContentBinder.
Classes that implement the BsoContentBinder interface encapsulate support for marshaling and unmarshaling of XML content to and from Java objects.
BsoDataModel - interface com.filenet.bso.api.util.BsoDataModel.
The BsoDataModel interface supports immutable, generic, attribute-based data model classes.
BsoDataModelFactory - class com.filenet.bso.api.util.BsoDataModelFactory.
The BsoDataModelFactory class creates BsoDataModel objects.
BsoDataModelSaxHandler - interface com.filenet.bso.api.util.BsoDataModelSaxHandler.
The BsoDataModelSaxHandler interface is implemented by objects that parse XML content and generate a tree of BsoDataModel objects.
BsoDateUtil - class com.filenet.bso.api.util.BsoDateUtil.
This class provides date conversion methods.
BsoDateUtil() - Constructor for class com.filenet.bso.api.util.BsoDateUtil
 
BsoDuplicateFolderNameException - exception com.filenet.bso.api.util.BsoDuplicateFolderNameException.
This checked exception is thrown when an attempt is made to create a case file with a non-unique folder name.
BsoDuplicateFolderNameException() - Constructor for class com.filenet.bso.api.util.BsoDuplicateFolderNameException
Constructs a BsoDuplicateFolderNameException with no specific detail message.
BsoDuplicateFolderNameException(String) - Constructor for class com.filenet.bso.api.util.BsoDuplicateFolderNameException
Constructs a BsoDuplicateFolderNameException with a given detail message.
BsoDuplicateFolderNameException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoDuplicateFolderNameException
Constructs a BsoDuplicateFolderNameException with a given detail message and the original exception.
BsoElement - interface com.filenet.bso.api.util.BsoElement.
Interface of common fields and methods in all upper-level elements of the content.
BsoElements - interface com.filenet.bso.api.util.BsoElements.
The BsoElements interface aids in manipulating the upper-level elements of the content (manifest information).
BsoEProcessUtil - class com.filenet.bso.api.util.BsoEProcessUtil.
The BsoEProcessUtil class provides a set of static helper methods for the Process Java API.
BsoException - exception com.filenet.bso.api.util.BsoException.
The base class for Case Management Java API checked exceptions.
BsoException() - Constructor for class com.filenet.bso.api.util.BsoException
Constructs a BsoException with no specific detail message.
BsoException(String) - Constructor for class com.filenet.bso.api.util.BsoException
Constructs a BsoException with a given detail message.
BsoException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoException
Constructs a BsoException with a given detail message and the original exception.
BsoException(Throwable) - Constructor for class com.filenet.bso.api.util.BsoException
Constructs a BsoException with an original exception.
BsoGenericSAXHandler - class com.filenet.bso.api.util.BsoGenericSAXHandler.
The BsoGenericSAXHandlerclass marshals XML content into Java classes.
BsoGenericSAXHandler() - Constructor for class com.filenet.bso.api.util.BsoGenericSAXHandler
 
BsoGenericSAXHandler(BsoXPathDef[]) - Constructor for class com.filenet.bso.api.util.BsoGenericSAXHandler
 
BsoInsufficientPermissionException - exception com.filenet.bso.api.util.BsoInsufficientPermissionException.
Unchecked exception thrown when a user attempts to access an object which either does not exist or for which they do not have the security rights.
BsoInsufficientPermissionException() - Constructor for class com.filenet.bso.api.util.BsoInsufficientPermissionException
Unchecked exception thrown when there is a problem accessing an object.
BsoInsufficientPermissionException(String) - Constructor for class com.filenet.bso.api.util.BsoInsufficientPermissionException
Constructs a BsoInsufficientPermissionException with a given detail message.
BsoInsufficientPermissionException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoInsufficientPermissionException
Constructs a BsoInsufficientPermissionException with a given detail message and the original exception.
BsoLinkableObject - interface com.filenet.bso.api.util.BsoLinkableObject.
 
BsoLinkableUtil - class com.filenet.bso.api.util.BsoLinkableUtil.
 
BsoLog - class com.filenet.bso.api.util.BsoLog.
Utility class that wraps a log4j Logger instance with static methods.
BsoLog() - Constructor for class com.filenet.bso.api.util.BsoLog
 
BsoMissingAttributeException - exception com.filenet.bso.api.util.BsoMissingAttributeException.
Thrown when an attempt is made to retrieve an attribute value whose attribute key is not present in the object.
BsoMissingAttributeException() - Constructor for class com.filenet.bso.api.util.BsoMissingAttributeException
Constructs a BsoMissingAttributeException with no specific detail message.
BsoMissingAttributeException(String) - Constructor for class com.filenet.bso.api.util.BsoMissingAttributeException
Constructs a BsoMissingAttributeException with a given detail message.
BsoMissingAttributeException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoMissingAttributeException
Constructs a BsoMissingAttributeException with a given detail message and the original exception.
BsoMissingPropertyException - exception com.filenet.bso.api.util.BsoMissingPropertyException.
Thrown when a read or write operation is attempted on a property that is not a valid property of the object.
BsoMissingPropertyException() - Constructor for class com.filenet.bso.api.util.BsoMissingPropertyException
Constructs a BsoMissingPropertyException with no specific detail message.
BsoMissingPropertyException(String) - Constructor for class com.filenet.bso.api.util.BsoMissingPropertyException
Constructs a BsoMissingPropertyException with a given detail message.
BsoMissingPropertyException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoMissingPropertyException
Constructs a BsoMissingPropertyException with a given detail message and the original exception.
BsoObjectUtil - class com.filenet.bso.api.util.BsoObjectUtil.
The BsoObjectUtil class provides a set of static helper methods for creating Java objects via reflection.
BsoParameter - class com.filenet.bso.api.util.BsoParameter.
The BsoParameter class provides a set of static helper methods that perform parameter validation.
BsoPCH - class com.filenet.bso.api.util.BsoPCH.
Provides static utility methods for reporting various statistics into FileNET Performance Clearinghouse (PCH)/ P8 System Manager.
BsoPCH(Listener) - Constructor for class com.filenet.bso.api.util.BsoPCH
 
BsoPCH(String, String) - Constructor for class com.filenet.bso.api.util.BsoPCH
 
BsoPersistentBaseObject - interface com.filenet.bso.api.util.BsoPersistentBaseObject.
 
BsoPersistentDataContainer - interface com.filenet.bso.api.util.BsoPersistentDataContainer.
Classes that implement the BsoPersistentDataContainer interface provide functionality similar to the java.util.Properties Java class, but the property data is persisted to the FileNet Content Engine.
BsoPersistentDataContainerFactory - class com.filenet.bso.api.util.BsoPersistentDataContainerFactory.
The BsoPersistentDataContainerFactory creates instances of the BsoPersistentDataContainerImpl class that implements the BsoPersistentDataContainer interface.
BsoPropertyMap - interface com.filenet.bso.api.util.BsoPropertyMap.
The BsoPropertyMap interface provides a simple map object in which both property keys and values are limited to string values.
BsoPublishingInProgressException - exception com.filenet.bso.api.util.BsoPublishingInProgressException.
Checked exception thrown when attempting to start a publishing operation on a document where a publishing operation is already in-progress.
BsoPublishingInProgressException() - Constructor for class com.filenet.bso.api.util.BsoPublishingInProgressException
Constructs a BsoPublishingInProgressException with no specific detail message.
BsoPublishingInProgressException(String) - Constructor for class com.filenet.bso.api.util.BsoPublishingInProgressException
Constructs a BsoPublishingInProgressException with a given detail message.
BsoPublishingInProgressException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoPublishingInProgressException
Constructs a BsoPublishingInProgressException with a given detail message and the original exception.
BsoPublishingTerminatedException - exception com.filenet.bso.api.util.BsoPublishingTerminatedException.
Checked exception thrown when a publishing operation has been terminated.
BsoPublishingTerminatedException() - Constructor for class com.filenet.bso.api.util.BsoPublishingTerminatedException
Constructs a BsoPublishingTerminatedExceptionolderNameException with no specific detail message.
BsoPublishingTerminatedException(String) - Constructor for class com.filenet.bso.api.util.BsoPublishingTerminatedException
Constructs a BsoPublishingTerminatedException with a given detail message.
BsoPublishingTerminatedException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoPublishingTerminatedException
Constructs a BsoPublishingTerminatedException with a given detail message and the original exception.
BsoRuntimeException - exception com.filenet.bso.api.util.BsoRuntimeException.
Base class for Case Management Java API unchecked runtime exceptions.
BsoRuntimeException() - Constructor for class com.filenet.bso.api.util.BsoRuntimeException
Constructs a BsoRuntimeException with no specific detail message.
BsoRuntimeException(String) - Constructor for class com.filenet.bso.api.util.BsoRuntimeException
Constructs a BsoRuntimeException with a given detail message.
BsoRuntimeException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoRuntimeException
Constructs a BsoRuntimeException with a given detail message and the original exception.
BsoRuntimeException(Throwable) - Constructor for class com.filenet.bso.api.util.BsoRuntimeException
Constructs a BsoException with an original exception.
BsoSAXHelper - class com.filenet.bso.api.util.BsoSAXHelper.
 
BsoSAXHelper() - Constructor for class com.filenet.bso.api.util.BsoSAXHelper
 
BsoSearch - class com.filenet.bso.api.util.BsoSearch.
This class encapsulates ad hoc Content Engine queries and returns the results as raw XML or Document Object Model (DOM) for the search.
BsoSearchResultRow - class com.filenet.bso.api.util.BsoSearchResultRow.
An instance of this class represents a row of some search results.
BsoSearchResultRow(BsoSearchResultsClassData, BsoSearchResultsClassData[]) - Constructor for class com.filenet.bso.api.util.BsoSearchResultRow
Constructor that takes directly a BsoSearchResultsClassData object that represents the class for this row and an array of BsoSearchResultsClassData objects that represent any classes for rows this row may reference.
BsoSearchResultRow(String, BsoSearchResultsClassData[]) - Constructor for class com.filenet.bso.api.util.BsoSearchResultRow
Construct an instance of the BsoSearchResultRow class.
BsoSearchResultsClassData - class com.filenet.bso.api.util.BsoSearchResultsClassData.
An instance of this class provides information about a class represented in some search results.
BsoSearchResultsClassData(String, String[], String, String[]) - Constructor for class com.filenet.bso.api.util.BsoSearchResultsClassData
Construct a class data instance.
BsoSearchResultsClassData(String, String, String[]) - Constructor for class com.filenet.bso.api.util.BsoSearchResultsClassData
Construct a class data instance.
BsoSearchResultsXMLReader - class com.filenet.bso.api.util.BsoSearchResultsXMLReader.
This class parses Search Results XML, in the format returned from a Search.execute() call, and returns the data as BsoSearchResultRow objects.
BsoSearchResultsXMLReader.ResultsHandler - class com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler.
SAX Parser inner class to parse the search results XML
BsoSearchResultsXMLReader.ResultsHandler(BsoSearchResultsXMLReader) - Constructor for class com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler
 
BsoSearchResultsXMLReader() - Constructor for class com.filenet.bso.api.util.BsoSearchResultsXMLReader
Construct a reader instance.
BsoSecurityException - exception com.filenet.bso.api.util.BsoSecurityException.
Base class for Case Management Java API unchecked runtime exceptions.
BsoSecurityException() - Constructor for class com.filenet.bso.api.util.BsoSecurityException
Constructs a BsoRuntimeException with no specific detail message.
BsoSecurityException(String) - Constructor for class com.filenet.bso.api.util.BsoSecurityException
Constructs a BsoRuntimeException with a given detail message.
BsoSecurityException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoSecurityException
Constructs a BsoRuntimeException with a given detail message and the original exception.
BsoUID - interface com.filenet.bso.api.util.BsoUID.
BsoUID objects are used to generate universally unique identifiers.
BsoUpdateFailedException - exception com.filenet.bso.api.util.BsoUpdateFailedException.
Thrown when an attempt is made to update one of the upper-level elements of the persistent content with stale, out-of-date data.
BsoUpdateFailedException() - Constructor for class com.filenet.bso.api.util.BsoUpdateFailedException
Constructs a BsoUpdateFailedException with no specific detail message.
BsoUpdateFailedException(String) - Constructor for class com.filenet.bso.api.util.BsoUpdateFailedException
Constructs a BsoUpdateFailedException with a given detail message.
BsoUpdateFailedException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoUpdateFailedException
Constructs a BsoUpdateFailedException with a given detail message and the original exception.
BsoUtilFactory - class com.filenet.bso.api.util.BsoUtilFactory.
The BsoUtilFactory object creates the Case Management Java API utility objects: BsoUID and BsoPropertyMap.
BsoWorkflow - interface com.filenet.bso.api.util.BsoWorkflow.
Classes that implement the BsoWorkflow interface represent FileNet eProcess workflows.
BsoWriteableDataModel - interface com.filenet.bso.api.util.BsoWriteableDataModel.
Classes that implement the BsoWriteableDataModel interface provide write access to BsoDataModel objects.
BsoXMLBinder - class com.filenet.bso.api.util.BsoXMLBinder.
The BsoXMLBinder class manages unmarshaling XML content into Java classes, and marshaling Java classes into XML content.
BsoXMLGenerator - interface com.filenet.bso.api.util.BsoXMLGenerator.
Classes that implement the BsoXMLGenerator interface are used by the Case Management Java API to generate XML.
BsoXMLMarshal - interface com.filenet.bso.api.util.BsoXMLMarshal.
Classes implement the BsoXMLMarshal interface to support marshaling Java classes into XML content.
BsoXMLParsingException - exception com.filenet.bso.api.util.BsoXMLParsingException.
Thrown when an error occurs during parsing of XML content.
BsoXMLParsingException() - Constructor for class com.filenet.bso.api.util.BsoXMLParsingException
Constructs a BsoXMLParsingException with no specific detail message.
BsoXMLParsingException(String) - Constructor for class com.filenet.bso.api.util.BsoXMLParsingException
Constructs a BsoXMLParsingException with a given detail message.
BsoXMLParsingException(String, Throwable) - Constructor for class com.filenet.bso.api.util.BsoXMLParsingException
Constructs a BsoXMLParsingException with a given detail message and the original exception.
BsoXMLSerializer - class com.filenet.bso.api.util.BsoXMLSerializer.
 
BsoXMLSerializer(ContentHandler) - Constructor for class com.filenet.bso.api.util.BsoXMLSerializer
 
BsoXMLUnmarshal - class com.filenet.bso.api.util.BsoXMLUnmarshal.
The BsoXMLUnmarshal class supports the unmarshaling of XML content into Java classes.
BsoXMLUnmarshal() - Constructor for class com.filenet.bso.api.util.BsoXMLUnmarshal
 
BsoXMLUnmarshal(BsoXMLUnmarshal) - Constructor for class com.filenet.bso.api.util.BsoXMLUnmarshal
 
BsoXMLUtil - class com.filenet.bso.api.util.BsoXMLUtil.
Utility class for working with XML and DOM.
BsoXMLWriter - class com.filenet.bso.api.util.BsoXMLWriter.
The BsoXMLWriter class provides helper methods to produce well-formed XML output.
BsoXPathDef - class com.filenet.bso.api.util.BsoXPathDef.
The BsoXPathDef class provides information used by the BsoGenericSAXHandler class to generate Java classes from XML elements.
BsoXPathDef() - Constructor for class com.filenet.bso.api.util.BsoXPathDef
 
BsoXPathDef(String[], String, int, String) - Constructor for class com.filenet.bso.api.util.BsoXPathDef
 
BsoXPathDef(String, String, int, String) - Constructor for class com.filenet.bso.api.util.BsoXPathDef
 
buildProperty(String, String, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Constructs a Property object.
bulkUpdate(Map) - Method in interface com.filenet.bso.api.collaboration.Meeting
Perform a bulk update of properties.
bulkUpdate(Map) - Method in interface com.filenet.bso.api.collaboration.Teamspace
Perform a bulk update of teamspace properties.
bulkUpdate(Map) - Method in interface com.filenet.bso.api.collaboration.Forum
Perform a bulk update of properties.
bulkUpdate(Map) - Method in interface com.filenet.bso.api.collaboration.Team
Perform a bulk update of team properties.
bulkUpdate(Map) - Method in interface com.filenet.bso.api.collaboration.Task
Perform a bulk update of task properties.
bulkUpdate(Map) - Method in interface com.filenet.bso.api.collaboration.Poll
Perform a bulk update of poll properties.

C

cancel() - Method in interface com.filenet.bso.api.collaboration.Meeting
Cancels the meeting without removing the meeting folder and its contents.
canReferenceClass(String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Method to determine if it is possible for this row to even reference rows from another class.
CC_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "Cc" email header.
ceClassSymbolicNameFromObjectType(int) - Static method in class com.filenet.bso.api.collaboration.Collaboration
Returns the class symbolic name for the given collaboration object type.
ceObjectTypeFromObjectType(int) - Static method in class com.filenet.bso.api.collaboration.Collaboration
Returns the underlying Content Engine object type for a collaboration object based on collaboration object type..
CHANGE_ADDED - Static variable in interface com.filenet.bso.api.util.BsoElement
Value of 2; integer constant showing that the element has been added.
CHANGE_DELETED - Static variable in interface com.filenet.bso.api.util.BsoElement
Value of 4; integer constant showing that the element has been deleted.
CHANGE_IN_TASK_COMPLETION_STATUS_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 400; Collaboration subscription type; change in task completion status, completed, expired, reopened.
CHANGE_LOCKED - Static variable in interface com.filenet.bso.api.util.BsoElement
Value of 1; integer constant showing that the element has been locked in preparation for updating or deleting.
CHANGE_NONE - Static variable in interface com.filenet.bso.api.util.BsoElement
Value of 0; integer constant showing that the element is unchanged.
CHANGE_TO_DOCUMENT_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 200; Collaboration subscription type; change to document.
CHANGE_TO_FOLDER_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 300; Collaboration subscription type; change to folder.
CHANGE_UPDATED - Static variable in interface com.filenet.bso.api.util.BsoElement
Value of 3; integer constant showing that the element has been updated.
characters(char[], int, int) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
characters(char[], int, int) - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
characters(String) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
CHECK_IF_COMPLETE - Static variable in interface com.filenet.bso.api.collaboration.Task
 
CHECK_IF_INPROGRESS - Static variable in interface com.filenet.bso.api.collaboration.Task
 
CHECK_IF_PENDING - Static variable in interface com.filenet.bso.api.collaboration.Task
 
checkAccessControl(AccessControlInfo) - Method in interface com.filenet.bso.api.collaboration.Teamspace
Check access control for a single operation on a single object.
checkAccessControl(AccessControlInfo[]) - Method in interface com.filenet.bso.api.collaboration.Teamspace
Check access controls for a collection of operations and objects.
checkAccessControl(Teamspace, AccessControlInfo) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Determine if this access level definition grants the requested access control.
checkCondition(int) - Method in interface com.filenet.bso.api.collaboration.Task
Determine if a specified task condition is true or false.
checkin(Document, Document) - Method in class com.filenet.bso.collaboration.tools.ConfigBase
This method checks in a document.
checkout(String, String) - Method in class com.filenet.bso.collaboration.tools.ConfigBase
This is a generic method used to checkout a document named, filename, from the given object store, OSname.
checkUpdateConflict(BsoElement, BsoElement) - Method in interface com.filenet.bso.api.util.BsoElements
Internally called to check for update conflicts between a modified element and the given recently-persisted element.
ClbOpMissingEmailException - exception com.filenet.bso.api.util.ClbOpMissingEmailException.
The Collaboration (workflow) Operations checked exception for when a user's email address is undefined.
ClbOpMissingEmailException() - Constructor for class com.filenet.bso.api.util.ClbOpMissingEmailException
Constructs a ClbOpMissingEmailException with no specific detail message.
ClbOpMissingEmailException(String) - Constructor for class com.filenet.bso.api.util.ClbOpMissingEmailException
Constructs a ClbOpMissingEmailException with a given detail message.
ClbOpMissingEmailException(String, Throwable) - Constructor for class com.filenet.bso.api.util.ClbOpMissingEmailException
Constructs a ClbOpMissingEmailException with a given detail message and the original exception.
ClbOpMissingEmailException(Throwable) - Constructor for class com.filenet.bso.api.util.ClbOpMissingEmailException
Constructs a ClbOpMissingEmailException with an original throwable exception.
clear() - Method in interface com.filenet.bso.api.util.BsoPropertyMap
Removes all property keys and their values.
clearBatch() - Method in class com.filenet.bso.api.collaboration.EmailNotification
Clear the batch list to allow this instance of EmailNotification to be reused.
clearContent() - Method in interface com.filenet.bso.api.util.BsoContentBinder
Clears the XML-based object hierarchy.
clearDeletedList() - Method in interface com.filenet.bso.api.util.BsoElements
Clears the list of deleted elements.
clearRecipients() - Method in class com.filenet.bso.api.collaboration.EmailNotification
Clear the list of recipients to allow this instance of EmailNotification to be reused.
close() - Method in interface com.filenet.bso.api.collaboration.Poll
Close the poll and reset the closing date to the current date.
close(String) - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Closes the TopicPosting, preventing further addition or removal of replies.
close(String) - Method in interface com.filenet.bso.api.collaboration.Forum
Closes the Forum, preventing further addition or removal of topics and replies.
CLOSEDBY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
Value of "CollaborationClosedBy"; Content Engine property.
CLOSEDBY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "ColaborationClosedBy"; Content Engine property.
CLOSINGCOMMENT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
Value of "ClosingComment"; Content Engine property.
CLOSINGCOMMENT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "ClosingComment"; Content Engine property.
CLOSINGDATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "PossibleResponses"; Content Engine property.
CODE_XML - Static variable in interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore
 
COLLAB_SEC_ROLE_DEF - Variable in class com.filenet.bso.collaboration.tools.ConfigBase
 
Collaboration - class com.filenet.bso.api.collaboration.Collaboration.
The Collaboration class provides collaboration-wide global static constants and methods.
COLLABORATION_APPLICATIONS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_CONFIG_DATA - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_CONNECTIONCREDENTIALS_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_CONTAINER_CONTENT_EVENT_ACTION - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_CONTAINER_EVENT_ACTION - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_CONTAINER_SUBSCRIPTION_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_CONTAINERS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_CONTENT_CONTAINER_OBJECT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_DISCUSSIONS_CONTAINER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_DISCUSSIONS_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_DISCUSSIONS_CONTAINER_OBJECT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_DOCUMENT_CONTENT_EVENT_ACTION - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_DOCUMENT_EVENT_ACTION - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_DOCUMENT_SUBSCRIPTION_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_EMAIL_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_EMAIL_CONTAINER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_EMAIL_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_EMAIL_MAPS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_EMAIL_SUBPART_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_ENGINEENTRIESFOLDER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_FORUM_CONTAINER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_FORUM_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_GROUPS_OBJECT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_INTERNALFOLDER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEETING_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEETING_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEETINGDEFS_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEETINGS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEETINGS_CONTAINER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEETINGS_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEETINGS_CONTAINER_OBJECT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEETINGSESSION_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_MEMBERSFOLDER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_NOTIFICATIONS_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_PARTICIPANT_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_POLLRESPONSE_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_POLLRESPONSES_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_POLLS_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_POSTING_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_REFFOLDER_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_REGCONTAINERS_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_REGWORKFLOWS_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_RELATIONSHIP_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_RELATIONSHIPSFOLDER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_REPLY_POSTING_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_STORE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_SUB_TASK_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_SUBSCRIPTIONS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_SUBSCRIPTIONSFOLDER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TASKS_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TEAM_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TEAMS_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TEAMSPACE_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TEAMSPACE_DEACTIVATE_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TEAMSPACE_OBJECT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TEAMSPACEMEMBER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TOP_LEVEL_TASK_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TOPIC_FOLDER_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TOPIC_POSTING_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TYPE_PROP_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.UserSubscription
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Teamspace
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Team
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "CollaborationType"; Content Engine property.
COLLABORATION_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
COLLABORATION_WORKFLOW_REFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_WORKFLOWS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
COLLABORATION_WORKFLOWS_CONTAINER_DEFID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
Collaboration() - Constructor for class com.filenet.bso.api.collaboration.Collaboration
 
CollaborationFactory - class com.filenet.bso.api.collaboration.CollaborationFactory.
The CollaborationFactory class is responsible for creating new Teamspace objects and retrieving existing Teamspace and TeamspaceWork objects.
CollaborationManagementAgent - class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent.
 
CollaborationManagementAgent() - Constructor for class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
CollaborationObject - interface com.filenet.bso.api.collaboration.CollaborationObject.
Classes that implement the CollaborationObject interface provide methods common to all collaboration objects.
CollaborationOperationException - exception com.filenet.bso.api.util.CollaborationOperationException.
The base class for Collaboration (workflow) Operations checked exceptions.
CollaborationOperationException() - Constructor for class com.filenet.bso.api.util.CollaborationOperationException
Constructs a CollaborationOperationException with no specific detail message.
CollaborationOperationException(String) - Constructor for class com.filenet.bso.api.util.CollaborationOperationException
Constructs a CollaborationOperationException with a given detail message.
CollaborationOperationException(String, Throwable) - Constructor for class com.filenet.bso.api.util.CollaborationOperationException
Constructs a CollaborationOperationException with a given detail message and the original exception.
CollaborationOperationException(Throwable) - Constructor for class com.filenet.bso.api.util.CollaborationOperationException
Constructs a CollaborationOperationException with an original throwable exception.
CollaborationOperations - class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations.
A class that implements Collaboration operations that may be performed by workflows.
CollaborationOperations() - Constructor for class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
 
CollaborationQuery - interface com.filenet.bso.api.collaboration.query.CollaborationQuery.
 
CollaborationStore - class com.filenet.bso.api.collaboration.CollaborationStore.
The CollaborationStore class provides static methods to retrieve objects that access Collaboration Store data.
CollaborationStore() - Constructor for class com.filenet.bso.api.collaboration.CollaborationStore
 
COLLABORATIONTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
COLLABORATIONTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "CollaborationType" Content Engine property.
COLLABORATIONTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
COLLABORATIONTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
Value of the "CollaborationType" Content Engine property.
COLLABTYPE_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
com.filenet.bso.api.collaboration - package com.filenet.bso.api.collaboration
This package contains the classes and interfaces that enable general and global collaboration functionality, including creation and management of teamspaces, workflows, forums, meetings, containers, tasks, polls, teams, templates, email notifications, memberships, and relationships.
com.filenet.bso.api.collaboration.commands - package com.filenet.bso.api.collaboration.commands
This package contains a class to drive teamspace actions, as well as classes that provide for deletion of child objects in a teamspace and creation of posting replies.
com.filenet.bso.api.collaboration.data - package com.filenet.bso.api.collaboration.data
This package offers data collection classes to enable the registration of workflows and provide access to the data used in the creation, specification, and management of collaboration objects.
com.filenet.bso.api.collaboration.exceptions - package com.filenet.bso.api.collaboration.exceptions
This package contains the exception classes available to collaboration operations.
com.filenet.bso.api.collaboration.query - package com.filenet.bso.api.collaboration.query
This package contains interfaces that contain the nodes, methods, and values for defining and controlling collaboration queries and search capabilities.
com.filenet.bso.api.collaboration.store - package com.filenet.bso.api.collaboration.store
This package contains interfaces that provide access to workflow, template, and application information, and to objects that define containers, subscription events, security and access information, and various other collaboration elements.
com.filenet.bso.api.util - package com.filenet.bso.api.util
This package contains various utility classes, interfaces, and exception classes.
com.filenet.bso.collaboration.managementservice.server - package com.filenet.bso.collaboration.managementservice.server
 
com.filenet.bso.collaboration.tools - package com.filenet.bso.collaboration.tools
 
com.filenet.bso.collaboration.workflow.operations - package com.filenet.bso.collaboration.workflow.operations
This package contains the class that implements collaboration operations that may be performed by workflows.
Command - interface com.filenet.bso.api.collaboration.Command.
Classes that implement the Command interface encapsulate actions that perform actions on a Teamspace.
ConditionalOperator - interface com.filenet.bso.api.collaboration.query.ConditionalOperator.
Interface to a node that defines a conditional operator -- AND or OR.
CONFIG_FILE_NAME - Static variable in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
CONFIG_PATH_SYSPROP - Static variable in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
ConfigBase - class com.filenet.bso.collaboration.tools.ConfigBase.
 
ConfigBase() - Constructor for class com.filenet.bso.collaboration.tools.ConfigBase
 
configMailServer() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
ConfigurationException - exception com.filenet.bso.api.collaboration.exceptions.ConfigurationException.
This exception is thrown if the Content Java API detects a problem with your system's configuration.
ConfigurationException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.ConfigurationException
Constructs a ConfigurationException.
ConfigurationException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.ConfigurationException
Constructs a ConfigurationException containing the specified String.
ConfigurationStore - interface com.filenet.bso.api.collaboration.store.ConfigurationStore.
A class that implements the ConfigurationStore interface returns the ObjectStore objects configured to hold collaboration object definitions and notifications.
CONNECTIONACCESSKEY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
CONNECTIONCREDENTIALS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
Container - interface com.filenet.bso.api.collaboration.Container.
Classes that implement the Container interface support virtual containers within the collaboration work environment.
ContainerDefinition - interface com.filenet.bso.api.collaboration.store.ContainerDefinition.
Classes that implement the ContainerDefinition define containers that can optionally be added to a teamspace.
ContainerInfo - class com.filenet.bso.api.collaboration.data.ContainerInfo.
The ContainerInfo class is a collection of data used to specify the containers that will be registered when a teamspace is created.
ContainerInfo() - Constructor for class com.filenet.bso.api.collaboration.data.ContainerInfo
 
ContainerInfo(String, Properties) - Constructor for class com.filenet.bso.api.collaboration.data.ContainerInfo
 
ContainerManager - interface com.filenet.bso.api.collaboration.ContainerManager.
A class that implements the ContainerManager interface provides functionality to add and remove containers from a teamspace.
ContainersStore - interface com.filenet.bso.api.collaboration.store.ContainersStore.
A class that implements the ContainersStore interface provides access to ContainerDefinition objects in the Collaboration Store.
CONTAINMENTFOLDERID_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
CONTAINS - Static variable in interface com.filenet.bso.api.collaboration.query.ContentCriteriaNode
Node type that includes the entire condition for the Contains SQL operator.
CONTENT_PARAMETER_KEY - Static variable in class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand
Key string used to store and retrieve parameter data in command object.
ContentCapableQuery - interface com.filenet.bso.api.collaboration.query.ContentCapableQuery.
Contains methods related to content based searching.
ContentCondition - interface com.filenet.bso.api.collaboration.query.ContentCondition.
Interface to a node that defines the condition string for the appropriate type of content search (either Contains or Freetext).
ContentCriteriaNode - interface com.filenet.bso.api.collaboration.query.ContentCriteriaNode.
Base interface for a node that makes up the content based search criteria.
ContentManager - interface com.filenet.bso.api.collaboration.ContentManager.
A class that implements the ContentManager interface provides functionality to manage content folders and documents of a teamspace.
CONTENTRANKING_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
convertBinaryToString(byte[], String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Convert a binary property value which was originally a string back into a string.
convertDateToISODate(Date) - Static method in class com.filenet.bso.api.util.BsoDateUtil
Converts a java.util.date object to an ISO-date-formatted string.
convertDateToW3CDate(Date, boolean) - Static method in class com.filenet.bso.api.util.BsoDateUtil
Converts a java.util.date object to a W3C-date-formatted string.
convertISODateToDate(Object) - Static method in class com.filenet.bso.api.util.BsoDateUtil
Converts an ISO-date-formatted string to a java.util.date object.
convertSearchResultDataType(String) - Static method in class com.filenet.bso.api.util.BsoSearch
Converts a data type as represented in the search results XML to a Content Engine data type.
convertStringValue(int, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Converts a given value from a string to an object.
convertW3CDateToDate(Object, BooleanRef) - Static method in class com.filenet.bso.api.util.BsoDateUtil
Converts a W3C-date-formatted string to a java.util.date object.
copy(BsoPropertyMap) - Method in interface com.filenet.bso.api.util.BsoPropertyMap
Copies all of the property keys and values from the source BsoPropertyMap object to this object.
copyDocument(SubjectInfo, String, String, Document, Properties, Permissions, boolean, boolean) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Create a new document based on an existing document and file it in a folder in a teamspace.
COUNT_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
create() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
Attach connectors & adaptors to the MBean Server then start them.
create(ObjectStore, Folder, String, WriteableMetadataObject, String) - Static method in class com.filenet.bso.api.util.BsoPersistentDataContainerFactory
Creates an instance of a BsoPersistentDataContainer class.
createDataModel(String, Map) - Static method in class com.filenet.bso.api.util.BsoDataModelFactory
Creates a BsoDataModel object.
createDataModelXML(String, InputSource, BsoDataModelSaxHandler) - Static method in class com.filenet.bso.api.util.BsoDataModelFactory
Generates a tree structure of BsoDataModel objects that is the object-based representation the XML data.
createDataModelXML(String, InputStream, BsoDataModelSaxHandler) - Static method in class com.filenet.bso.api.util.BsoDataModelFactory
Generates a tree structure of BsoDataModel objects that is the object-based representation the XML input stream.
createDataModelXML(String, String, BsoDataModelSaxHandler) - Static method in class com.filenet.bso.api.util.BsoDataModelFactory
Generates a tree structure of BsoDataModel objects that is the object-based representation the XML data.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
createObject(BsoXMLUnmarshal) - Method in class com.filenet.bso.api.util.BsoXPathDef
Creates and returns a Java object that represents the XML element returned by the getXPath method.
createObject(String) - Static method in class com.filenet.bso.api.util.BsoObjectUtil
Creates the object specified by the class name path.
createObject(String, Object[], Class[]) - Static method in class com.filenet.bso.api.util.BsoObjectUtil
Creates the object specified by the class name path, passing the given parameters to the object's constructor.
CreateRole - class com.filenet.bso.collaboration.tools.CreateRole.
 
CreateRole(String[]) - Constructor for class com.filenet.bso.collaboration.tools.CreateRole
Parse through the arguments that were passed in, and setup a session.
createTask(VWAttachment, String, VWParticipant, VWParticipant, boolean, Date, Date, Integer, String, String, String, VWAttachment[], String, String) - Method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
Creates a Collaboration Task.
createTeamspace(ObjectStore, Folder, String, String, String, Properties, List, ContainerInfo[], VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Creates a Teamspace object.
createTeamspace(ObjectStore, Folder, String, String, String, Properties, List, ContainerInfo[], VWSession, String) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Creates a Teamspace object.
createTeamspace(VWAttachment, String, String, VWParticipant, String, String, String[], String[], String[], String) - Method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
Creates a Collaboration Teamspace and returns the teamspace reference.
createTeamspaceFromTemplate(ObjectStore, String, Folder, String, String, List, VWSession, String) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Creates a Teamspace object from a teamspace template.
createTeamspaceFromTemplate(ObjectStore, String, Folder, String, String, String, List, VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Creates a Teamspace object from a teamspace template.
createTeamspaceFromTemplate(VWAttachment, VWAttachment, String, VWParticipant, String, String, String) - Method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
Creates a Collaboration Teamspace From a Teamspace Template and returns the teamspace reference.
createTeamspaceTemplate(ObjectStore, String, String, String) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Creates a Teamspace template from an existing teamspace.
createTeamspaceWithMembers(VWAttachment, String, String, VWParticipant, String, String, String[], String[], String[], String, VWParticipant[], Integer[], String[], String[]) - Method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
Creates a Collaboration Teamspace with members specified and returns the teamspace reference.
createWorkflow(Map) - Method in interface com.filenet.bso.api.util.BsoWorkflow
Creates, but does not launch, a workflow.
createWorkflow(VWSession, ObjectStore, String, boolean, Map) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Creates a workflow, but does not launch it.
createWorkflowFromSubscription(VWSession, WorkflowSubscription, Map) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Creates a workflow, but does not launch it, from a WorkflowSubscription object.
createWriteableDataModel(String, Map) - Static method in class com.filenet.bso.api.util.BsoDataModelFactory
Creates a BsoWriteableDataModel object.
currentElementText - Variable in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
currentPath - Variable in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
CURVERID_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 

D

DATATYPE_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
DATATYPE_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
 
DATE_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "Date" email header.
DATECLOSED_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
Value of "CollaborationDateClosed"; Content Engine property.
DATECLOSED_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "ColaborationDateClosed"; Content Engine property.
DATECONTENTLASTMODIFIED_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
DATECREATED_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
DEACTIVATE_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 9; test whether a container supports deactivation.
deactivate() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Deactivate this teamspace.
DEACTIVATETEAMSPACE_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
debug(Object) - Static method in class com.filenet.bso.api.util.BsoLog
 
debug(Object, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
debug(Object, Throwable) - Static method in class com.filenet.bso.api.util.BsoLog
 
debug(Object, Throwable, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
decode(String) - Static method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Decodes an encoded text element string.
decode(String, boolean) - Static method in class com.filenet.bso.api.collaboration.EmailGuidCoder
Decode the base32 form back into the hexadecimal string.
DEFAULT_ADO_QRY_RESULT_LOGGER_NAME - Static variable in class com.filenet.bso.api.util.BsoLog
 
DEFAULT_ENTER_LOGGER_NAME - Static variable in class com.filenet.bso.api.util.BsoLog
 
DEFAULT_LOGGER_PROPERTY - Static variable in class com.filenet.bso.api.util.BsoLog
 
DEFAULT_PERF_LOGGER_NAME - Static variable in class com.filenet.bso.api.util.BsoLog
 
DEFAULT_QRY_STRING_LOGGER_NAME - Static variable in class com.filenet.bso.api.util.BsoLog
 
DEFAULT_XML_QRY_RESULT_LOGGER_NAME - Static variable in class com.filenet.bso.api.util.BsoLog
 
DELETE_COMMAND_KEY - Static variable in interface com.filenet.bso.api.collaboration.Command
Command key string used to retrieve command object used to delete child objects of a teamspace, value of "delete-child-objects".
DELETE_MAP_PARAMETER_KEY - Static variable in class com.filenet.bso.api.collaboration.commands.DeleteCommand
Key string used to store and retrieve parameter data in command object.
delete() - Method in interface com.filenet.bso.api.collaboration.Meeting
Cancels the meeting and removes the meeting folder and its contents.
DeleteCommand - class com.filenet.bso.api.collaboration.commands.DeleteCommand.
This command class deletes child objects in a teamspace, including all content and teamspace metadata except for the teamspace itself and the top-level containers of a teamspace.
DeleteCommand() - Constructor for class com.filenet.bso.api.collaboration.commands.DeleteCommand
 
deleteSeq() - Method in interface com.filenet.bso.api.util.BsoElement
Marks the update sequence number to "unset" for this element.
DependentObjectsCapableQuery - interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery.
An interface that allows dependent objects to contribute to the query.
DESCENDING - Static variable in interface com.filenet.bso.api.collaboration.query.OrderBy
Option to specify results are in descending order.
DESCENDING_SORT - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 1; if sort properties present, sort in descending order
DESCRIPTION_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
DESCRIPTION_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "CollaborationDescription"; Content Engine property.
DESCRIPTION_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Team
Value of "Description"; Content Engine property.
DESCRIPTION_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "Description"; Content Engine property.
DESCRIPTION_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
determineQName(String, String) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
DIRECTCONTAINER_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
DIRECTCONTAINER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "DirectContainer" Content Engine property.
DIRECTCONTAINER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
DIRECTCONTAINER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "DirectContainer"; Content Engine property.
DiscussionCloseException - exception com.filenet.bso.api.collaboration.exceptions.DiscussionCloseException.
Checked exception thrown when an invalid operation is attempted on a closed discussion forum or topic.
DiscussionCloseException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.DiscussionCloseException
Constructs a DuplicateMemberException with no specific detail message.
DiscussionCloseException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.DiscussionCloseException
Constructs a DuplicateMemberException with a given detail message.
DiscussionCloseException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.DiscussionCloseException
Constructs a DuplicateMemberException with a given detail message and the original exception.
DISCUSSIONS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
dispatch(Object, String, int) - Static method in class com.filenet.bso.api.util.BsoLog
 
dispatch(Object, Throwable, String, int) - Static method in class com.filenet.bso.api.util.BsoLog
 
DISPLAYNAME_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
Value of "DisplayName"; Content Engine property.
DISTINGUISHEDNAME_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
Value of "DistinguishedName"; Content Engine property.
DOCUMENT_ADDED_TO_FOLDER_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 301; Collaboration subscription type; a document added to a specific folder.
DOCUMENT_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
documentType() - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Returns an int array object that specifies BaseObject.TYPE_DOCUMENT.
doLaunchWorkflowFromSubscription(VWSession, WorkflowSubscription, BsoPropertyMap) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Launches a workflow from a given WorkflowSubscription object.
doLaunchWorkflowFromSubscription(VWSession, WorkflowSubscription, Map) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Launches a workflow from a given WorkflowSubscription object.
doLaunchWorkflowFromSubscription(VWSession, WorkflowSubscriptions, String, BsoPropertyMap) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Based on subscription name, launches a workflow from a given set of WorkflowSubscription objects.
dumpVWParticipant(VWParticipant) - Method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
 
DuplicateMemberException - exception com.filenet.bso.api.collaboration.exceptions.DuplicateMemberException.
Checked exception thrown when an operation is attempted that would result in duplicate user or member entries.
DuplicateMemberException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateMemberException
Constructs a DuplicateMemberException with no specific detail message.
DuplicateMemberException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateMemberException
Constructs a DuplicateMemberException with a given detail message.
DuplicateMemberException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateMemberException
Constructs a DuplicateMemberException with a given detail message and the original exception.
DuplicateParticipantException - exception com.filenet.bso.api.collaboration.exceptions.DuplicateParticipantException.
Checked exception thrown when an operation is attempted that would result in duplicate user or member entries.
DuplicateParticipantException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateParticipantException
Constructs a DuplicateParticipantException with no specific detail message.
DuplicateParticipantException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateParticipantException
Constructs a DuplicateParticipantException with a given detail message.
DuplicateParticipantException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateParticipantException
Constructs a DuplicateParticipantException with a given detail message and the original exception.
DuplicateRegisteredObjectException - exception com.filenet.bso.api.collaboration.exceptions.DuplicateRegisteredObjectException.
Checked exception thrown when a user attempt to create a subscription that already exists.
DuplicateRegisteredObjectException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateRegisteredObjectException
Constructs a DuplicateUserSubscriptionException with no specific detail message.
DuplicateRegisteredObjectException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateRegisteredObjectException
Constructs a DuplicateUserSubscriptionException with a given detail message.
DuplicateRegisteredObjectException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.DuplicateRegisteredObjectException
Constructs a DuplicateUserSubscriptionException with a given detail message and the original exception.

E

elementStack - Variable in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
Email - interface com.filenet.bso.api.collaboration.Email.
Classes that implement the Email interface enable content in the form of an email message.
EMAIL_ATTACHMENT_COUNT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailAttachmentCount" Content Engine property.
EMAIL_CC_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailCc" Content Engine property.
EMAIL_DATE_STRING_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailDateString" Content Engine property.
EMAIL_DATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailDate" Content Engine property.
EMAIL_DOMAIN_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
EMAIL_FROM_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailFrom" Content Engine property.
EMAIL_HEADERS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailHeaders" Content Engine property.
EMAIL_IN_OWN_FOLDER_NAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailInOwnFolderName" Content Engine property.
EMAIL_IN_REPLY_TO_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailInReplyTo" Content Engine property.
EMAIL_MESSAGE_ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailMessageID" Content Engine property.
EMAIL_MIME_TYPE - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the MIME type used for email documents.
EMAIL_MIME_TYPES_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailMIMETypes" Content Engine property.
EMAIL_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
EMAIL_PERSONAL_FROM_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailPersonalFrom" Content Engine property.
EMAIL_SENT_BY_DOMAIN_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
EMAIL_SENT_BY_NAME_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
EMAIL_SENT_BY_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
EMAIL_SUBJECT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "DocumentTitle" Content Engine property.
EMAIL_SUBPART_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
EMAIL_TEMPLATE_MAP_ID_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
EMAIL_TEMPLATE_MAP_XML - Static variable in interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore
 
EMAIL_TEMPLATE_MAPS_XML - Static variable in interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore
 
EMAIL_TEMPLATES_STORE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
EMAIL_THREAD_ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailThreadID" Content Engine property.
EMAIL_TO_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "EmailTo" Content Engine property.
EMAILADDRESS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "EmailAddress"; Content Engine property.
EmailGuidCoder - class com.filenet.bso.api.collaboration.EmailGuidCoder.
The EmailGuidCoder converts Content Engine IDs (GUIDs) to and from special 26 character, base32 forms.
EmailInfo - class com.filenet.bso.api.collaboration.data.EmailInfo.
The EmailInfo class is a collection of data used to create a teamspace email message.
EmailInfo() - Constructor for class com.filenet.bso.api.collaboration.data.EmailInfo
The default constructor.
EmailInfo(Teamspace, MimeMessage, String, boolean) - Constructor for class com.filenet.bso.api.collaboration.data.EmailInfo
Construct the email info object.
EmailNotification - class com.filenet.bso.api.collaboration.EmailNotification.
The EmailNotification class allows template-controlled email messages to be sent to a number of recipients.
EmailNotification(ObjectStore, Teamspace, String) - Constructor for class com.filenet.bso.api.collaboration.EmailNotification
Construct EmailNotification instances with a teamspace that will be used to queue message(s) to be asynchronously sent by the Collaboration Engine.
EmailNotification(ObjectStore, VWSession, String) - Constructor for class com.filenet.bso.api.collaboration.EmailNotification
Construct EmailNotification instances with a VWSession that will be used to send the email out immediately.
EMAILS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
EmailsQuery - interface com.filenet.bso.api.collaboration.query.EmailsQuery.
This is a specialized query to search for Emails and EmailSubparts (attachments) at the same time.
EmailSubpart - interface com.filenet.bso.api.collaboration.EmailSubpart.
Classes that implement the EmailSubpart interface allow access to the subparts of an email message, which can be either attachments or inline objects.
EmailSubpartInfo - class com.filenet.bso.api.collaboration.data.EmailSubpartInfo.
This class encapsulates the data of a single subpart of an email message.
EmailSubpartInfo(Teamspace, String, String, String, byte[], int) - Constructor for class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Alternate constructor used when not basing the subpart off of a MimePart object.
EmailTemplateMapsStore - interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore.
A class that implements the EmailTemplateMapsStore interface returns the ObjectStore objects configured to hold collaboration object definitions and notifications.
EmailTemplatesStore - interface com.filenet.bso.api.collaboration.store.EmailTemplatesStore.
Interface containing a method to fetch an e-mail template from an e-mail templates store.
encode(String) - Static method in class com.filenet.bso.api.collaboration.EmailGuidCoder
Encode a normal "{hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh}" formatted GUID in base32 form.
encode(String) - Static method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Encodes a text element string that contains prohibited characters.
encodeForXML(String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Encodes special characters in a string and returns another string suitable for XML.
encodeRaw(String) - Static method in class com.filenet.bso.api.collaboration.EmailGuidCoder
Encode a hex string in base32 form.
Encrypt - class com.filenet.bso.api.util.Encrypt.
 
Encrypt() - Constructor for class com.filenet.bso.api.util.Encrypt
 
ENCRYPTION_KEY_FILE_PROP_NAME - Static variable in interface com.filenet.bso.api.collaboration.store.ConfigurationStore
 
EncryptionException - exception com.filenet.bso.api.collaboration.exceptions.EncryptionException.
This exception is thrown if a problem occurs when instantiating or using classes from the Java Cryptography Extension (JCE) to encrypt a credentials token.
EncryptionException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.EncryptionException
Constructs an EncryptionException.
EncryptionException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.EncryptionException
Constructs an EncryptionException containing the specified String.
EncryptionException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.EncryptionException
Constructs a EncryptionException with a given detail message and the original exception.
endAttributes(BufferedWriter, boolean) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
If an XML element was begun by calling beginElement(out, name, true), call this to write out the closing part of the begin element tag.
ENDDATETIME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
ENDDATETIME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
endDocument() - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
endDocument() - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler
 
endDocumentElement(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
endElement(BufferedWriter, String) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes an end XML element tag to a BufferedWriter.
endElement(String, String) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
endElement(String, String, String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Override this method to provide class specific handling of the SAX DefaultHandler class's endElement method.
endElement(String, String, String) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler
 
endElement(String, String, String) - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
endFolderElement(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
endObjsetAndResponseElements(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Call this method to end both an objectset element and the response root element.
endObjsetElement(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Call this method to end an objectset element.
endPrefixMapping(String) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
endPropertiesElement(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
endResponseElement(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Call this method to end a response root element.
ENGINE_NAME - Static variable in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
ENGINEENTRIES_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
enter(String, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
ENTERPRISE_GROUP_SECURITY_MEMBER - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of 2001; Represents an Enterprise GROUP security member, granted certain rights to access a teamspace.
ENTERPRISE_USER_SECURITY_MEMBER - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of 2000; Represents an Enterprise USER security member, granted certain rights to access a teamspace.
EnterpriseSecurityStore - interface com.filenet.bso.api.collaboration.store.EnterpriseSecurityStore.
A class that implements the EnterpriseSecurityStore interface provides access to enterprise-level security definitions for teamspaces, teamspace templates, and deactivated teamspaces.
EQUALS - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests two operands for equality.
equals(Object) - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
Verify the object properties match.
equals(Object) - Method in class com.filenet.bso.api.collaboration.query.IdValue
Compares two values for equality.
equals(Object) - Method in class com.filenet.bso.api.collaboration.query.PreformattedValue
Compares two objects for equality.
equals(Object) - Method in interface com.filenet.bso.api.util.BsoUID
Compares two UID objects for equality.
error(Object) - Static method in class com.filenet.bso.api.util.BsoLog
 
error(Object, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
error(Object, Throwable) - Static method in class com.filenet.bso.api.util.BsoLog
 
error(Object, Throwable, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
evAdd - Variable in class com.filenet.bso.api.util.BsoPCH
 
evDelete - Variable in class com.filenet.bso.api.util.BsoPCH
 
evEmail - Variable in class com.filenet.bso.api.util.BsoPCH
 
evOp - Variable in class com.filenet.bso.api.util.BsoPCH
 
evSqlQuery - Variable in class com.filenet.bso.api.util.BsoPCH
 
evUpdate - Variable in class com.filenet.bso.api.util.BsoPCH
 
execute() - Method in interface com.filenet.bso.api.collaboration.Command
Performs the operations specified by a command.
execute() - Method in class com.filenet.bso.api.collaboration.commands.DeleteCommand
Performs the operations specified by a command.
execute() - Method in class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand
Performs the operations specified by a command.
execute() - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Executes the query and returns XML that represents the results.
exit(String, String) - Static method in class com.filenet.bso.api.util.BsoLog
 

F

FALSE_INTBOOLTXT - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
FALSE_RESULTVALTXT - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
fatal(Object) - Static method in class com.filenet.bso.api.util.BsoLog
 
fatal(Object, Throwable) - Static method in class com.filenet.bso.api.util.BsoLog
 
FILE_EXTENSION - Static variable in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Value of ".txt"; suggested file extension for names of instances of BsoPersistentDataContainer objects persisted to the Content Engine.
FIND_BY_ID_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 2; test whether a container supports retrieving containees by id.
FIND_BY_NAME_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 3; test whether a container supports retrieving containees by name.
find(String) - Method in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Returns the property value associated with the given key.
findContaineeByID(String, int) - Method in interface com.filenet.bso.api.collaboration.Container
Return a containee object, if any, that matches the id in the id parameter.
findContaineeByName(String) - Method in interface com.filenet.bso.api.collaboration.Container
Return a containee object, if any, that matches the name in the name parameter.
findLatestNamespace(String, boolean) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
findLatestPrefix(String) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
findProperty(Properties, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Finds a Property object with the given property name if present in a Properties collection.
findServer() - Static method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
Find the running instance of our JMX Server
findSubContainerByID(String) - Method in interface com.filenet.bso.api.collaboration.FolderContainer
Return a subcontainer object, if any, that matches the ID in the id parameter.
findSubjectInfo(ObjectStore, String, int, VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns a SubjectInfo object for a user or group identified by the subject's short name.
fixupVerifyRelationship(ObjectStore) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Verify and attempt to repair the RelationshipInfo object.
FOLDER_ADDED_TO_FOLDER_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 302; Collaboration subscription type; a folder added to a specific folder.
FOLDER_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
FolderContainer - interface com.filenet.bso.api.collaboration.FolderContainer.
Classes that implement the FolderContainer interface support containers within the collaboration environment that are based on the containment capabilities of a Content Engine Folder object.
FolderContainerInfo - class com.filenet.bso.api.collaboration.data.FolderContainerInfo.
The FolderContainerInfo class is a collection of data used to create a generic folder subcontainer within an existing teamspace container.
FolderContainerInfo() - Constructor for class com.filenet.bso.api.collaboration.data.FolderContainerInfo
 
FolderContainerInfo(String, String, BaseObject) - Constructor for class com.filenet.bso.api.collaboration.data.FolderContainerInfo
 
folderName - Variable in class com.filenet.bso.api.collaboration.data.FolderContainerInfo
 
folderType() - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Returns an int array object that specifies BaseObject.TYPE_FOLDER.
formatPropertyValue(int, Object) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Converts the given Property value to a string representation.
formatPropertyValueForXML(int, Object) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Converts the given Property value to a string representation and encodes the string for XML.
formatSearchResultValueForXML(String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Formats a value, as returned in the search results XML, in an appropriate manner to be part of other XML.
Forum - interface com.filenet.bso.api.collaboration.Forum.
A class that implements the Forum interface provides a folder-based container that manages a single discussion forum and the postings about the forum.
FORUM_INVITATION_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of forum notification sent to invite members.
FORUM_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
FORUM_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "Forum"; Content Engine property that indicates the containing forum.
ForumInfo - class com.filenet.bso.api.collaboration.data.ForumInfo.
The ForumInfo class is a collection of data used to create a forum subcontainer for postings in a teamspace's discussion container.
ForumInfo() - Constructor for class com.filenet.bso.api.collaboration.data.ForumInfo
 
ForumInfo(String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.ForumInfo
Constructs a new ForumInfo object with the specified parameters.
forumIsClosed() - Method in interface com.filenet.bso.api.collaboration.Posting
Indicates whether the forum containing this Posting is closed.
FORUMPROXYDOC_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ForumsQuery - interface com.filenet.bso.api.collaboration.query.ForumsQuery.
A specific interface to search for Forums.
FREETEXT - Static variable in interface com.filenet.bso.api.collaboration.query.ContentCriteriaNode
Node type that include the entire condition for the Freetext SQL operator.
FROM_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "From" email header.

G

generateAccessLevels(SubjectInfo, String, Permissions) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Generate permissions based on the name of the teamspace object, for the teamspace member of the given type.
generateObjectPermissions(ObjectStore, String, Permissions, Session) - Method in class com.filenet.bso.api.collaboration.data.MemberInfo
Determine the permissions granted the member for the given teamspace object and add them to the collection.
generateObjectPermissions(String, Permissions) - Method in interface com.filenet.bso.api.collaboration.Member
generateObjectPermissions(String, Permissions) - Method in interface com.filenet.bso.api.collaboration.MemberManager
Generate teamspace wide permissions for a given object based on the current membership.
getAccessAliasRights(String, List) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsStore
Merge the integer-based access rights for the given alias with the list of rights passed in.
getAccessKey() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns the access key of the meeting.
getAccessLevel() - Method in interface com.filenet.bso.api.collaboration.Member
Returns the access level definition for a teamspace member.
getAccessLevels() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevels
Returns an array of integer values that define the ACL permissions for this teamspace object.
getAccessLevels(List) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevels
Add the integer values that define the ACL permissions for this teamspace object to the given list object.
getAccessLevelsDefinitionByID(String) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsStore
Return an AccessLevelsDefinition object from the Collaboration Store based on the unique access level definition ID.
getAccessLevelsDefinitionByName(String) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsStore
Return an AccessLevelsDefinition object from the Collaboration Store based on the symbolic name of the access level.
getAccessLevelsDefinitions(int) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsStore
Return an iterator over the collection of AccessLevelsDefinition objects in the Collaboration Store.
getAccessLevelsDefinitionsXML(int) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsStore
Return an XML string containing all AccessLevelsDefinition objects in the Collaboration Store.
getAccessLevelsStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return an AccessLevelsStore object.
getAccessLevelsValue() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevels
Return the int value that define the ACL permissions for this teamspace object.
getAccessLevelType() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Return the type of the access level definition (MEMBER or GUEST).
getActivityLevel() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Returns the activity level for this TopicPosting object.
getAdministrationStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Returns the administration store.
getAdminStore() - Method in interface com.filenet.bso.api.collaboration.store.ConfigurationStore
Return the ObjectStore ID in which administration data is stored.
getAgenda() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the agenda of the meeting.
getAgenda() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns the agenda of the meeting.
getAgent() - Static method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
getAllApplications() - Method in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
Return all applications.
getAllElements() - Method in interface com.filenet.bso.api.util.BsoElements
Returns a list of all of the upper-level elements in the content.
getAllEmailTemplateMaps() - Method in interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore
Return all e-mail template maps in a map keyed by the ID of the map.
getAllRelationships() - Method in interface com.filenet.bso.api.collaboration.RelationshipManager
Return an iterator over a collection of all the Relationship objects in this teamspace.
getAllReplies() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
getAllRepliesCount() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Return the number of postings that are replies to this posting.
getAllRepliesXML(String[], OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Returns an XML representation of all replies to this posting.
getAnnotation() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
getApplicationByID(String) - Method in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
Get the application data by application id.
getApplicationByLocaleAndGroup(Locale, String) - Method in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
Get an application by giving the locale and group name.
getApplicationID() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Return the application ID associated with the teamspace.
getApplicationID() - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return the current application ID.
getApplicationID() - Method in class com.filenet.bso.api.collaboration.EmailNotification
Return the current application ID.
getApplicationsInGroup(String) - Method in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
Return all applications with the given group name.
getApplicationsStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return an ApplicationsStore object.
getAssignee() - Method in interface com.filenet.bso.api.collaboration.Task
Returns a SubjectInfo object for the user to whom this task is assigned.
getAssigner() - Method in interface com.filenet.bso.api.collaboration.Task
Returns a SubjectInfo object for the user who initially assigned this task.
getAssignmentDate() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the date this task was assigned.
getAttachmentCount() - Method in interface com.filenet.bso.api.collaboration.Email
Get the number of attachment files for the email message.
getAttachmentCount() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Return the number of attachments in the email message.
getAttachmentParts() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the message attachments.
getAttachmentSubparts() - Method in interface com.filenet.bso.api.collaboration.Email
Return an array of attachments for this email message.
getAttendLink() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns a URL to use to attend the online meeting.
getAttributeNames() - Method in interface com.filenet.bso.api.util.BsoDataModel
Returns an iterator over a collection of attribute names.
getAttributeValue(String) - Method in interface com.filenet.bso.api.util.BsoDataModel
Returns the value of a given attribute.
getAttributeValueIfAny(String) - Method in interface com.filenet.bso.api.util.BsoDataModel
Returns the value of a given attribute.
getAttributeValues() - Method in interface com.filenet.bso.api.util.BsoDataModel
Returns an iterator over a collection of attribute values.
getBadNames() - Method in class com.filenet.bso.api.collaboration.exceptions.MissingEmailAddressException
Returns the array of all bad user display names which did not have e-mail addresses.
getBaseObject() - Method in interface com.filenet.bso.api.collaboration.PersistentBaseObject
Returns a BaseObject, which provides access to the underlying Content Java API object for this object.
getBaseObject() - Method in interface com.filenet.bso.api.collaboration.MeetingSession
Returns a BsoBaseObject object, which provides access to the underlying Content Java API CustomObject object for this BsoMeetingSession object.
getBaseObject() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Returns a BaseObject, which provides access to the underlying Content Java API object for this object.
getBaseObject() - Method in interface com.filenet.bso.api.util.BsoPersistentBaseObject
Returns a BaseObject, which provides access to the underlying Content Java API object for this object.
getBooleanValue(String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns the value of a text element or an attribute as a boolean.
getBoolVal() - Method in class com.filenet.bso.api.util.BooleanRef
 
getBsoExceptionName() - Method in class com.filenet.bso.api.util.BsoSecurityException
Return the exception name.
getBsoObject(String) - Static method in class com.filenet.bso.api.util.BsoUtilFactory
Creates an object of the specified type.
getBytes() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Fetch the content byte array.
getBytes() - Method in class com.filenet.bso.api.util.BsoByteArrayWithCharset
Return the byte array.
getBytes(InputStream) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Reads the given InputStream object and returns its equivalent byte array.
getCc() - Method in interface com.filenet.bso.api.collaboration.Email
Get the value of the CC: header from the email message.
getCc() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the 'To' email header for the message.
getChange() - Method in interface com.filenet.bso.api.util.BsoElement
Returns the changed flag for this element.
getChangedElements() - Method in interface com.filenet.bso.api.util.BsoElements
Returns a list of all of the changed upper-level elements in the content.
getCharset() - Method in class com.filenet.bso.api.util.BsoByteArrayWithCharset
Return the charset as it is currently assumed.
getChildElement(Element, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
getChildElementText(Element, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
getChildNode(Node, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
getClassData() - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Returns the class data for the class associated with this row.
getClassData(String) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
Returns the data for a particular class.
getClassDescription(ObjectStore, int[], String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Given the class description's display name, returns the matching ClassDescription object from an object store.
getClassDescription(String, Iterator) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Given a class name, returns the matching ClassDescription object from a collection.
getClassKeys() - Method in class com.filenet.bso.api.util.BsoSearchResultsClassData
 
getClassPrefix() - Method in class com.filenet.bso.api.util.BsoSearchResultsClassData
Returns the prefix that represents this class.
getClassPrefixes() - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
 
getClosedBy() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Return identity of the user who closed the TopicPosting.
getClosedBy() - Method in interface com.filenet.bso.api.collaboration.Forum
Return identity of the user who closed the Forum object.
getClosingComment() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Return the closing comment for the TopicPosting.
getClosingComment() - Method in interface com.filenet.bso.api.collaboration.Forum
Return the closing comment for the Forum object.
getClosingDate() - Method in interface com.filenet.bso.api.collaboration.Poll
Returns the date the poll is closed to further responses.
getClosingDate() - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Returns the poll's closing date.
getCollaborationParentDocumentDefaultRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns the properties specified with setCollaborationParentDocumentDefaultRequestProperties().
getCollaborationParentFolderDefaultRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns the properties specified with setCollaborationParentFolderDefaultRequestProperties().
getCollaborationParentRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.SingleCollaborationTypeQuery
Returns the properties specified with setCollaborationParentRequestProperties().
getCollaborationParentTypeRequestProperties(int) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns the properties specified with setCollaborationParentTypeSpecifics().
getCollaborationParentTypesWithSpecifics() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns all the collaboration types for which details have been specified.
getCollaborationType() - Method in interface com.filenet.bso.api.collaboration.query.SingleCollaborationTypeQuery
Returns the type of collaboration object being searched.
getCollaborationTypeRequestProperties(int) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns the properties that were specified with setCollaborationTypeRequestProperties().
getCollection(String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns a collection of objects unmarshaled from a homogenous sequence of XML elements.
getColumnCount() - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Returns the number of columns in this row.
getColumnName(int) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Returns the column name for a particular column number.
getColumnType(int) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Returns the column type for a particular column number.
getColumnType(String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Returns the column type for a particular column name.
getColumnValue(int) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Returns the column value for a particular column number.
getColumnValue(String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Returns the column value for a particular column name.
getCommand(String) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns a Command object based on the key value.
getCommandParameter(String) - Method in interface com.filenet.bso.api.collaboration.Command
Returns parameter data that was passed into Command via the setParameterData method.
getCommandParameter(String) - Method in class com.filenet.bso.api.collaboration.commands.BaseCommand
 
getCommandParameterIfAny(String) - Method in interface com.filenet.bso.api.collaboration.Command
Returns parameter data, if any exists, that was passed into Command via the setParameterData method.
getCommandParameterIfAny(String) - Method in class com.filenet.bso.api.collaboration.commands.BaseCommand
 
getComments() - Method in interface com.filenet.bso.api.collaboration.PollResponse
Returns member comments.
getCompleter() - Method in interface com.filenet.bso.api.collaboration.Task
Returns a SubjectInfo object for the user who completed this task.
getCompletionDate() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the date this task was completed.
getConditionString() - Method in interface com.filenet.bso.api.collaboration.query.ContentCondition
Returns the condition string specified with setConditionString().
getConfigFileStream() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
getConfigPath() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
getConfigurationProperty(String, boolean) - Method in interface com.filenet.bso.api.collaboration.store.ConfigurationStore
Return the Object associated with the configuration property name.
getConfigurationPropertyNames() - Method in interface com.filenet.bso.api.collaboration.store.ConfigurationStore
Return the Object associated with the configuration property name.
getConfigurationStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return a ConfigurationStore object.
getConnectionAccessId() - Method in interface com.filenet.bso.api.collaboration.store.MeetingDefinition
 
getConnectionPassword() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the member's password to use for credentials when connecting to the vendor meeting site.
getConnectionPassword() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns the member's password to use for credentials when connecting to the vendor meeting site.
getConnectionUserID() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the member's user ID to use for credentials when connecting to the vendor meeting site.
getConnectionUserID() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns the member's user ID to use for credentials when connecting to the vendor meeting site.
getContaineeObjectTypes() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return an iterator over a collection of Integers that specify the object types of the objects that may reside in the container.
getContainees() - Method in interface com.filenet.bso.api.collaboration.Container
Returns an iterator over the collection of containee objects within the container.
getContaineesXML(String[], OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.Container
Returns an XML representation of the containee objects.
getContainerByDefinitionID(String) - Method in interface com.filenet.bso.api.collaboration.ContainerManager
Return a Container object based on the container's definition ID, may return null if that class of container has not been registered to the teamspace.
getContainerDefID() - Method in class com.filenet.bso.api.collaboration.data.SubscribeInfo
Returns a GUID that specifies the definition ID of the teamspace container object on which the subscription is based.
getContainerDefinitionByID(String) - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return a ContainerDefinition object from the Collaboration Store based on the unique container definition id.
getContainerDefinitionBySymName(String) - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return a ContainerDefinition container object from the Collaboration Store based on the unique container definition id.
getContainerDefinitionID() - Method in class com.filenet.bso.api.collaboration.data.ContainerInfo
Returns the id of a container definition.
getContainerDefinitionID() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionDefinition
Return the ID of the collaboration container definition, if any, related to the subscription event.
getContainerDefinitions() - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return an iterator over the collection of ContainerDefinition objects in the Collaboration Store.
getContainerDefinitionsXML() - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return all the ContainerDefinition objects in the Collaboration Store, returned as XML.
getContainerManager() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the container manager object for this Teamspace.
getContainerOfContainee(int, String) - Method in interface com.filenet.bso.api.collaboration.ContainerManager
Return a Container object based on the container's definition ID, may return null if that class of container has not been registered to the teamspace.
getContainerProperties() - Method in class com.filenet.bso.api.collaboration.data.ContainerInfo
Returns a collection of Property objects that will be assigned to the container, may be null.
getContainers() - Method in interface com.filenet.bso.api.collaboration.ContainerManager
Return an iterator over the collection of the Container objects registered for this teamspace.
getContainersStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return a ContainersStore object.
getContent() - Method in interface com.filenet.bso.api.collaboration.Posting
Returns the content of the Posting object.
getContent() - Method in interface com.filenet.bso.api.collaboration.Email
Return the email message content.
getContent() - Method in interface com.filenet.bso.api.collaboration.EmailSubpart
Return the content of this attachment/inline part.
getContent() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Return an input stream for the content of this subpart.
getContent() - Method in class com.filenet.bso.api.collaboration.data.PostingInfo
Returns the content of the posting
getContent() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
getContentCriteria() - Method in interface com.filenet.bso.api.collaboration.query.ContentCapableQuery
Returns the search criteria specified using setContentCriteria().
getContentElement(int) - Method in interface com.filenet.bso.api.collaboration.Email
Return the given content element for the email message.
getContentID() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Get the Content-Id: header for this part.
getContentLocation() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Get the Content-Location: header for this part.
getContentManager() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the content manager object for this Teamspace.
getContentType() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Get the type/subtype MIME type for this subpart.
getCreatorOwnerAccessPermissions() - Method in interface com.filenet.bso.api.collaboration.store.EnterpriseSecurityStore
Return the CREATOR-OWNER enterprise security as an int value that defines the Access Control List (ACL) integer values.
getCreatorOwnerSecurity(SubjectInfo, Permissions) - Method in interface com.filenet.bso.api.collaboration.store.EnterpriseSecurityStore
Return the required enterprise-level permissions to be applied to the CREATOR-OWNER of an object.
getCurrentApplicationID() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Return the current application ID.
getCurrentMember() - Method in interface com.filenet.bso.api.collaboration.MemberManager
Return a BsoTeamspaceMember object which represents the current logged on teamspace member.
getCurrentTask() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns a Task object, if any, that is currently associated with this instance of the teamspace.
getCurrentUserID() - Method in interface com.filenet.bso.api.collaboration.Teamspace
 
getCurrentUserId(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Gets the LDAP id of the current logged-on user.
getCurrentUserInfo(Session, VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns a SubjectInfo object for current logged-on user.
getCustomObjectDefaultRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns the properties that were specified with setCustomObjectDefaultRequestProperties().
getDataKeys() - Method in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Returns an iterator over a collection of keys to the container data.
getDataModel() - Method in interface com.filenet.bso.api.util.BsoDataModelSaxHandler
Returns the top-level node in the BsoDataModel tree that is generated by SAX parsing of XML content.
getDate() - Method in interface com.filenet.bso.api.collaboration.Email
Get the "date sent" value (as converted from the value of the Date: header.
getDate() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the date sent as a Date.
getDateClosed() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Return the date that the TopicPosting was closed.
getDateClosed() - Method in interface com.filenet.bso.api.collaboration.Forum
Return the date that the Forum was closed.
getDateString() - Method in interface com.filenet.bso.api.collaboration.Email
Get the "date sent" string (the original Date: header value).
getDateString() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the date sent as a string.
getDefaultDomain() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
getDefaultNamespace() - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
getDefinitionID() - Method in interface com.filenet.bso.api.collaboration.Container
Return the container definition id.
getDefinitionID() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Return the id of the access level definition in the Collaboration Store.
getDefinitionID() - Method in interface com.filenet.bso.api.collaboration.store.MeetingDefinition
 
getDefinitionID() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return the ID of the collaboration container definition in the Collaboration Store.
getDefinitionID() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionDefinition
Return the ID of the collaboration subscription definition in the Collaboration Store.
getDefinitionName() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the name of the meeting definition used in creating the meeting.
getDefinitionName() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns the name of the meeting definition used to create the meeting.
getDependentObjectPropertyCriteria() - Method in interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery
Gets the property based search criteria specified with setDependentObjectPropertyCriteria().
getDependentObjectRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery
Returns the properties specified with setDependentObjectRequestProperties().
getDescription() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the description assigned to this Teamspace object.
getDescription() - Method in interface com.filenet.bso.api.collaboration.Forum
Return a description of the Forum object.
getDescription() - Method in interface com.filenet.bso.api.collaboration.Team
Returns the description of this Team object.
getDescription() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the description of this Task object.
getDescription() - Method in class com.filenet.bso.api.collaboration.data.TeamInfo
Returns the description of the team.
getDescription() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the task description.
getDescription() - Method in class com.filenet.bso.api.collaboration.data.ForumInfo
Returns the discussion forum description.
getDescription() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Return the description of the access level definition
getDescription() - Method in interface com.filenet.bso.api.collaboration.store.MeetingDefinition
 
getDescription() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return the description of the container definition.
getDescription() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionDefinition
Return the description of the subscription definition.
getDescription() - Method in interface com.filenet.bso.api.util.BsoWorkflow
Returns the description associated with this workflow.
getDirectContainer() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the folder that this email message will be placed into.
getDirection() - Method in interface com.filenet.bso.api.collaboration.query.OrderBy
Returns the direction specified with setDirection().
getDisplayName() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
Returns the display name of the subject.
getDocumentDefaultRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns the properties that were specified with setDocumentDefaultRequestProperties().
getDocumentFromInputStream(InputStream) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Returns a DOM Document given XML from an InputStream.
getDocumentFromReader(Reader) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Returns a DOM Document given XML from a Reader.
getDocumentFromString(String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Returns a DOM Document given XML from a String.
getDOM(ObjectStore, String, int) - Static method in class com.filenet.bso.api.util.BsoSearch
Queries an object store and returns the results in a DOM document.
getDomainName() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
Returns the full domain name of the subject.
getDomContent() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
getDueDate() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the completion due date for this task.
getElement(BsoElement) - Method in interface com.filenet.bso.api.util.BsoElements
Retrieves an element in the content given another element.
getElement(String, int) - Method in interface com.filenet.bso.api.util.BsoElements
Retrieves an element in the content given another element.
getElements() - Method in interface com.filenet.bso.api.util.BsoContentBinder
Returns an element manager that implements the BsoElements interface.
getElementText(Element) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
getElemNumber() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Get the element number for this part.
getEligibleMembers() - Method in interface com.filenet.bso.api.collaboration.FolderContainer
Returns an Iterator over a collection of Member objects which defines the set of teamspace members who are eligible to perform work in this container.
getEmailAddress() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
Returns the email address as configured in VWUserInfo.
getEmailHost() - Method in class com.filenet.bso.api.collaboration.EmailNotification
Return the email host.
getEmailPropertyCriteria() - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Returns the criteria specified with setEmailPropertyCriteria().
getEmailRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Returns the properties specified with setEmailRequestProperties().
getEmailsQuery(Session) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getEmailTemplate(String, String) - Method in interface com.filenet.bso.api.collaboration.store.EmailTemplatesStore
Get a particular named e-mail notification template.
getEmailTemplateMapByID(String) - Method in interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore
Return a specific e-mail template map given its ID.
getEmailTemplateMapsStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return an EmailTemplateMapsStore object.
getEmailTemplatesStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return an EmailTemplatesStore object.
getEmptyAttrs() - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
getEndDateTime() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the end date/time of the meeting.
getEndDateTime() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns the end date/time of the meeting.
getEnterpriseSecurityStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return an EnterpriseSecurityStore object.
getException() - Method in class com.filenet.bso.api.util.BsoSecurityException
Returns the original exception.
getFilename() - Method in interface com.filenet.bso.api.collaboration.EmailSubpart
Get the filename of this subpart.
getFilename() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Get the "best guess" filename for this subpart.
getFilename() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
getFolder(ObjectStore, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates a Folder object from the given GUID.
getFolderClassSymname() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return the symbolic name of the Content Engine Folder class which is the basis for the container.
getFolderDefaultRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns the properties that were specified with setFolderDefaultRequestProperties().
getFolderName() - Method in class com.filenet.bso.api.collaboration.data.FolderContainerInfo
Returns the name assigned to the folder subcontainer.
getFolderName() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return the name to assign to the Content Engine Folder object which is the basis for the container.
getForum() - Method in interface com.filenet.bso.api.collaboration.Posting
Returns the Forum that contains this Posting.
getFrom() - Method in interface com.filenet.bso.api.collaboration.Email
Get the value of the From: header from the email message.
getFrom() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the 'From' email header for the message.
getGuid() - Method in interface com.filenet.bso.api.util.BsoElement
Returns the Content Engine GUID for this element.
getGuidsValid() - Method in interface com.filenet.bso.api.util.BsoContentBinder
Returns whether the Content Engine GUIDs in the elements are valid or not.
getHeaders() - Method in interface com.filenet.bso.api.collaboration.Email
Return the complete set of headers for the email message.
getHeaders() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get all the headers that are associated with the message.
getHeaderValue(String) - Method in interface com.filenet.bso.api.collaboration.Email
Return the value for a given header.
getHeaderValues(String) - Method in interface com.filenet.bso.api.collaboration.Email
Return all values for a given header.
getHost() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns a SubjectInfo object representing the meeting host.
getHost() - Method in interface com.filenet.bso.api.collaboration.MeetingSession
Returns a SubjectInfo object for the teamspace member who hosted the meeting session.
getHostInfo() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns information about the meeting's host member.
getHostMemberID() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Deprecated. Returns the ID of the member who scheduled and hosts the meeting.

getID() - Method in interface com.filenet.bso.api.collaboration.PersistentBaseObject
Returns the ID (in GUID format) for this object.
getID() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
Returns the subject ID.
getID() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Returns the ID (in GUID format) for this object.
getID() - Method in interface com.filenet.bso.api.util.BsoPersistentBaseObject
Returns the ID (in GUID format) for this object.
getID() - Method in interface com.filenet.bso.api.util.BsoWorkflow
Returns the ID associated with this workflow.
getID() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
getIdentifier() - Method in interface com.filenet.bso.api.collaboration.query.ObjectFunction
Returns the identifier in whatever form it was specified, a String or PropertyOperand.
getIdentifierProperty() - Method in interface com.filenet.bso.api.collaboration.query.ObjectFunction
Returns the PropertyOperand identifier if the supplied identifier is a PropertyOperand.
getIdentifierString() - Method in interface com.filenet.bso.api.collaboration.query.ObjectFunction
Returns the String identifier if the supplied identifier is a String.
getIdentityColumn() - Method in class com.filenet.bso.api.util.BsoSearchResultsClassData
Returns the name of the identity column for this class.
getIdentityValuesToRowsByClass() - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler
 
getIds() - Method in class com.filenet.bso.api.util.BsoSAXHelper
 
getInclude(String, String) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return a byte array representing the text of a template include.
getIncludedCollaborationTypes() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns all the collaboration types that are included in the search.
getInlineParts() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the inline/embedded parts of the message.
getInlineSubparts() - Method in interface com.filenet.bso.api.collaboration.Email
Return an array of inline parts for this email message.
getInOwnFolderName() - Method in interface com.filenet.bso.api.collaboration.Email
Get the InOwnFolderName property of this email message.
getInOwnFolderName() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the inOwnFolderName property for the message.
getInputStream(String) - Method in interface com.filenet.bso.api.util.BsoConfigManager
Returns an InputStream to some specified configuration data.
getInReplyTo() - Method in interface com.filenet.bso.api.collaboration.Email
Get the value of the In-Reply-To: header for the email message.
getInReplyTo() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the value of the In-Reply-To: message header.
getInstructions() - Method in interface com.filenet.bso.api.collaboration.Task
Returns instructions for this work (if any).
getIntValue(String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns an integer value from the text element or attribute.
getIsDebug() - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return whether debugging mode is currently set or not.
getIsDebug() - Method in class com.filenet.bso.api.collaboration.EmailNotification
Return true if debugging mode is currently set.
getISPermissions() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
getIsRelationshipProtected() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the IsRelationshipProtected property.
getJavaClass() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return the Java class name of a class that implements either the Container or FolderContainer interface.
getLabel() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Return the label of the access level definition
getLabel() - Method in interface com.filenet.bso.api.collaboration.store.MeetingDefinition
 
getLabel() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return a name label for the container definition.
getLabel() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionDefinition
Return a name label for the subscription definition.
getLastPoster() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Returns a SubjectInfo object for the teamspace member who added the last Posting to the topic.
getLastPostingDate() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Return the date/time of the last posting added to this discussion topic.
getLeaderID() - Method in class com.filenet.bso.api.collaboration.data.TeamInfo
Returns the leader of the team.
getLeaderInfo() - Method in interface com.filenet.bso.api.collaboration.Team
Returns the leader of this Team object.
getLeftOperand() - Method in interface com.filenet.bso.api.collaboration.query.BinaryComparisonOperator
Returns the first operand.
getLevel() - Static method in class com.filenet.bso.api.util.BsoLog
 
getLevel(String) - Static method in class com.filenet.bso.api.util.BsoLog
 
getLink() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns a URL to use to start or attend the online meeting.
getLinkObject() - Method in class com.filenet.bso.api.collaboration.data.FolderContainerInfo
Returns the Content Engine object, if any, to which the subcontainer is linked.
getLinkObject() - Method in interface com.filenet.bso.api.util.BsoLinkableObject
 
getLinkObject(ObjectStore, BaseObject) - Static method in class com.filenet.bso.api.util.BsoLinkableUtil
 
getLinkObjectId(BaseObject) - Static method in class com.filenet.bso.api.util.BsoLinkableUtil
Returns the ID of a linked to object.
getLinkObjectType(BaseObject) - Static method in class com.filenet.bso.api.util.BsoLinkableUtil
Returns the type of a linked to object.
getLowLevelXMLSerializer() - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
getMailAddress() - Method in interface com.filenet.bso.api.collaboration.Member
Returns the email address of the teamspace member.
getMailAddress() - Method in class com.filenet.bso.api.collaboration.data.MemberInfo
Returns the member's email address.
getManifestID() - Method in interface com.filenet.bso.api.util.BsoElement
Returns the manifest identifier for this element.
getMap(String) - Method in interface com.filenet.bso.api.util.BsoConfigManager
Returns a map of configuration settings.
getMaximumResults() - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Returns the maximum specified with setMaximumResults().
getMaximumValidResponses() - Method in class com.filenet.bso.api.collaboration.data.PollResponseInfo
 
getMeeting() - Method in interface com.filenet.bso.api.collaboration.Participant
Returns the Meeting object that contains this participant.
getMeetingDefinitionByID(String) - Method in interface com.filenet.bso.api.collaboration.store.MeetingsStore
Return a MeetingDefinition object from the Collaboration Store based on the unique meeting definition ID.
getMeetingDefinitionByName(String) - Method in interface com.filenet.bso.api.collaboration.store.MeetingsStore
Return a MeetingDefinition object from the Collaboration Store based on the symbolic name of the meeting definition.
getMeetingDefinitions() - Method in interface com.filenet.bso.api.collaboration.store.MeetingsStore
Return an iterator over the collection of MeetingDefinition objects in the Collaboration Store.
getMeetingDefinitionsXML() - Method in interface com.filenet.bso.api.collaboration.store.MeetingsStore
Return an XML string with all MeetingDefinition objects in the Collaboration Store.
getMeetingsStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return a MeetingsStore object.
getMeetingType() - Method in interface com.filenet.bso.api.collaboration.store.MeetingDefinition
 
getMember(String) - Method in interface com.filenet.bso.api.collaboration.MemberManager
Return a BsoTeamspaceMember object which represents the teamspace member.
getMemberByObjectID(String) - Method in interface com.filenet.bso.api.collaboration.MemberManager
Return a BsoTeamspaceMember object which represents the teamspace member.
getMemberID() - Method in interface com.filenet.bso.api.collaboration.UserSubscription
Returns the ID of the teamspace member who created the UserSubscription object.
getMemberID() - Method in class com.filenet.bso.api.collaboration.data.AccessControlInfo
Returns the id of the member.
getMemberManager() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the member manager object for this Teamspace.
getMembers() - Method in interface com.filenet.bso.api.collaboration.Team
Returns the id of the members assigned to this team, may be null.
getMembers() - Method in class com.filenet.bso.api.collaboration.data.TeamInfo
Returns the member id of the team members.
getMembers(Integer[]) - Method in interface com.filenet.bso.api.collaboration.MemberManager
Return an iterator over a collection of Member objects which represents all teamspace members.
getMemberSecurityDefinition() - Method in class com.filenet.bso.api.collaboration.data.MemberInfo
Returns the AccessLevelsDefinition object that determines the security access rights of the member.
getMembersXML(Integer[], String[], OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.MemberManager
Return all the members for this teamspace, returned as XML.
getMemberType() - Method in interface com.filenet.bso.api.collaboration.Member
Returns the type of teamspace member, TEAMSPACE, ENTERPRISE SECURITY USER or GROUP.
getMemberType() - Method in class com.filenet.bso.api.collaboration.data.MemberInfo
Returns the type of member.
getMessage() - Method in class com.filenet.bso.api.collaboration.exceptions.MissingEmailAddressException
Override to add the list of bad user names to the message.
getMessageBytes() - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return an array of bytes for the raw form of the message.
getMessageID() - Method in interface com.filenet.bso.api.collaboration.Email
Get the value of the Message-Id: header for the email message.
getMessageID() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the message ID for the email message.
getMimeTypes() - Method in interface com.filenet.bso.api.collaboration.Email
Return an array of strings where each element is the MIME type of the content of the message.
getMixedTypesQuery(Session) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getName() - Method in interface com.filenet.bso.api.collaboration.Container
Return the name of the container.
getName() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the name assigned to this Teamspace object.
getName() - Method in interface com.filenet.bso.api.collaboration.Team
Returns the name assigned to the Team object.
getName() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the name assigned to the Task object.
getName() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Return the symbolic name of the access level definition
getName() - Method in class com.filenet.bso.api.util.BsoXPathDef
Returns the name used as the key to store and retrieve this generated object from the parent.
getName() - Method in interface com.filenet.bso.api.util.BsoDataModel
Returns the name assigned to this BsoDataModel instance.
getName() - Method in interface com.filenet.bso.api.util.BsoWorkflow
Returns the name associated with this workflow.
getNamedNode(NodeList, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
getNamespace(Document) - Static method in class com.filenet.bso.api.util.BsoSearch
Returns the XML namespace for the search.
getNewAnnotation(String) - Method in class com.filenet.bso.api.util.BsoAnnotation
Returns annotation with the new ID in the F_ANNOTATEDID attribute for the PropDesc node.
getNodeNamed(NodeList, String) - Method in class com.filenet.bso.collaboration.tools.ConfigBase
Pick a node from a nodeList using using the node's name.
getNodeType() - Method in interface com.filenet.bso.api.collaboration.query.ContentCriteriaNode
Returns the node type of this node.
getNodeType() - Method in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Returns the node type of this node.
getNormalDocumentRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Returns the properties specified with setNormalDocumentRequestProperties().
getNormalDocumentsQuery(Session) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getNormalFoldersQuery(Session) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getNotifyAssignerOnCompletionFlag() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns true (the default) if the assigner of the task requests email notification on completion of the task.
getObject(String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns a Java Object, generated from the XML element, based on the given name.
getObjectID() - Method in class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
getObjectName() - Method in interface com.filenet.bso.api.collaboration.store.AccessLevels
Return the symbolic name of a teamspace object.
getObjectSecurityXML(int, String, String[], OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Return all members of this teamspace, indicating if each member has access to the requested object.
getObjectStore() - Method in interface com.filenet.bso.api.collaboration.PersistentBaseObject
Returns this object's parent Content Engine object store.
getObjectStore() - Method in interface com.filenet.bso.api.util.BsoPersistentBaseObject
Returns this object's parent Content Engine object store.
getObjectStore(String, Session) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates an ObjectStore object from the given GUID.
getObjectStoreId() - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Returns the object store to search.
getObjectSubscriptionsXML(int, String) - Method in interface com.filenet.bso.api.collaboration.UserSubscriptionManager
Returns an XML string containing all potential user subscriptions for this object within a teamspace, along with subscription indicators for the current user.
getObjectType() - Method in class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
getObjectValue(String, Class) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns an Object value that has been stored in the map, and validates the class of that object against the class that is passed in via the objectClass parameter.
getOperand() - Method in interface com.filenet.bso.api.collaboration.query.UnaryComparisonOperator
Returns the operand.
getOperands() - Method in interface com.filenet.bso.api.collaboration.query.ConditionalOperator
This is a non-modifiable iterator.
getOperationType() - Method in class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
getOrderBy(String, boolean) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns an OrderBy object.
getOrdering() - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Returns the ordering options specified with setOrdering().
getOtherWay() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Returns a RelationshipInfo object for the opposite direction of a two-way relationship if this object has isTwoWay set.
getOwner() - Method in interface com.filenet.bso.api.collaboration.Poll
Returns a SubjectInfo object for the teamspace member who created the poll.
getOwnerID() - Method in class com.filenet.bso.api.collaboration.data.PollResponseInfo
Returns the ID of the member who created the PollResponse object.
getOwnerID() - Method in class com.filenet.bso.api.collaboration.data.TeamInfo
Returns the id of the member.
getOwnerID() - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Returns the ID of the member who created the poll.
getOwnerID() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Get the member ID for whoever's creating this email subpart.
getOwnerID() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the member ID of the message creator (set to the special user ID used when running the collaboration's email server).
getOwnerID() - Method in class com.filenet.bso.api.collaboration.data.FolderContainerInfo
Returns The LDAP SID of the member who created the folder.
getOwnerID() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the task owner ID.
getOwnerID() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the owner ID setting for this relationship.
getParent() - Method in interface com.filenet.bso.api.collaboration.PollResponse
Returns the parent Poll object.
getParent() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the parent object of this Task object.
getParent() - Method in interface com.filenet.bso.api.collaboration.EmailSubpart
Return the parent Email object for this subpart.
getParent() - Method in class com.filenet.bso.api.collaboration.data.PollResponseInfo
 
getParentContainerByObjectType(int) - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return the parent ContainerDefinition object based on the given child object type.
getParentDefinitionID() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return the definition ID of the collaboration container of which this container is a subcontainer.
getParentFolder(ObjectStore, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Generates a Folder object from the given GUID.
getParentTaskID() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the ID of the parent task of this task.
getParticipants() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns an iterator over an array of Participant objects representing all meeting participants except the host member.
getParticipants() - Method in interface com.filenet.bso.api.collaboration.MeetingSession
Returns an iterator over an array of Participant objects representing all meeting participants except the host member.
getParticipants() - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Returns an array of String objects that define the poll participants.
getParticipants() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns an array of SubjectInfo objects representing meeting participants.
getParticipantsInfo() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns an array of SubjectInfo objects representing all meeting participants except the host member.
getPathMatch() - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
getPendingSubTaskCount() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the number of pending subtasks.
getPercentComplete() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns a int value between 0-100 that specifies the percentage of the teamspace's work that has been completed.
getPermissions() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
getPersonalFrom() - Method in interface com.filenet.bso.api.collaboration.Email
Get the value of the "Personal From" (the "personal" name derived from the From: header).
getPossibleResponses() - Method in interface com.filenet.bso.api.collaboration.Poll
Returns all possible responses to the poll question.
getPossibleResponses() - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Returns a String array of possible responses to the poll.
getPosterID() - Method in interface com.filenet.bso.api.collaboration.Posting
Returns a String containing the ID of the teamspace member who created the Posting object.
getPosterID() - Method in interface com.filenet.bso.api.collaboration.Forum
Returns the id of the teamspace member who created the Forum object.
getPosterID() - Method in class com.filenet.bso.api.collaboration.data.PostingInfo
Returns the id of the poster.
getPosterInfo() - Method in interface com.filenet.bso.api.collaboration.Posting
Returns a SubjectInfo object for the teamspace member who created the Posting object.
getPosterInfo() - Method in interface com.filenet.bso.api.collaboration.Forum
Returns the SubjectInfo for the teamspace member who created the Forum object.
getPostingClass() - Method in class com.filenet.bso.api.collaboration.data.PostingInfo
Return the class name of the Content Engine reply posting object
getPostingClass() - Method in class com.filenet.bso.api.collaboration.data.TopicPostingInfo
Return the class name of the Content Engine topic posting object
getPostingClass() - Method in class com.filenet.bso.api.collaboration.data.ReplyPostingInfo
Return the class name of the Content Engine reply posting object
getPrefixMappingPair(int) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
getPriority() - Method in interface com.filenet.bso.api.collaboration.Task
Get the priority value assigned to the task, TASKPRIORITY_LOW, TASKPRIORITY_NORMAL or TASKPRIORITY_HIGH.
getPriority() - Method in interface com.filenet.bso.api.collaboration.Poll
Returns priority value for this poll, POLLPRIORITY_HIGH, POLLPRIORITY_NORMAL or POLLPRIORITY_LOW.
getPriority() - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Returns the priority for the poll.
getProperties() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Return the entire set of properties for this email message.
getProperties() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the extra properties to be set on this relationship object.
getProperties() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
getProperties(Document) - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Get the properties that are associated with this subpart.
getProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the properties for the meeting.
getProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.PersistentBaseObject
Retrieve persistent property values.
getProperties(String[]) - Method in interface com.filenet.bso.api.util.BsoPersistentBaseObject
Retrieve persistent property values.
getProperty(ReadableMetadataObject, String, boolean) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Retrieves a property, specified by name, from a BaseObject object.
getProperty(String) - Method in interface com.filenet.bso.api.util.BsoPropertyMap
Returns the value associated with the given property key.
getPropertyCriteria() - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Gets the property based search criteria specified with setPropertyCriteria().
getPropertyDefaultValue(PropertyDescription) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Returns the default value associated with the property specified by the PropertyDescription object, may return null.
getPropertyKeys() - Method in interface com.filenet.bso.api.util.BsoPropertyMap
Returns an iterator over a collection of property key names.
getPropertySymName() - Method in interface com.filenet.bso.api.collaboration.query.OrderBy
Returns the property specified with setPropertySymname().
getPropertySymName() - Method in interface com.filenet.bso.api.collaboration.query.PropertyOperand
Returns the property symbolic name.
getPurpose() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the purpose (topic, subject) of the meeting.
getPurpose() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns the purpose (topic, subject) of the meeting.
getQuery() - Method in interface com.filenet.bso.api.collaboration.query.QueryPersister
 
getQueryContentCriteriaNode(int) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getQueryOrderBy() - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getQueryPersister() - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getQueryPropertyCriteriaNode(int) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getQuestion() - Method in interface com.filenet.bso.api.collaboration.Poll
Returns the poll question.
getQuestion() - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Returns the poll question.
getRawMessage() - Method in interface com.filenet.bso.api.collaboration.Email
Return the raw message/rfc822 formatted form of this email message, if available.
getRawMessage() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the raw message as a message/rfc822 subpart.
getRawXML(ObjectStore, String, int) - Static method in class com.filenet.bso.api.util.BsoSearch
Queries an object store and returns the results in raw, ADO XML format.
getRawXML(ObjectStore, String, int, boolean) - Static method in class com.filenet.bso.api.util.BsoSearch
Queries an object store and returns the results in raw, ADO XML format.
getReferencedClasses() - Method in class com.filenet.bso.api.util.BsoSearchResultsClassData
Returns the prefixes of any classes referenced from this class.
getReferencedClassRow(String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Gets the single row for a class referenced from this class.
getReferencedClassRow(String, int) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Gets a row from a class referenced from this row.
getReferencedClassRow(String, String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Gets a row from a class referenced from this class.
getReferencedClassRowCount(String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Gets the number of rows referenced by this row for another class.
getRelationshipByObjectID(String) - Method in interface com.filenet.bso.api.collaboration.RelationshipManager
Return a Relationship object which represents a particular relationship.
getRelationshipFromID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's from-end ID property.
getRelationshipFromID() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipFromID property.
getRelationshipFromType() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's from-end type property.
getRelationshipFromType() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipFromType property.
getRelationshipManager() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the link manager object for this Teamspace.
getRelationships(String, int) - Method in interface com.filenet.bso.api.collaboration.RelationshipManager
Return an iterator over a collection of Relationship objects which represents all relationships from a particular teamspace object to other objects.
getRelationshipsXML(String, int, Map) - Method in interface com.filenet.bso.api.collaboration.RelationshipManager
Return the XML for all the relationship objects that are from a particular ID and also all objects that these relationships relate to.
getRelationshipToExtID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's to-end external ID property for to-end objects that are outside the relationship's object store.
getRelationshipToExtID() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipExternalID property.
getRelationshipToExtObjectStore() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's to-end external object store ID property for to-end objects that are outside the relationship's object store.
getRelationshipToExtObjectStore() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipExternalObjectStore property.
getRelationshipToExtURL() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the to-end external URL property for relationship that relate to URLs.
getRelationshipToExtURL() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipExternalURL property.
getRelationshipToExtVersionID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's to-end external version ID.
getRelationshipToExtVersionID() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipExternalVersionID property.
getRelationshipToID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's to-end ID if this is to an object in the same object store as the relationship.
getRelationshipToID() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipToID property.
getRelationshipToType() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's to-end type.
getRelationshipToType() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipToType property.
getRelationshipToVersionID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's to-end version ID.
getRelationshipToVersionID() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the RelationshipToVersionID property.
getRelationshipTwoWayOtherID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's two-way other ID property.
getReminderDate() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the reminder date for this task.
getReplies() - Method in interface com.filenet.bso.api.collaboration.Posting
getRepliesXML(String[], OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.Posting
Returns an XML representation of replies to the Posting object.
getReplyTo() - Method in interface com.filenet.bso.api.collaboration.ReplyPosting
Get the posting to which this posting replies.
getReplyToPostingID() - Method in class com.filenet.bso.api.collaboration.data.ReplyPostingInfo
Returns the id of the posting this posting is a reply to, may be null.
getRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.HomogeneousQuery
 
getResponder() - Method in interface com.filenet.bso.api.collaboration.PollResponse
Returns a SubjectInfo object representing the responding member.
getResponderID() - Method in class com.filenet.bso.api.collaboration.data.PollResponseInfo
 
getResponse(String) - Method in interface com.filenet.bso.api.collaboration.Poll
Returns the PollResponse object for the given member.
getResponseDate() - Method in interface com.filenet.bso.api.collaboration.PollResponse
Returns the date the member responded to the poll.
getResponseIndex() - Method in interface com.filenet.bso.api.collaboration.PollResponse
Returns an integer index value that represents the member's response to the poll.
getResponses() - Method in interface com.filenet.bso.api.collaboration.Poll
Returns an iterator over the PollResponse objects associated with this poll.
getResponsesHiddenFlag() - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Returns the responses hidden flag.
getResponsesXML(String[], OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.Poll
Returns an XML representation of the responses for this poll.
getRightOperand() - Method in interface com.filenet.bso.api.collaboration.query.BinaryComparisonOperator
Returns the second operand.
getRootObject() - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
Return the root object of the objects generated, users must cast the returned object.
getRootObject() - Method in interface com.filenet.bso.api.util.BsoContentBinder
Returns the root object in the XML-based object hierarchy.
getRow(String, int) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
Gets an individual row parsed.
getRow(String, String) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
Returns a specific row given a particular identity column value.
getRowCanReferenceClass(BsoSearchResultRow[], String) - Static method in class com.filenet.bso.api.util.BsoSearchResultRow
 
getRowCanReferenceClassFromRowOrRows(Object, String) - Static method in class com.filenet.bso.api.util.BsoSearchResultRow
 
getRowCount(String) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
Get the number of rows parsed.
getRowHasColumn(BsoSearchResultRow[], String) - Static method in class com.filenet.bso.api.util.BsoSearchResultRow
 
getRowHasColumnFromRowOrRows(Object, String) - Static method in class com.filenet.bso.api.util.BsoSearchResultRow
 
getRowListsByClass() - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler
Return the results of the parse, a map of class prefix names to List objects containing the rows for each class.
getRowWithClassIdentifiedByKey(BsoSearchResultRow[], String) - Static method in class com.filenet.bso.api.util.BsoSearchResultRow
 
getRowWithClassIdentifiedByKeyFromRowOrRows(Object, String) - Static method in class com.filenet.bso.api.util.BsoSearchResultRow
 
getSaveConnectionCredentialsFlag() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns a boolean flag representing whether the connection credentials should be saved.
getSaveConnectionCredentialsFlag() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns a boolean flag representing whether the connection credentials should be saved.
getSecurityID(ObjectStore, VWSession, VWParticipant) - Method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
Get the security ID for the VWParticipant.
getSeq() - Method in interface com.filenet.bso.api.util.BsoElement
Returns the update sequence number for this element.
getServiceUrls() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
getSession(String, String) - Method in class com.filenet.bso.collaboration.tools.ConfigBase
Creates a session object for use with the Java API.
getShortName() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
Returns the short name of the subject.
getSingleCollaborationTypeQuery(Session, int) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getSingleTeamspaceId() - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Returns the teamspace to search that was specified with setSearchSingleTeamspace.
getSortedDataKeys() - Method in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Returns a sorted iterator over a collection of keys to the container data.
getStartDateTime() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the start date/time of the meeting.
getStartDateTime() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Returns the start date/time of the meeting.
getStartLink() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns a URL to use to start the online meeting.
getState() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the task state, either TASKSTATE_NOTASSIGNED, TASKSTATE_BADDUEDATE, TASKSTATE_ACTIVE, TASKSTATE_REMINDERSENT, TASKSTATE_COMPLETE, or TASKSTATE_PENDING.
getState() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
getStatus() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the task status, either TASKSTATUS_RED, TASKSTATUS_YELLOW, TASKSTATUS_GREEN, or TASKSTATUS_COMPLETE.
getStepParameters(VWStepElement, int, int) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Retrieves all available workflow parameters of a given parameter type and field type from a VWStepElement object.
getStepWobNo() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the workflow object number for the workflow step.
getStepWorkObjectNumber() - Method in interface com.filenet.bso.api.collaboration.Task
For workflow-aware tasks, returns the workflow object number for the workflow step.
getStream() - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return a JavaAPI TransportInputStream for a recently parsed template.
getStream(int, Map) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return a JavaAPI TransportInputStream representing the interpretation of a template given its template code and parameters.
getStream(String, Map) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return a JavaAPI TransportInputStream representing the interpretation of a template given its template name and parameters.
getStream(String, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Convert a string into an InputStream using a given encoding.
getString() - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return a string from the parsed template.
getString() - Method in class com.filenet.bso.api.util.BsoByteArrayWithCharset
Return the string version of the byte array.
getString(InputStream) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Reads the given InputStream object and returns a String object.
getString(InputStream, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Reads the given InputStream object and returns an encoded String object.
getString(int, Map) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return a string created using a template code and parameters.
getString(String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns the string value of the element or attribute based on the given name.
getString(String, Map) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Return a string created using a template name and parameters.
getStringValue(String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns an attribute or the raw value of a specified text element.
getSubContainerDefinitionByID(String) - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return a ContainerDefinition sub-container object from the Collaboration Store based on the unique container definition id.
getSubContainerDefinitionBySymName(String) - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return a ContainerDefinition container object from the Collaboration Store based on the unique container definition id.
getSubContainerDefinitions() - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return an iterator over the collection of ContainerDefinition objects for sub-containers in the Collaboration Store.
getSubContainerDefinitionsXML() - Method in interface com.filenet.bso.api.collaboration.store.ContainersStore
Return all the ContainerDefinition sub-container objects in the Collaboration Store, returned as XML.
getSubContainerObjectTypes() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return an iterator over a collection of Integers that specify the object types of the subcontainers that may reside in the container.
getSubContainers() - Method in interface com.filenet.bso.api.collaboration.FolderContainer
Returns an iterator over the collection of subcontainer objects within the container.
getSubContainersXML(String[], OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.FolderContainer
Returns an XML representation of the subcontainer objects.
getSubject() - Method in interface com.filenet.bso.api.collaboration.Posting
Return the subject of the Posting object.
getSubject() - Method in interface com.filenet.bso.api.collaboration.Email
Get the value of the Subject: header from the email message.
getSubject() - Method in interface com.filenet.bso.api.collaboration.Forum
Return the subject of the Forum object.
getSubject() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the subject for the email message.
getSubject() - Method in class com.filenet.bso.api.collaboration.data.PostingInfo
Returns the subject of the posting
getSubject() - Method in class com.filenet.bso.api.collaboration.data.ForumInfo
Returns the discussion forum subject.
getSubjectInfo() - Method in interface com.filenet.bso.api.collaboration.Participant
Returns a SubjectInfo object for the participant.
getSubjectInfo() - Method in interface com.filenet.bso.api.collaboration.Member
Returns a SubjectInfo object for the current member.
getSubjectInfo() - Method in class com.filenet.bso.api.collaboration.data.MemberInfo
Returns the SubjectInfo object for this user.
getSubjectInfo(Session, String, int, VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns a SubjectInfo object for a user or group identified by the subject's LDAP id.
getSubjectInfos(Session, String[], String[], VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns SubjectInfo objects for multiple users or groups identified by each subject's LDAP id.
getSubpartNumber() - Method in interface com.filenet.bso.api.collaboration.EmailSubpart
Get the number of this subpart.
getSubpartRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Returns the properties specified with setSubpartRequestProperties().
getSubscribableObjectSymname() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionDefinition
Return the symbolic name of subscribable object.
getSubscribedObjectID() - Method in class com.filenet.bso.api.collaboration.data.SubscribeInfo
Returns a GUID that specifies Content Engine object ID referenced by the subscription.
getSubscribedObjectType() - Method in class com.filenet.bso.api.collaboration.data.SubscribeInfo
Returns an integer that specifies the object type of an Content Engine or Collaboration object referenced by the subscription.
getSubscriptionDefinitionByID(String) - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Return a SubscriptionDefinition object from the Collaboration Store based on the unique subscription definition id.
getSubscriptionDefinitionByType(int) - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Return a SubscriptionDefinition object from the Collaboration Store based on the unique subscription type.
getSubscriptionDefinitions() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Return an iterator over the collection of SubscriptionDefinition objects in the Collaboration Store.
getSubscriptionDefinitionsXML() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Return an XML string containing all SubscriptionDefinition objects in the Collaboration Store.
getSubscriptionID() - Method in class com.filenet.bso.api.collaboration.data.UnsubscribeInfo
Returns a GUID that specifies the Content Engine object ID of a Collaboration Subscription object.
getSubscriptionManager() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the subscription manager object for this Teamspace.
getSubscriptionObject() - Method in interface com.filenet.bso.api.collaboration.UserSubscription
Returns the target object of the subscription.
getSubscriptions() - Method in interface com.filenet.bso.api.collaboration.UserSubscriptionManager
Return an iterator over a collection of UserSubscription objects representing subscriptions for the current user within the current teamspace.
getSubscriptionsStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return a SubscriptionsStore object.
getSubscriptionType() - Method in interface com.filenet.bso.api.collaboration.UserSubscription
Returns an int value that defines the type of subscription that generated the notification.
getSubscriptionType() - Method in class com.filenet.bso.api.collaboration.data.SubscribeInfo
Returns an int type that defines the type of subscription.
getSubTasks() - Method in interface com.filenet.bso.api.collaboration.Task
Returns an iterator to get the sub- Task objects of this Task object.
getSubTasksXML(String[], OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.Task
Returns a sorted XML string containing the direct subtasks of this Task object.
getSymbolicName() - Method in interface com.filenet.bso.api.collaboration.CollaborationObject
Returns the symbolic name associated with a collaboration object.
getSymbolicName() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return the symbolic name of the container definition.
getTaskAssignee() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the member ID of the user to whom the task is assigned.
getTaskAssigner() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the member ID of the task assigner.
getTaskAssignmentDate() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the assignment date for the task.
getTaskDueDate() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the date on which the assigned task is to be completed.
getTaskInstructions() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns task instructions for the task.
getTaskPriority() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the priority of the task assignment.
getTaskReminderDate() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the reminder date for the task assignment.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns the teamspace where the meeting is scheduled.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Posting
Returns the target Teamspace object.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.PollResponse
Returns the target Teamspace object.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Email
Return the teamspace containing this message.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's teamspace.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Forum
Return the teamspace that this forum is in.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Team
Returns the target Teamspace object.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Participant
Returns the target Teamspace object.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Task
Returns the target Teamspace object.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Member
Returns the teamspace where the member is in.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.EmailSubpart
Return the teamspace that contains this message.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.Poll
Returns the target Teamspace object.
getTeamspace() - Method in interface com.filenet.bso.api.collaboration.MeetingSession
Returns the teamspace where the meeting session is stored.
getTeamspace() - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Get the teamspace that this subpart is part of.
getTeamspace() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the teamspace that this email message belongs to.
getTeamspace() - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Deprecated. Returns the teamspace in which the meeting is scheduled.

getTeamspace(ObjectStore, String, String, BsoSearchResultRow, VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns an existing Teamspace object referenced by a GUID.
getTeamspace(ObjectStore, String, String, Task, VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns an existing Teamspace object referenced by a GUID and associates a Task object with it.
getTeamspace(ObjectStore, String, String, VWSession) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns an existing Teamspace object referenced by a GUID.
getTeamspaceEnterpriseSecurity(Permissions) - Method in interface com.filenet.bso.api.collaboration.store.EnterpriseSecurityStore
Return the required enterprise-level permissions to be applied to a teamspace.
getTeamspaceID() - Method in interface com.filenet.bso.api.collaboration.UserSubscription
Returns the ID of Teamspace object in which the event occurred.
getTeamspaceObject(Teamspace, String, int) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
Returns an existing object from a Teamspace based on the object id (GUID) and type.
getTeamspaceRequestProperties() - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Returns the teamspace properties specified with setTeamspaceRequestProperties.
getTeamspacesQuery(Session) - Static method in class com.filenet.bso.api.collaboration.CollaborationFactory
 
getTeamspaceTemplateEnterpriseSecurity(Permissions) - Method in interface com.filenet.bso.api.collaboration.store.EnterpriseSecurityStore
Return the required enterprise-level permissions to be applied to a teamspace template.
getTeamspaceTemplateOption() - Method in interface com.filenet.bso.api.collaboration.query.TeamspacesQuery
Returns the option specified with setTeamspaceTemplateOption.
getTeamspaceTemplateOption() - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Returns the option specified with setTeamspaceTemplateOption.
getTeamspaceTemplates() - Method in interface com.filenet.bso.api.collaboration.store.TemplatesStore
Return an iterator over the collection of Teamspace objects configured as templates in the Collaboration Store.
getTeamspaceTemplatesStore(ObjectStore) - Static method in class com.filenet.bso.api.collaboration.CollaborationStore
Return a TemplatesStore object.
getTeamspaceTemplatesXML(String[]) - Method in interface com.filenet.bso.api.collaboration.store.TemplatesStore
Return an XML string containing all ContainerDefinition objects in the Collaboration Store.
getTextElement(String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Retrieves the text element value, decodes it if necessary, and returns the value as a String.
getTextParts() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the text parts of the message.
getTextSummary() - Method in interface com.filenet.bso.api.collaboration.Posting
Returns the text summary of the content of the Posting object.
getThreadID() - Method in interface com.filenet.bso.api.collaboration.Email
Return the MessageID of the first message in a thread.
getThreadID() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Return the MessageID of the first message in a thread.
getTitle() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the relationship's title property, if one has been set.
getTitle() - Method in class com.filenet.bso.api.collaboration.data.TeamInfo
Returns the title/name of the team.
getTitle() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the title/name of the task.
getTitle() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Get the relationship's Title property.
getTo() - Method in interface com.filenet.bso.api.collaboration.Email
Get the value of the To: header from the email message.
getTo() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Get the 'To' email header for the message.
getToCollabType() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the CollaborationType property attached to the relationship's to-end object if that object is in the same object store as the relationship and has the CollaborationType property set.
getToDocumentID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the document ID of the to-end object.
getToID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the ID of the to-end object if that object is in the same object store as the relationship.
getToObjectType() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the apparent object type of the to-end object if that object is in the same object store as the relationship.
getTopic() - Method in interface com.filenet.bso.api.collaboration.ReplyPosting
Get the TopicPosting to which this reply posting belongs.
getTopLevelFolder() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the top-level content folder of the teamspace.
getToTeamspaceID() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the teamspace ID, if any, of the object on the to-end of a relationship, provided that object is in the same object store as the relationship.
getToTitle() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the "title" of the to-end object if that object is in the same object store as the relationship.
getType() - Method in interface com.filenet.bso.api.collaboration.CollaborationObject
Returns the object type associated with a collaboration object.
getType() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
Returns the type of subject (TYPE_USER or TYPE_GROUP).
getType() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionDefinition
Return subscription type.
getType() - Method in interface com.filenet.bso.api.util.BsoElement
Returns this element's type.
getType() - Method in class com.filenet.bso.api.util.BsoXPathDef
Returns the type of the generated object.
getUserID() - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Returns the user ID specified with setUserID().
getValue() - Method in interface com.filenet.bso.api.collaboration.query.LiteralOperand
Returns the literal value.
getVCalendar() - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns VCALENDAR infromation for the meeting.
getVCard() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Return a vCard for this teamspace.
getVersionControl() - Method in interface com.filenet.bso.api.collaboration.query.VersionCapableQuery
Returns the version control option specified with setVersionControl.
getVWSession() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Returns the VWSession object associated with the Teamspace.
getVWSession() - Static method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
Retrieves and verifies a VWSession object from thread local storage Can log exception if unable to get the session.
getWaitQueueName() - Method in interface com.filenet.bso.api.collaboration.Task
For workflow-aware tasks, returns the name of the workflow queue in which the workflow step is waiting.
getWaitQueueName() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the name of the workflow queue in which a workflow step is awaiting completion of this task.
getWorkflowAttachmentsFieldName() - Method in interface com.filenet.bso.api.collaboration.Task
For workflow-aware tasks, returns the workflow field name that holds attachments.
getWorkflowAttachmentsFieldName() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns the name of the workflow field that holds attachments to be used by a teamspace.
getWorkflowDefinitionID() - Method in class com.filenet.bso.api.collaboration.data.WorkflowInfo
Returns the definition id of the workflow that will be registered to the teamspace.
getWorkflowFromClass(VWSession, ObjectStore, String, int[], String) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Based on a given class name and type, retrieves a WorkflowSubscription object attached to the given Content Engine class and encapsulates the object in a BsoWorkflow Java object.
getWorkflowSubscriptionsFromClass(VWSession, ObjectStore, String, int[]) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Returns a collection of WorkflowSubscription objects that are associated with a Content Engine document class.
getXML() - Method in interface com.filenet.bso.api.util.BsoXMLGenerator
Returns generated XML data.
getXMLSerializer(OutputStream, int) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Returns a default BsoXMLSerializer instance using the given OutputStream object.
getXMLSerializer(Writer, int) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Returns a default BsoXMLSerializer instance using the given Writer object.
getXPath() - Method in class com.filenet.bso.api.util.BsoXPathDef
Returns an XPath style string that specifies an XML element.
getXPathDef() - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns the BsoXPathDef object that provides unmarshaling information for this class.
getXPaths() - Method in class com.filenet.bso.api.util.BsoXPathDef
Returns an XPath style string array that specifies XML elements that share an implementation.
GREATERTHAN - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that the first operand is greater than the second.
GREATERTHANOREQUAL - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that the first operand is greater than or equal than the second.
GROUP_PROPERTIES - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
String array of persistent Group properties.
GROUP_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
GROUPS_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
Value of "Groups"; Content Engine property.
GUEST - Static variable in class com.filenet.bso.collaboration.tools.CreateRole
 
GUEST_ACCESS_LEVEL_STR - Static variable in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Value of "guest"; XML value..
GUEST_ACCESS_LEVEL_TYPE - Static variable in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Value of "2"; defines member type access level definition.

H

HAS_CONTAINEES_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 7; test whether a container supports containee objects.
HAS_SUBCONTAINERS_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 8; test whether a container supports sub-container objects.
HASACCESS_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
hasAccess(SubjectInfo, String) - Method in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Determine if the subject has access to the teamspace object
hasBeenReassigned() - Method in interface com.filenet.bso.api.collaboration.Task
Returns a value indicating whether this task has been reassigned.
hasClassData(String) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
Indicates if the reader has a particular class.
hasCollaborationParentTypeSpecifics(int) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Indicates if details have been specified for this collaboration type.
hasColumn(String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Determines if a row has a column of a particular name.
hasConnectionCredentials(String, String) - Method in interface com.filenet.bso.api.collaboration.store.MeetingsStore
Determine if the specified user has stored security credentials to create meetings with the specified connection template.
hasContainer(String) - Method in interface com.filenet.bso.api.collaboration.ContainerManager
Return true if a container defined by the container definition ID is registered with the teamspace.
hashCode() - Method in class com.filenet.bso.api.collaboration.query.IdValue
Returns a hash code for this value.
hashCode() - Method in class com.filenet.bso.api.collaboration.query.PreformattedValue
Returns a hash code for this object.
hasMoreText() - Method in interface com.filenet.bso.api.collaboration.Posting
Indicates whether the content of the Posting object is larger than TextSummary.
hasReferencedClassRow(String, String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Determines if this row references a particular row for another class.
hasRow(String, String) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
Indicates if there exists a row with a particular identity column value.
hasSeq() - Method in interface com.filenet.bso.api.util.BsoElement
Determines whether or not the update sequence number is set for this element.
hasWorkflowStepBeenDispatched() - Method in interface com.filenet.bso.api.collaboration.Task
Returns a value indicating whether the workflow step associated with the task has been dispatched.
HomogeneousQuery - interface com.filenet.bso.api.collaboration.query.HomogeneousQuery.
Contains methods applicable when searching for a single type of object, or types of objects very closely related to each other (i.e.
HTML_ADAPTOR_URL - Static variable in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
html(String) - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 

I

ID_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
ID_XML - Static variable in interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore
 
ID_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
ID_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
IdValue - class com.filenet.bso.api.collaboration.query.IdValue.
This class represents a value of type ID (GUID).
IdValue(String) - Constructor for class com.filenet.bso.api.collaboration.query.IdValue
Constructs an ID value from the given string.
IN - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that the first operand is in the list property indicated by the second operand.
IN_REPLY_TO_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "In-reply-to" email header.
info(Object) - Static method in class com.filenet.bso.api.util.BsoLog
 
info(Object, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
info(Object, Throwable) - Static method in class com.filenet.bso.api.util.BsoLog
 
inheritsTeamspaceSecurity() - Method in class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
init(Listener) - Static method in class com.filenet.bso.api.util.BsoPCH
 
init(String, String) - Static method in class com.filenet.bso.api.util.BsoPCH
 
InitConfig - class com.filenet.bso.collaboration.tools.InitConfig.
 
InitConfig(String[]) - Constructor for class com.filenet.bso.collaboration.tools.InitConfig
Parse through the arguments that were passed in, and setup a session.
initLinkObject(BaseObject) - Method in interface com.filenet.bso.api.util.BsoLinkableObject
 
initLinkObject(WriteableMetadataObject, BaseObject) - Static method in class com.filenet.bso.api.util.BsoLinkableUtil
 
initLogger() - Method in class com.filenet.bso.api.util.Encrypt
 
INLINE_OFFSET - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
Value of the offset for inline parts.
INTERNALFOLDER_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
InvalidDueDateException - exception com.filenet.bso.api.collaboration.exceptions.InvalidDueDateException.
Checked exception thrown when a user attempts an operation to persist an invalid task due date.
InvalidDueDateException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidDueDateException
Constructs a InvalidDueDateException with no specific detail message.
InvalidDueDateException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidDueDateException
Constructs a InvalidDueDateException with a given detail message.
InvalidDueDateException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidDueDateException
Constructs a InvalidDueDateException with a given detail message and the original exception.
InvalidReminderDateException - exception com.filenet.bso.api.collaboration.exceptions.InvalidReminderDateException.
Checked exception thrown when a user attempts an operation to persist an invalid task reminder date.
InvalidReminderDateException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidReminderDateException
Constructs a InvalidReminderDateException with no specific detail message.
InvalidReminderDateException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidReminderDateException
Constructs a InvalidReminderDateException with a given detail message.
InvalidReminderDateException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidReminderDateException
Constructs a InvalidReminderDateException with a given detail message and the original exception.
InvalidStateException - exception com.filenet.bso.api.collaboration.exceptions.InvalidStateException.
Checked exception thrown when a user attempts to update an Poll that has been closed.
InvalidStateException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidStateException
Constructs a PollClosedException with no specific detail message.
InvalidStateException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidStateException
Constructs a PollClosedException with a given detail message.
InvalidStateException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidStateException
Constructs a PollClosedException with a given detail message and the original exception.
InvalidTargetDateException - exception com.filenet.bso.api.collaboration.exceptions.InvalidTargetDateException.
Checked exception thrown when a user attempts an operation to persist an invalid date.
InvalidTargetDateException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidTargetDateException
Constructs a InvalidTargetDateException with no specific detail message.
InvalidTargetDateException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidTargetDateException
Constructs a InvalidTargetDateException with a given detail message.
InvalidTargetDateException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.InvalidTargetDateException
Constructs a InvalidTargetDateException with a given detail message and the original exception.
IS_RELATIONSHIP_PROTECTED_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
isAccessGranted(int, String, String, int) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Return true if the member has access to the object, given the required rights.
ISACTIVE_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Teamspace
Value of "IsActive"; Content Engine property.
isActive() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Return TRUE if this teamspace is active, not deactivated.
isClosed() - Method in interface com.filenet.bso.api.collaboration.Posting
Indicates whether the discussion containing this Posting is closed.
isClosed() - Method in interface com.filenet.bso.api.collaboration.Forum
Return true if the Forum is closed.
isClosed() - Method in interface com.filenet.bso.api.collaboration.Poll
Return true if the poll is closed.
isComplexMessage() - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Test the message for "complex" construction (such as messages with inline/embedded parts).
isContentEngineBased() - Method in interface com.filenet.bso.api.collaboration.store.SubscriptionDefinition
Return true if this subscription is based on a low-level Content Engine subscription; otherwise, return false.
ISCURVER_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
isDependentObjectPropertyCriteriaOrredWithMain() - Method in interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery
Indicates if property based search criteria for dependent objects and main objects are ORred together, as specified with setDependentObjectPropertyCriteriaOrredWithMain().
isEmailComplex() - Method in interface com.filenet.bso.api.collaboration.Email
Return whether this email message is "complex" or not.
isEmpty() - Method in interface com.filenet.bso.api.util.BsoPropertyMap
Returns a boolean that indicates whether or not the map has properties.
isEmptyAttachment() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
 
isEnabledFor(int) - Static method in class com.filenet.bso.api.util.BsoLog
 
isEnabledFor(int, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
isEncoded(String) - Static method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns a boolean that indicates if the parameter string is encoded.
isEncodingRequired(String) - Static method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Returns a boolean that indicates if the parameter string contains prohibited characters and must be encoded.
ISENTERPRISEUSER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "IsEnterpriseUser"; Content Engine property.
isEnterpriseUser() - Method in interface com.filenet.bso.api.collaboration.Participant
Returns true if the participant is registered in the enterprise directory.
isEnterpriseUser() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
 
isFolderBased() - Method in interface com.filenet.bso.api.collaboration.store.ContainerDefinition
Return true if the Java container class implements the FolderContainer interface.
isGranted() - Method in class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
ISHOST_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "IsHost"; Content Engine property.
isHost() - Method in interface com.filenet.bso.api.collaboration.Participant
Returns true if the participant is the host of the meeting or session.
isIdentifiedBy(String) - Method in class com.filenet.bso.api.util.BsoSearchResultsClassData
 
isIdentifierProperty() - Method in interface com.filenet.bso.api.collaboration.query.ObjectFunction
Returns true if the supplied identifier is a PropertyOperand.
isIdentifierString() - Method in interface com.filenet.bso.api.collaboration.query.ObjectFunction
Returns true if the supplied identifier is a String.
isIncludeCollaborationType(int) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Indicates if a collaboration type is included in the search.
isIncludeEmails() - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Indicates if Email objects are included in the query.
isIncludeNormalDocuments() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Indicates if non-collaboration documents are included in the search.
isIncludeSubparts() - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Indicates if EmailSubpart objects are included in the query.
isLeapYear(int) - Static method in class com.filenet.bso.api.util.BsoDateUtil
 
isMeetingType(String) - Method in interface com.filenet.bso.api.collaboration.Meeting
Returns true if this meeting is of the type specified by the patameter.
isMeetingType(String) - Method in interface com.filenet.bso.api.collaboration.store.MeetingDefinition
 
isMembershipManagedSecurity() - Method in interface com.filenet.bso.api.collaboration.PersistentBaseObject
 
isMultiXPathsSupported() - Method in class com.filenet.bso.api.util.BsoXPathDef
Returns TRUE if multiple xpaths are supported, FALSE if only a single xpath provided.
isNotificationSentOnTaskComplete() - Method in interface com.filenet.bso.api.collaboration.Task
Returns true if the task assigner is sent a notification when the task is completed.
ISNOTNULL - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that a property is not null.
ISNULL - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that a property is null.
isObjectSetXMLContainsObjectElems() - Method in interface com.filenet.bso.api.collaboration.query.HomogeneousQuery
 
isOwner() - Method in interface com.filenet.bso.api.collaboration.PersistentBaseObject
 
isOwner() - Method in class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
isOwner(SubjectInfo, BaseObject) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Determine if a user has a security owner relationship with a content folder or document.
isParentTaskOf(Task, boolean) - Method in interface com.filenet.bso.api.collaboration.Task
Returns a value indicating whether the task is an ancestor of a specified task.
isProvideCollaborationParentContext() - Method in interface com.filenet.bso.api.collaboration.query.SingleCollaborationTypeQuery
Indicates if collaboration parent context was requested by calling setProvideCollaborationParentContext.
isProvideCollaborationParentContext() - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Indicates if collaboration parent context was requested by calling setProvideCollaborationParentContext.
isProvideDependentObjects() - Method in interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery
Indicates if dependent object information is to be returned as specified with setProvideDependentObjects().
isProvideParentEmailContext() - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Indicates if parent Email context is requested.
isProvideTeamspaceContext() - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Indicates if teamspace context is requested.
isRankResults() - Method in interface com.filenet.bso.api.collaboration.query.ContentCapableQuery
Indicates if results are to be ranked.
isRelationshipProtected() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return the protected status of the relationship.
ISRESERVED_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
isSearchContent() - Method in interface com.filenet.bso.api.collaboration.query.ContentCapableQuery
Indicates if content based searching is enabled.
isSearchEntireObjectStore() - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Indicates if the entire object store search mode is in effect.
isSearchSingleTeamspace() - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Indicates if the single teamspace search mode is in effect.
ISTEAMLEADER_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ISTEMPLATE_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Teamspace
Value of "IsTemplate"; Content Engine property.
isTemplate() - Method in interface com.filenet.bso.api.collaboration.Teamspace
Return TRUE if this this teamspace is a template.
isTwoWay() - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Determine whether this relationship is two-way.
isUser() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
 
isWorkflowAware() - Method in interface com.filenet.bso.api.collaboration.Task
Returns a value indicating whether the task is workflow-aware.
isWorkflowAware() - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Returns whether the task is workflow-aware.

J

JMXMP_CONNECTOR_URL - Static variable in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
jmxmp(String) - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
Creates a JMXMP Connector Server, starts it, and registers it in the LDAP directory.

L

LABEL_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
LASTCONTENTMODIFIER_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
LASTPOSTER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
Value of "LastPoster"; Content Engine property.
LASTPOSTINGDATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
Value of "LastPostingDate"; Content Engine property.
launchWorkflow() - Method in interface com.filenet.bso.api.util.BsoWorkflow
Launches the workflow.
LESSTHAN - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that the first operand is less than the second.
LESSTHANOREQUAL - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that the first operand is less than or greater than the second.
LEVEL_ALL - Static variable in class com.filenet.bso.api.util.BsoLog
 
LEVEL_DEBUG - Static variable in class com.filenet.bso.api.util.BsoLog
 
LEVEL_ERROR - Static variable in class com.filenet.bso.api.util.BsoLog
 
LEVEL_FATAL - Static variable in class com.filenet.bso.api.util.BsoLog
 
LEVEL_INFO - Static variable in class com.filenet.bso.api.util.BsoLog
 
LEVEL_OFF - Static variable in class com.filenet.bso.api.util.BsoLog
 
LEVEL_WARN - Static variable in class com.filenet.bso.api.util.BsoLog
 
LIKE - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that the first operand (a string) is Like the second.
LINKOBJ_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
linkObject - Variable in class com.filenet.bso.api.collaboration.data.FolderContainerInfo
 
LINKOBJECTID_KEYNAME - Static variable in interface com.filenet.bso.api.util.BsoLinkableObject
 
LINKOBJECTTYPE_KEYNAME - Static variable in interface com.filenet.bso.api.util.BsoLinkableObject
 
LIST_BASED - Static variable in class com.filenet.bso.api.util.BsoXPathDef
Value of 2; indicates a list-based object type.
listener - Variable in class com.filenet.bso.api.util.BsoPCH
 
LiteralOperand - interface com.filenet.bso.api.collaboration.query.LiteralOperand.
Interface to a node that defines an operand as a literal value.
LITERALOPERAND - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
An operand that is a literal value.
load(InputStream) - Method in interface com.filenet.bso.api.collaboration.query.QueryPersister
 
LOCALE_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
lockedIncrementCounterProperty(BaseObject, String, int) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Perform locked increment of integer property.
lockObject(LockableObject) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Lock a Content Engine object.
log(int, Object) - Static method in class com.filenet.bso.api.util.BsoLog
 
log(int, Object, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
log(int, Object, Throwable) - Static method in class com.filenet.bso.api.util.BsoLog
 
log(int, Object, Throwable, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
logger - Static variable in class com.filenet.bso.api.util.BsoLog
Global logger object.
loggerName - Static variable in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 

M

m_className - Static variable in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
 
m_logger - Static variable in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
 
m_MemberRolesParameterName - Static variable in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
 
m_MemberTypesParameterName - Static variable in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
 
m_session - Variable in class com.filenet.bso.collaboration.tools.ConfigBase
 
MAILSERVER_NAME - Static variable in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
main(String[]) - Static method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
main(String[]) - Static method in class com.filenet.bso.collaboration.tools.CreateRole
 
main(String[]) - Static method in class com.filenet.bso.collaboration.tools.InitConfig
 
main(String[]) - Static method in class com.filenet.bso.api.util.Encrypt
 
MAP_ENTRY_XML - Static variable in interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore
 
marshal(BufferedWriter) - Method in interface com.filenet.bso.api.util.BsoElement
Writes a "marshaled" version of the element to an OutputStream object.
marshal(BufferedWriter) - Method in interface com.filenet.bso.api.util.BsoXMLMarshal
Marshals a Java class into XML content and outputs the content to an OutputStream.
marshal(Object) - Static method in class com.filenet.bso.api.util.BsoXMLBinder
Unmarshals a Java object and child objects into XML content and returns the XML content in a String parameter.
marshal(Object, OutputStream) - Static method in class com.filenet.bso.api.util.BsoXMLBinder
Unmarshals a Java object and child objects into XML content and into a given OutputStream.
marshalContent() - Method in interface com.filenet.bso.api.util.BsoContentBinder
Returns XML representing the current state of the XML-based Java objects.
marshalElement(BsoElement) - Method in interface com.filenet.bso.api.util.BsoContentBinder
Returns the XML for an upper-level object.
matchesVWAttachment(VWAttachment) - Method in interface com.filenet.bso.api.collaboration.Relationship
Test if the current relationship object matches a VWAttachment object.
MAX_STRING_SIZE - Static variable in interface com.filenet.bso.api.collaboration.Email
Maximum size of any string property.
MAXIMUMVALIDRESPONSES_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "MaximumValidResponse"; Content Engine property.
Meeting - interface com.filenet.bso.api.collaboration.Meeting.
Classes that implement the Meeting interface represent online meetings or other types of meetings that are scheduled in the teamspace environment.
MEETING_CANCELED_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of meeting notification sent to invited members when a meeting is canceled.
MEETING_INVITATION_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of meeting notification sent to invite members.
MEETING_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MEETING_PROPERTYCHANGED_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of meeting notification sent to invited members when meeting properties are modified.
MEETING_REMINDER_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of meeting notification sent to remind invited members of an impending meeting.
MEETING_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
MEETING_TEMPLATES_STORE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MEETING_TIMECHANGED_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of meeting notification sent to invited members when a meeting time is changed.
MEETING_VCALENDAR - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of meeting vCalendar.
MeetingConnectionCredentialException - exception com.filenet.bso.api.collaboration.exceptions.MeetingConnectionCredentialException.
Checked exception thrown when a user attempts an operation that references an invalid or non-existent user or member.
MeetingConnectionCredentialException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionCredentialException
Constructs a MeetingConnectionCredentialException with no specific detail message.
MeetingConnectionCredentialException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionCredentialException
Constructs a MeetingConnectionCredentialException with a given detail message.
MeetingConnectionCredentialException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionCredentialException
Constructs a MeetingConnectionCredentialException with a given detail message and the original exception.
MeetingConnectionFailureException - exception com.filenet.bso.api.collaboration.exceptions.MeetingConnectionFailureException.
Checked exception thrown when a user attempts an operation that references an invalid or non-existent user or member.
MeetingConnectionFailureException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionFailureException
Constructs a MeetingConnectionFailureException with no specific detail message.
MeetingConnectionFailureException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionFailureException
Constructs a MeetingConnectionFailureException with a given detail message.
MeetingConnectionFailureException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionFailureException
Constructs a MeetingConnectionFailureException with a given detail message and the original exception.
MeetingConnectionMeetingNotFoundException - exception com.filenet.bso.api.collaboration.exceptions.MeetingConnectionMeetingNotFoundException.
Checked exception thrown when a user attempts an operation that references a meeting that doesn't exist.
MeetingConnectionMeetingNotFoundException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionMeetingNotFoundException
Constructs a MeetingConnectionFailureException with a given detail message.
MEETINGCONNECTIONTEMPLATE_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MeetingCredentialsDecryptionException - exception com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsDecryptionException.
Checked exception thrown when a user attempts an operation that references an invalid or non-existent user or member.
MeetingCredentialsDecryptionException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsDecryptionException
Constructs a MeetingCredentialsDecryptionException with no specific detail message.
MeetingCredentialsDecryptionException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsDecryptionException
Constructs a MeetingCredentialsDecryptionException with a given detail message.
MeetingCredentialsDecryptionException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsDecryptionException
Constructs a MeetingCredentialsDecryptionException with a given detail message and the original exception.
MeetingCredentialsNotFoundException - exception com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsNotFoundException.
Checked exception thrown when a user attempts an operation that references an invalid or non-existent user or member.
MeetingCredentialsNotFoundException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsNotFoundException
Constructs a MeetingCredentialsNotFoundException with no specific detail message.
MeetingCredentialsNotFoundException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsNotFoundException
Constructs a MeetingCredentialsNotFoundException with a given detail message.
MeetingCredentialsNotFoundException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsNotFoundException
Constructs a MeetingCredentialsNotFoundException with a given detail message and the original exception.
MeetingDefinition - interface com.filenet.bso.api.collaboration.store.MeetingDefinition.
A class that implements the MeetingDefinition interface defines a template for meetings that can be scheduled in a teamspace.
MEETINGDEFINITION_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MEETINGDEFNAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
MEETINGDEFS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MeetingInfo - class com.filenet.bso.api.collaboration.data.MeetingInfo.
The MeetingInfo class is a collection of data used to add a meeting to a teamspace.
MeetingInfo() - Constructor for class com.filenet.bso.api.collaboration.data.MeetingInfo
 
MeetingInfo(String, Date, Date, String, String, SubjectInfo, SubjectInfo[]) - Constructor for class com.filenet.bso.api.collaboration.data.MeetingInfo
Construct a meeting info object with specified data.
MeetingInfo(String, Teamspace, Date, Date, String, String, SubjectInfo, SubjectInfo[]) - Constructor for class com.filenet.bso.api.collaboration.data.MeetingInfo
Deprecated. Construct a meeting info object with specified data.

MEETINGPROXYDOC_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MEETINGS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MeetingSession - interface com.filenet.bso.api.collaboration.MeetingSession.
Classes that implement the MeetingSession interface represent sessions of meetings that have occurred in the teamspace environment.
MEETINGSESSION_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MeetingsQuery - interface com.filenet.bso.api.collaboration.query.MeetingsQuery.
A specific interface to search for Meetings.
MeetingsStore - interface com.filenet.bso.api.collaboration.store.MeetingsStore.
A class that implements the MeetingsStore interface provides access to MeetingDefinition objects in the Collaboration Store.
MEETINGTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
Member - interface com.filenet.bso.api.collaboration.Member.
Classes that implement the Member interface represent a member of a teamspace, and provides access to a member's email address, notification preferences, and security access level.
MEMBER - Static variable in class com.filenet.bso.collaboration.tools.CreateRole
 
MEMBER_ACCESS_LEVEL_STR - Static variable in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Value of "member"; XML value.
MEMBER_ACCESS_LEVEL_TYPE - Static variable in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
Value of "1"; defines member type access level definition.
MEMBER_ID_PARAMETER_KEY - Static variable in class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand
Key string used to store and retrieve parameter data in command object.
MEMBER_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MEMBERACCESSLEVEL_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "MemberSecurityDefinitionID"; Content Engine property.
MEMBERDOMAINNAME_MAXLEN - Static variable in interface com.filenet.bso.api.collaboration.Member
Maximum length of member domain name string(512); Content Engine property.
MEMBERDOMAINNAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "MemberDomainName"; Content Engine property.
MEMBEREMAILADDRESS_MAXLEN - Static variable in interface com.filenet.bso.api.collaboration.Member
Maximum length of member email address string(128); Content Engine property.
MEMBEREMAILADDRESS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "MemberEmailAddress"; Content Engine property.
memberID - Variable in class com.filenet.bso.api.collaboration.data.FolderContainerInfo
 
MEMBERID_PROP_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MEMBERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
MEMBERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "MemberID"; Content Engine property.
MEMBERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "MemberID"; Content Engine property.
MEMBERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
MEMBERID_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MemberInfo - class com.filenet.bso.api.collaboration.data.MemberInfo.
The MemberInfo class is a collection of data used to add a member to a teamspace.
MemberInfo() - Constructor for class com.filenet.bso.api.collaboration.data.MemberInfo
 
MemberInfo(SubjectInfo, int, AccessLevelsDefinition) - Constructor for class com.filenet.bso.api.collaboration.data.MemberInfo
Constructor to create a MemberInfo object.
MemberManager - interface com.filenet.bso.api.collaboration.MemberManager.
A class that implements the MemberManager interface provides functionality to manage members of a teamspace.
MEMBERNAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "MemberName"; Content Engine property.
MEMBEROFGROUPS_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
Value of "MemberOfGroups"; Content Engine property.
MEMBERS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.UserSubscription
 
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Teamspace
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Team
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "MembershipManagedSecurity"; Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
Value of "MembershipManagedSecurity" Content Engine property.
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
 
MEMBERSHIPMANAGEDSECURITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
membershipManagedSecurity(BaseObject) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Determine if the content folder or document security is controlled via teamspace membership.
MEMBERSHORTNAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "MemberShortName"; Content Engine property.
MEMBERTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "MemberType"; Content Engine property.
MESSAGE_ID_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "Message-id" email header.
MIMETYPE_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
MissingEmailAddressException - exception com.filenet.bso.api.collaboration.exceptions.MissingEmailAddressException.
The base class for Case Management Java API checked exceptions.
MissingEmailAddressException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.MissingEmailAddressException
Constructs a MissingEmailAddressException with no specific detail message.
MissingEmailAddressException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MissingEmailAddressException
Constructs a MissingEmailAddressException with a given detail message.
MissingEmailAddressException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.MissingEmailAddressException
Constructs a MissingEmailAddressException with a given detail message and the original exception.
MixedTypesQuery - interface com.filenet.bso.api.collaboration.query.MixedTypesQuery.
An interface to query for multiple types of objects.
MORETEXT_PROP_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
MORETEXT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "MoreText"; Content Engine property.
move(String) - Method in interface com.filenet.bso.api.collaboration.Task
Move a task.
move(Task) - Method in interface com.filenet.bso.api.collaboration.Task
Move a task.
moveDocument(String, String, Document) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Move a content document to a different folder within a teamspace.
moveFolder(String, Folder) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Move a content folder to another folder within a teamspace.

N

NAME_ATTRNAME - Static variable in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
 
NAME_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
NAME_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
Value of "Name"; Content Engine property.
NAME_XML - Static variable in interface com.filenet.bso.api.collaboration.store.EmailTemplateMapsStore
 
NAME_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
NonExistentMemberException - exception com.filenet.bso.api.collaboration.exceptions.NonExistentMemberException.
Checked exception thrown when a user attempts an operation that references an invalid or non-existent user or member.
NonExistentMemberException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonExistentMemberException
Constructs a NonExistentMemberException with no specific detail message.
NonExistentMemberException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonExistentMemberException
Constructs a NonExistentMemberException with a given detail message.
NonExistentMemberException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonExistentMemberException
Constructs a NonExistentMemberException with a given detail message and the original exception.
NonExistentParticipantException - exception com.filenet.bso.api.collaboration.exceptions.NonExistentParticipantException.
Checked exception thrown when an operation is attempted that would result in duplicate user or member entries.
NonExistentParticipantException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonExistentParticipantException
Constructs a NonExistentParticipantException with no specific detail message.
NonExistentParticipantException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonExistentParticipantException
Constructs a NonExistentParticipantException with a given detail message.
NonExistentParticipantException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonExistentParticipantException
Constructs a NonExistentParticipantException with a given detail message and the original exception.
NonTeamspaceMemberException - exception com.filenet.bso.api.collaboration.exceptions.NonTeamspaceMemberException.
Checked exception thrown when a user when a non-teamspace member attempts to update teamspace objects.
NonTeamspaceMemberException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonTeamspaceMemberException
Constructs a NonTeamspaceMemberException with no specific detail message.
NonTeamspaceMemberException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonTeamspaceMemberException
Constructs a NonTeamspaceMemberException with a given detail message.
NonTeamspaceMemberException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonTeamspaceMemberException
Constructs a NonTeamspaceMemberException with a given detail message and the original exception.
NonTeamspaceObjectException - exception com.filenet.bso.api.collaboration.exceptions.NonTeamspaceObjectException.
Checked exception thrown when a teamspace member attempts to update non-teamspace objects.
NonTeamspaceObjectException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonTeamspaceObjectException
Constructs a NonTeamspaceObjectException with no specific detail message.
NonTeamspaceObjectException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonTeamspaceObjectException
Constructs a NonTeamspaceObjectException with a given detail message.
NonTeamspaceObjectException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.NonTeamspaceObjectException
Constructs a NonTeamspaceObjectException with a given detail message and the original exception.
NormalDocumentsQuery - interface com.filenet.bso.api.collaboration.query.NormalDocumentsQuery.
A specific interface to query only for non-collaboration documents.
NormalFoldersQuery - interface com.filenet.bso.api.collaboration.query.NormalFoldersQuery.
A specific interface to query for non-collaboration folders
NOTEQUAL - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests two operands for non-equality.
notifyParticipants(int) - Method in interface com.filenet.bso.api.collaboration.Meeting
Sends notification messages to the participants who are invited to the meeting.
NOTIFYWHENTASKCOMPLETED_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "NotifyWhenTaskCompleted"; Content Engine property.
NOTLIKE - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Tests that the first operand (a string) is not like the second.

O

OBJECT_BASED - Static variable in class com.filenet.bso.api.util.BsoXPathDef
Value of 1; indicates an object-based object type.
OBJECT_TYPES_CHOICELIST_ID - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ObjectAccessException - exception com.filenet.bso.api.collaboration.exceptions.ObjectAccessException.
Checked exception thrown when a user attempts to access an object which either does not exist or for which they do not have the security rights.
ObjectAccessException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.ObjectAccessException
Constructs a ObjectAccessException with no specific detail message.
ObjectAccessException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.ObjectAccessException
Constructs a ObjectAccessException with a given detail message.
ObjectAccessException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.ObjectAccessException
Constructs a ObjectAccessException with a given detail message and the original exception.
ObjectFunction - interface com.filenet.bso.api.collaboration.query.ObjectFunction.
Represents an Object function in a Content Engine query.
OBJECTFUNCTION - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
An operand that is an Object function.
OBJECTSET_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
objectTypeFromSymbolicName(String) - Static method in class com.filenet.bso.api.collaboration.Collaboration
Returns the collaboration object type value for the given object symbolic name.
OBJTYPE_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
OP_ADD - Static variable in class com.filenet.bso.api.util.BsoPCH
 
OP_DELETE - Static variable in class com.filenet.bso.api.util.BsoPCH
 
OP_UPDATE - Static variable in class com.filenet.bso.api.util.BsoPCH
 
OR - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
Operator that does a boolean Or of other conditions.
OrderBy - interface com.filenet.bso.api.collaboration.query.OrderBy.
Interface to specify a single property based order option.
OWNER_TEAMSPACE_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of "Teamspace"; Content Engine property name.
OWNER_TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.UserSubscription
 
OWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "SecurityOwnerID"; Content Engine property.

P

parent - Variable in class com.filenet.bso.api.util.BsoXMLUnmarshal
A BsoXMLUnmarshal object that holds the parent element for the current XML element.
PARENT_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
PARENT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "CollaborationParent"; Content Engine property that indicates the containing topic.
PARENT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "CollaborationParent"; Content Engine property.
PARENT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
Value of the "CollaborationParent" Content Engine property.
parse(BsoByteArrayWithCharset, String, Map, Map, TimeZone, Map) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Parse the template given its byte array.
parse(int, Map, Map, TimeZone, Map) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Parse the template represented by a template code.
parse(String, BsoSearchResultsClassData[]) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
Parse some search results XML.
parse(String, Map, Map, TimeZone, Map) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Parse the template given its name.
Participant - interface com.filenet.bso.api.collaboration.Participant.
A class that implements the Participant interface represent a participant in a meeting or meeting session.
PARTICIPANT_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
PARTICIPANTS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
PARTICIPANTS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
pathMap - Variable in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
pch - Static variable in class com.filenet.bso.api.util.BsoPCH
 
PENDINGSUBTASKSCOUNT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "PendingSubtasks"; Content Engine property.
PERCENTCOMPLETE_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Teamspace
Value of "PercentageComplete"; Content Engine property.
perfStart(String) - Static method in class com.filenet.bso.api.util.BsoLog
 
perfStop(String, long) - Static method in class com.filenet.bso.api.util.BsoLog
 
PERMISSIONS_PARAMETER_KEY - Static variable in class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand
Key string used to store and retrieve parameter data in command object.
PersistentBaseObject - interface com.filenet.bso.api.collaboration.PersistentBaseObject.
 
Poll - interface com.filenet.bso.api.collaboration.Poll.
A class that implements the Poll interface represents a poll of teamspace members.
POLL_CLOSED_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of poll notification sent when the poll has closed.
POLL_INVITATION_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of poll notification sent to invite members.
POLL_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
POLL_POSSIBLERESPONSES_MAXLEN - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of the maximum length of the poll possible responses property string (4096)
POLL_TEXTSUMMARY_MAXLEN - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of the maximum length of the poll text summary property string (2048)
POLL_TEXTSUMMARY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "PollQuestion"; Content Engine property.
POLLCLOSED_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "PollClosed"; Content Engine property.
PollClosedException - exception com.filenet.bso.api.collaboration.exceptions.PollClosedException.
Checked exception thrown when a user attempts to update an Poll that has been closed.
PollClosedException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.PollClosedException
Constructs a PollClosedException with no specific detail message.
PollClosedException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.PollClosedException
Constructs a PollClosedException with a given detail message.
PollClosedException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.PollClosedException
Constructs a PollClosedException with a given detail message and the original exception.
PollInfo - class com.filenet.bso.api.collaboration.data.PollInfo.
The PollInfo class is a collection of data used to create a teamspace poll.
PollInfo() - Constructor for class com.filenet.bso.api.collaboration.data.PollInfo
 
POLLPRIORITY_HIGH - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "1"; Poll priority is HIGH.
POLLPRIORITY_LOW - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "3"; Poll priority is LOW.
POLLPRIORITY_NORMAL - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "2"; Poll priority is NORMAL.
POLLPRIORITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "PollClosed"; Content Engine property.
PollResponse - interface com.filenet.bso.api.collaboration.PollResponse.
A class that implements the PollResponse interface represents a poll participant.
POLLRESPONSE_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
POLLRESPONSE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "PollResponse"; Content Engine property.
POLLRESPONSECOMMENTS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "PollResponseComments"; Content Engine property.
PollResponseInfo - class com.filenet.bso.api.collaboration.data.PollResponseInfo.
The PollResponseInfo class is a collection of data used to create a teamspace poll response.
PollResponseInfo() - Constructor for class com.filenet.bso.api.collaboration.data.PollResponseInfo
 
POLLRESPONSES_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
POLLS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
PollsQuery - interface com.filenet.bso.api.collaboration.query.PollsQuery.
A specific interface to search for Polls.
popElement() - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
popPath(String) - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
POSSIBLERESPONSES_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "PossibleResponses"; Content Engine property.
POSTERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "MemberID"; Content Engine property.
POSTERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "MemberID"; Content Engine property.
Posting - interface com.filenet.bso.api.collaboration.Posting.
Classes that implement the Posting interface represent a posting in a discussion forum.
POSTING_ID_PARAMETER_KEY - Static variable in class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand
Key string used to store and retrieve parameter data in command object.
PostingInfo - class com.filenet.bso.api.collaboration.data.PostingInfo.
The PostingInfo class is a collection of data used to create a posting to a discussion topic.
PostingInfo() - Constructor for class com.filenet.bso.api.collaboration.data.PostingInfo
 
PostingInfo(String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.PostingInfo
Constructs a new PostingInfo object with the specified values.
POSTINGREPLY_COMMAND_KEY - Static variable in interface com.filenet.bso.api.collaboration.Command
Command key string used to retrieve command object used to create a reply to an existing posting, value of "posting-reply".
postLoad() - Method in interface com.filenet.bso.api.util.BsoElements
Sets up content after loading it.
PreformattedValue - class com.filenet.bso.api.collaboration.query.PreformattedValue.
This class represents a value that has been preformatted for insertion into a SQL statement.
PreformattedValue(String) - Constructor for class com.filenet.bso.api.collaboration.query.PreformattedValue
Constructs a PreformattedValue object
preStore() - Method in interface com.filenet.bso.api.util.BsoElements
Sets up content before persisting it.
preUpdateProcess() - Method in interface com.filenet.bso.api.util.BsoElements
Sets up content at the beginning of the update process.
printStackTrace() - Method in class com.filenet.bso.api.util.BsoSecurityException
Prints the stack trace.
printStackTrace(PrintStream) - Method in class com.filenet.bso.api.util.BsoSecurityException
Prints the stack trace to a given PrintStream.
printStackTrace(PrintWriter) - Method in class com.filenet.bso.api.util.BsoSecurityException
Prints the stack trace to a given PrintWriter.
PROCESS_ENGINE_APPLICATION_ID_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.ReplyPosting
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Posting
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
String array of persistent properties.
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.UserSubscription
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Email
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.FolderContainer
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Relationship
String array of Relationship persistent property names.
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Teamspace
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Forum
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Team
String array of Team persistent property names.
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Participant
String array of persistent Participant properties.
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Task
String array of persistent properties.
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Member
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Poll
String array of persistent properties.
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
PROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.store.AccessLevelsDefinition
 
PROPERTIES_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
PROPERTY_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
PropertyCriteriaNode - interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode.
Base interface for a node that makes up the property based search criteria.
PropertyOperand - interface com.filenet.bso.api.collaboration.query.PropertyOperand.
Interface to a node that defines an operand as a property.
PROPERTYOPERAND - Static variable in interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
An operand that is a property.
PURPOSE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
PURPOSE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
pushElement(BsoXMLUnmarshal) - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
pushPath(String) - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
put(String[], String[]) - Method in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Stores multiple values in the container and associates them with their respective keys.
put(String, String) - Method in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Stores a value in the container and associates it with the given key.
putAttribute(String, Object) - Method in interface com.filenet.bso.api.util.BsoWriteableDataModel
Sets the value of an attribute.

Q

QRYCLASSKEY_ACCESSLEVEL - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for the accesslevel document.
QRYCLASSKEY_BASICDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the basic document class.
QRYCLASSKEY_CLBPARFOLDLINKDOCSERIES - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for version series of documents linked to from other linkable collaboration folders that are parents of yet other collaboration objects.
QRYCLASSKEY_CLBPARFOLDLINKFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for folders linked to from other linkable collaboration folders that are parents of yet other collaboration objects.
QRYCLASSKEY_COLLABPARENTDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for collaboration documents that are parents of other collaboration objects.
QRYCLASSKEY_COLLABPARENTFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for collaboration folders that are parents of other collaboration objects.
QRYCLASSKEY_CONTENT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the content based search class.
QRYCLASSKEY_FORUM - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for discussion forums.
QRYCLASSKEY_LINKDOCSERIES - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for version series of documents linked to from other linkable collaboration objects.
QRYCLASSKEY_LINKFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for folders linked to from other linkable collaboration objects.
QRYCLASSKEY_MEMBER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for teamspace members.
QRYCLASSKEY_PARTICIPANT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for meeting participants.
QRYCLASSKEY_POLLRESPONSE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for poll responses.
QRYCLASSKEY_PRIMARY - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the primary class being searched.
QRYCLASSKEY_PRIMARYCUSTOMOBJ - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the primary class being searched when that class is a custom object class.
QRYCLASSKEY_PRIMARYDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the primary class being searched when that class is a document class.
QRYCLASSKEY_PRIMARYFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the primary class being searched when that class is a folder class.
QRYCLASSKEY_RCR - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the ReferentialContainmentRelationship class.
QRYCLASSKEY_RELATIONSHIP - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for teamspace relationships.
QRYCLASSKEY_RELCUSTOBJ - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for relationships that relate to custom objects.
QRYCLASSKEY_RELDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for relationships that relate to documents.
QRYCLASSKEY_RELFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for relationships that relate to folders.
QRYCLASSKEY_RFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the folder class specifically joined to the RCR class.
QRYCLASSKEY_TEAM - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for the teamspace teams.
QRYCLASSKEY_TEAMLINK - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for the team links.
QRYCLASSKEY_TEAMSPACE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the Teamspace class.
QRYCLASSKEY_TEAMSPACECONNECTOR - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents whatever class serves as a connector to the teamspace.
QRYCLASSKEY_TOPIC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the class for discussion topics.
QRYCLASSKEY_VERSERSDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Represents the document class joined to search all documents in the version series.
QRYCLASSSQLALIAS_ACCESSLEVEL - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the access level class.
QRYCLASSSQLALIAS_BASICDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the basic document class, the first document class in the FROM condition.
QRYCLASSSQLALIAS_CLBPARFOLDLINKDOCSERIES - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the class for version series of documents that are linked to from other linkable collaboration folders that are parents of yet other collaboration objects.
QRYCLASSSQLALIAS_CLBPARFOLDLINKFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the class for folders that are linked to from other linkable collaboration folders that are parents of yet other collaboration objects.
QRYCLASSSQLALIAS_COLLABPARENTDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the class for collaboration documents that are parents of other collaboration objects.
QRYCLASSSQLALIAS_COLLABPARENTFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the class for collaboration folders that are parents of other collaboration objects.
QRYCLASSSQLALIAS_CONTENT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the content based search class.
QRYCLASSSQLALIAS_CUSTOMOBJ - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for a custom object class.
QRYCLASSSQLALIAS_FOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for a folder class.
QRYCLASSSQLALIAS_FORUM - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the Forum class, used by TopicPostings and ReplyPostings queries.
QRYCLASSSQLALIAS_LINKDOCSERIES - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the Document class for version series of documents linked to from other linkable collaboration objects.
QRYCLASSSQLALIAS_LINKFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the class for folders linked to other linkable collaboration objects.
QRYCLASSSQLALIAS_PARTICIPANT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the Participant class, only used by Meetings query.
QRYCLASSSQLALIAS_POLLRESPONSE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the PollResponse class, only used by Polls query.
QRYCLASSSQLALIAS_RCR - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the ReferentialContainmentRelationship class.
QRYCLASSSQLALIAS_RELATIONSHIP - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the Relationship class.
QRYCLASSSQLALIAS_REPLYPOSTING - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the ReplyPosting class, used by ReplyPostings queries.
QRYCLASSSQLALIAS_TEAM - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the Team class.
QRYCLASSSQLALIAS_TEAMLINK - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the TeamLink class.
QRYCLASSSQLALIAS_TEAMSPACE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the Teamspace class.
QRYCLASSSQLALIAS_TOPICPOSTING - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the TopicPosting class, used by Forums and ReplyPostings queries.
QRYCLASSSQLALIAS_VERSERSDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Alias for the document class joined to obtain all documents in a version series.
queryForObjectIDs(ObjectStore, String) - Static method in class com.filenet.bso.api.util.BsoSearch
Perform a search operation based on the given select statement and return a string array of IDs for Content Engine objects that satisfy the query.
QueryOperand - interface com.filenet.bso.api.collaboration.query.QueryOperand.
Interface to a node that can be used as an operand for an operator.
QueryPersister - interface com.filenet.bso.api.collaboration.query.QueryPersister.
 
QUERYPROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Relationship
String array of Relationship persistent property names that may be queried.
QUERYPROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Team
String array of Team persistent property names that are queriable.
QUERYPROPERTIES - Static variable in interface com.filenet.bso.api.collaboration.Member
String array of Member persistent property names that may be queried.

R

RANK_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
readBytes(InputStream) - Method in class com.filenet.bso.api.util.Encrypt
 
reassign(String, String, Date) - Method in interface com.filenet.bso.api.collaboration.Task
Reassign a task assignment from one user to another.
RECEIVED_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "Received" email header.
recordEmail(int) - Static method in class com.filenet.bso.api.util.BsoPCH
 
recordEmailImpl(int) - Method in class com.filenet.bso.api.util.BsoPCH
 
recordOp(long, int) - Static method in class com.filenet.bso.api.util.BsoPCH
 
recordOp(long, int, int) - Static method in class com.filenet.bso.api.util.BsoPCH
 
recordOpImpl(long, int, int) - Method in class com.filenet.bso.api.util.BsoPCH
 
recordQuery(long) - Static method in class com.filenet.bso.api.util.BsoPCH
 
recordQueryImpl(long) - Method in class com.filenet.bso.api.util.BsoPCH
 
REFERENCES_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "References" email header.
refresh() - Method in interface com.filenet.bso.api.collaboration.PersistentBaseObject
Force refresh of object data.
refresh() - Method in interface com.filenet.bso.api.collaboration.RelationshipManager
Force refresh of relationship data.
refresh() - Method in interface com.filenet.bso.api.collaboration.MemberManager
Force refresh of membership data.
refresh() - Method in interface com.filenet.bso.api.util.BsoPersistentBaseObject
Force refresh of object data.
registerContainers(ContainerInfo[]) - Method in interface com.filenet.bso.api.collaboration.ContainerManager
Register Container objects with a teamspace.
REGISTEREDCONTAINERS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
Relationship - interface com.filenet.bso.api.collaboration.Relationship.
Classes that implement the Relationship interface represent the relationship between related items.
RELATIONSHIP_FROM_ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_FROM_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
RELATIONSHIP_TITLE_MAX - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TO_EXT_ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TO_EXT_OBJECT_STORE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TO_EXT_URL_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TO_EXT_VERSION_ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TO_ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TO_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TO_VERSION_ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TO_VERSIONING_TYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELATIONSHIP_TWO_WAY_OTHER_ID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RelationshipException - exception com.filenet.bso.api.collaboration.exceptions.RelationshipException.
Checked exception thrown when there is a problem processing a collaboration relationship.
RelationshipException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.RelationshipException
Constructs a RelationshipException with no specific detail message.
RelationshipException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.RelationshipException
Constructs a RelationshipException with a given detail message.
RelationshipException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.RelationshipException
Constructs a RelationshipException with a given detail message and the original exception.
RelationshipInfo - class com.filenet.bso.api.collaboration.data.RelationshipInfo.
The RelationshipInfo class is a collection of data used to create a Relationship object in a teamspace.
RelationshipInfo() - Constructor for class com.filenet.bso.api.collaboration.data.RelationshipInfo
Default constructor.
RelationshipInfo(int, String, int, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.RelationshipInfo
Construct a relationship from a teamspace object to a local object which resides in the same object store as the teamspace.
RelationshipInfo(int, String, int, String, String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.RelationshipInfo
Construct a relationship from a teamspace object to an external object.
RelationshipInfo(int, String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.RelationshipInfo
Construct a relationship from a teamspace object to a URL.
RelationshipInfo(int, String, VWAttachment) - Constructor for class com.filenet.bso.api.collaboration.data.RelationshipInfo
Construct a relationship from a teamspace object to an eProcess attachment.
RelationshipManager - interface com.filenet.bso.api.collaboration.RelationshipManager.
A class that implements the RelationshipManager interface provides functionality to manage relationships within a teamspace.
RELATIONSHIPS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
RELEASED_VERSION - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_BEGINNING - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_END - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_EXTERNAL_CUSTOMOBJECT - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_EXTERNAL_DOCUMENT - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_EXTERNAL_FOLDER - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_EXTERNAL_OBJECT_STORE - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_EXTERNAL_URL - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_LOCAL_CUSTOMOBJECT - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_LOCAL_DOCUMENT - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELTYPE_LOCAL_FOLDER - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
RELVERID_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
REMOVE_CONTAINEES_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 0; test whether a container supports removing containees.
REMOVE_SUBCONTAINERS_CAPABILITY - Static variable in interface com.filenet.bso.api.collaboration.Container
Value of 6; test whether a container supports removing sub-containers.
remove(String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Removes the specified element from the map.
remove(String) - Method in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Removes a value and key from the container.
remove(String[]) - Method in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Removes multiple values and keys from the container.
removeCollaborationParentTypeSpecifics(int) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Removes the details for a collaboration type that was previously set using setCollaborationParentTypeSpecifics.
removeContainee(String, int) - Method in interface com.filenet.bso.api.collaboration.Container
Remove and deleted a containee object from a container.
removeElement(BsoElement) - Method in interface com.filenet.bso.api.util.BsoElements
Removes an element from the content and sets the element's change flag.
removeElement(String, int) - Method in interface com.filenet.bso.api.util.BsoElements
Removes an element from the content and sets the element's change flag.
RemoveHostParticipantException - exception com.filenet.bso.api.collaboration.exceptions.RemoveHostParticipantException.
Checked exception thrown when an operation is attempted that would result in duplicate user or member entries.
RemoveHostParticipantException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.RemoveHostParticipantException
Constructs a RemoveHostParticipantException with no specific detail message.
RemoveHostParticipantException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.RemoveHostParticipantException
Constructs a RemoveHostParticipantException with a given detail message.
RemoveHostParticipantException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.RemoveHostParticipantException
Constructs a RemoveHostParticipantException with a given detail message and the original exception.
removeProperty(Properties, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Removes the Property object with the given property name from the Properties collection, if present.
removeProperty(String) - Method in interface com.filenet.bso.api.util.BsoPropertyMap
Removes the given property key and value from this map.
removeRelationship(String) - Method in interface com.filenet.bso.api.collaboration.RelationshipManager
Remove a teamspace relationship.
removeSubContainer(String) - Method in interface com.filenet.bso.api.collaboration.FolderContainer
Remove a subcontainer..
reopen() - Method in interface com.filenet.bso.api.collaboration.TopicPosting
Reopens the TopicPosting object, allowing new replies to be created.
reopen() - Method in interface com.filenet.bso.api.collaboration.Forum
Reopens the Forum to allow new topics and replies to be created.
reopen(Date, String) - Method in interface com.filenet.bso.api.collaboration.Task
Reopens a task.
REOPENEXPLANATION_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "ReopenExplanation"; Content Engine property.
reorderElements() - Method in interface com.filenet.bso.api.util.BsoElements
Reorders the elements.
REPLIESCOUNT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
Value of "RepliesCount"; Content Engine property.
REPLY_POSTED_TO_TOPIC_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 101; Collaboration subscription type; reply posted to a topic.
ReplyPosting - interface com.filenet.bso.api.collaboration.ReplyPosting.
Classes that implement the ReplyPosting interface represent a reply to a posting on a discussion topic.
REPLYPOSTING_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
ReplyPostingCommand - class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand.
This command class creates a reply to an existing posting object.
ReplyPostingCommand() - Constructor for class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand
 
ReplyPostingInfo - class com.filenet.bso.api.collaboration.data.ReplyPostingInfo.
The ReplyPostingInfo class is a collection of data used to create a reply posting to a discussion topic.
ReplyPostingInfo() - Constructor for class com.filenet.bso.api.collaboration.data.ReplyPostingInfo
 
ReplyPostingInfo(String, String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.ReplyPostingInfo
Constructs a new ReplyPostingInfo object with the specified values
ReplyPostingsQuery - interface com.filenet.bso.api.collaboration.query.ReplyPostingsQuery.
A specific interface to search for ReplyPostings.
REPLYTO_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.ReplyPosting
Value of "ReplyTo"; Content Engine property.
replyTo(String, String, String, Permissions) - Method in interface com.filenet.bso.api.collaboration.Posting
Reply to the Posting object.
requiresConnectionCredentials() - Method in interface com.filenet.bso.api.collaboration.store.MeetingDefinition
 
resetCharset(String) - Method in class com.filenet.bso.api.util.BsoByteArrayWithCharset
Attempt to reconvert the string using a new charset.
respond(String, Integer, String) - Method in interface com.filenet.bso.api.collaboration.Poll
Respond to the poll question.
RESPONDERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "MemberID"; Content Engine property.
RESPONSE_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
RESPONSEDATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "ResponseDate"; Content Engine property.
RESPONSESHIDDEN_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "ShowPollResponses"; Content Engine property.
restoreObjectSecurity(int, String) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Restores object security (to inherit from parent).
retrieve(Document) - Static method in class com.filenet.bso.api.util.BsoPersistentDataContainerFactory
Retrieves an existing instance of a BsoPersistentDataContainer object.
retrieve(ObjectStore, Folder, String) - Static method in class com.filenet.bso.api.util.BsoPersistentDataContainerFactory
Retrieves an existing instance of a BsoPersistentDataContainer object.
RETURN_PATH_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "Return-path" email header.
RMI_CONNECTOR_URL - Static variable in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
rmi(String) - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
Creates an RMI Connector Server, starts it, and registers it with the LDAP directory.
ROW_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
 

S

saveConnectionCredentials(String, String, String, String, SubjectInfo) - Method in interface com.filenet.bso.api.collaboration.store.MeetingsStore
Sets the vendor-specific credentials to use for the meeting connection.
saveToString(Node) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
SECUPDATE_COORDINATION_CLASSNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
SECUPDATE_COORDINATION_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
SECURITYOWNERID_PROP_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.UserSubscription
 
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Teamspace
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Team
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "SecurityOwnerID"; Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
Value of "SecurityOwnerID" Content Engine property.
SECURITYOWNERID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
send() - Method in class com.filenet.bso.api.collaboration.EmailNotification
Send off the accumulated batch of notifications and clear out the batch list.
send(int, Map, InternetAddress, String, String) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Send the notification using a template code reference.
send(String, Map, InternetAddress, String, String) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Send the notification using a named template.
serializeCharacters(BsoXMLSerializer, int) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Writes out character data representing an integer value.
serializeCharacters(BsoXMLSerializer, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Writes out character data representing a string value.
serializeDocumentElement(BsoXMLSerializer, String, String, BsoSearchResultRow[], String[], String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
serializeDocumentElement(BsoXMLSerializer, String, String, BsoSearchResultRow, String[], String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Writes a document element from a BsoSearchResultRow object obtained from parsing some search results XML.
serializeDocumentElementFromRowOrRows(BsoXMLSerializer, String, String, Object, String[], String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
serializeFolderElement(BsoXMLSerializer, String, String, BsoSearchResultRow[], String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
serializeFolderElement(BsoXMLSerializer, String, String, BsoSearchResultRow, String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Writes a folder element from a BsoSearchResultRow object obtained from parsing some search results XML.
serializeFolderElementFromRowOrRows(BsoXMLSerializer, String, String, Object, String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
serializeOptionalRankElement(BsoXMLSerializer, String, String, BsoSearchResultRow[], String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
serializeOptionalRankElement(BsoXMLSerializer, String, String, BsoSearchResultRow, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Optionally writes a <contentranking> element from a BsoSearchResultRow object.
serializeOptionalRankElementFromRowOrRows(BsoXMLSerializer, String, String, Object, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
serializePropertiesElement(BsoXMLSerializer, String, String, BsoSearchResultRow[], String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Writes a properties element where properties may be based on multiple query result rows from different contexts of a query.
serializePropertiesElement(BsoXMLSerializer, String, String, BsoSearchResultRow, String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Writes a properties element with properties taken from a BsoSearchResultRow object obtained from parsing some search results XML.
serializePropertiesElementFromRowOrRows(BsoXMLSerializer, String, String, Object, String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Convenience method to write a properties element whether based on a single query result row or multiple rows from different contexts of the query.
serializePropertyElement(BsoXMLSerializer, String, String, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
serializeSimpleContentElement(BsoXMLSerializer, String, String, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Writes out an element with simple textual content.
SESSIONS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
setAccessKey(byte[]) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets the access key for the meeting.
setAccessKey(String) - Method in interface com.filenet.bso.api.collaboration.Meeting
Sets the access key for the meeting.
setAgenda(String) - Method in interface com.filenet.bso.api.collaboration.Meeting
Sets the agenda for the meeting.
setAgenda(String) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets the agenda for the meeting.
setAnnotation(Annotation) - Method in class com.filenet.bso.api.util.BsoAnnotation
 
setApplicationID(String) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Set the application ID, which is used in looking up the correct template and also to find "localized" versions of the same application for locale lookups.
setApplicationID(String) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Set the application ID, which is used to look up the correct template and to find localized versions of the same application to enable locale lookups.
setBadNames(String[]) - Method in class com.filenet.bso.api.collaboration.exceptions.MissingEmailAddressException
Sets the array of bad user display names that do not have e-mail addresses.
setBoolVal(boolean) - Method in class com.filenet.bso.api.util.BooleanRef
 
setBytes(byte[]) - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Set the content byte array.
setChange(int) - Method in interface com.filenet.bso.api.util.BsoElement
Sets the changed flag for this element.
setClosingDate(Date) - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Set a closing date for the poll.
setCollaborationParentDocumentDefaultRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Specifies default properties to return for collaboration parents that are documents.
setCollaborationParentFolderDefaultRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Specifies default properties to return for collaboration parents that are folders.
setCollaborationParentRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.SingleCollaborationTypeQuery
Specifies what properties to return for collaboration parent objects.
setCollaborationParentTypeSpecifics(int, String[]) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Specifies details for returning context of a collaboration parent that is a specific collaboration type.
setCollaborationTypeRequestProperties(int, String[]) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
 
setColumn(String, String, String) - Method in class com.filenet.bso.api.util.BsoSearchResultRow
Sets a column on the row.
setComplete(Date) - Method in interface com.filenet.bso.api.collaboration.Task
Sets the task to a "completed" state, along with the date the task was completed.
setConditionString(String) - Method in interface com.filenet.bso.api.collaboration.query.ContentCondition
Specifies the condition string appropriate for this operator.
setConnectionCredentials(String, String, boolean) - Method in interface com.filenet.bso.api.collaboration.Meeting
Sets the connection credentials to use to connect to the meeting vendor's site.
setConnectionCredentials(String, String, boolean) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets the connection credentials required to connect to the meeting vendor site.
setContent(String) - Method in class com.filenet.bso.api.util.BsoAnnotation
 
setContent(TransportInputStream) - Method in class com.filenet.bso.api.util.BsoAnnotation
 
setContentCriteria(ContentCriteriaNode) - Method in interface com.filenet.bso.api.collaboration.query.ContentCapableQuery
Sets the content based search criteria.
setCurrentApplicationID(String) - Method in interface com.filenet.bso.api.collaboration.Teamspace
Set the current application ID.
setCustomObjectDefaultRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Specifies in general what properties are to be returned for objects that are custom objects.
setDateTimes(Date, Date) - Method in interface com.filenet.bso.api.collaboration.Meeting
Sets the dates and times at which the first session of the meeting will start and end.
setDefinitionName(String) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets the name of the meeting definition to use in creating the meeting.
setDependentObjectPropertyCriteria(PropertyCriteriaNode) - Method in interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery
Specifies a property-based search criteria controlling what main objects to return, based on the dependent objects that match this criteria.
setDependentObjectPropertyCriteriaOrredWithMain(boolean) - Method in interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery
Specifies whether the property-based search criteria that is applied to dependent objects is ORred or ANDed with the main object criteria.
setDependentObjectRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery
Requests properties to return for each dependent object.
setDescription(String) - Method in interface com.filenet.bso.api.collaboration.Forum
Sets the description of the Forum object.
setDirectContainer(Folder) - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Set the folder that this email message should be placed into.
setDirection(int) - Method in interface com.filenet.bso.api.collaboration.query.OrderBy
Specifies the direction as ASCENDING or DESCENDING.
setDocumentDefaultRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Specifies in general what properties are to be returned for objects that are documents.
setDueDate(Date) - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Sets a due date for the task assignment.
setElement(BsoElement) - Method in interface com.filenet.bso.api.util.BsoElements
Replaces an existing element with another.
setElementChanged(BsoElement) - Method in interface com.filenet.bso.api.util.BsoElements
Sets the change flag of the given element.
setElemNumber(int) - Method in class com.filenet.bso.api.collaboration.data.EmailSubpartInfo
Set the element number for this part.
setEmailAddress(String) - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
Sets a user's email address, precluding the retrieval of an address from the P8 LDAP.
setEmailPropertyCriteria(PropertyCriteriaNode) - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Species some property based search criteria for email objects.
setEmailRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Specifies what properties are to be returned for Email objects.
setEncoding(String) - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
Set the character encoding for content.
setEndDateTime(Date) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets the date and time at which the first session of the meeting will end.
setFilename(String) - Method in class com.filenet.bso.api.util.BsoAnnotation
 
setFolderDefaultRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Specifies in general what properties are to be returned for objects that are folders.
setGuid(String) - Method in interface com.filenet.bso.api.util.BsoElement
Sets the Content Engine GUID for this element.
setGuidsValid(boolean) - Method in interface com.filenet.bso.api.util.BsoContentBinder
Sets whether the Content Engine GUIDs in the elements are valid or not.
setHostMemberID(String) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Deprecated. Sets the ID for the member who will host the meeting.

setHostMemberID(SubjectInfo) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets the ID for the member who will host the meeting.
setID(String) - Method in class com.filenet.bso.api.util.BsoAnnotation
 
setIdentifier(PropertyOperand) - Method in interface com.filenet.bso.api.collaboration.query.ObjectFunction
Specifies the identifier of the object as a property identifier.
setIdentifier(String) - Method in interface com.filenet.bso.api.collaboration.query.ObjectFunction
Specifies the identifier of the object as a string.
setIncludeCollaborationType(int, boolean) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Includes or does not include a collaboration type of object in the search.
setIncludeEmails(boolean) - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Specifies if Email objects are included in the query.
setIncludeNormalDocuments(boolean) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Includes non-collaboration documents in the search.
setIncludeSubparts(boolean) - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Specifies if EmailSubpart objects are included in the query.
setInOwnFolderName(String) - Method in class com.filenet.bso.api.collaboration.data.EmailInfo
Set the inOwnFolderName property for the message.
setInstructions(String) - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Sets the instructions for the task assignment.
setIsAccessGranted(boolean) - Method in class com.filenet.bso.api.collaboration.data.AccessControlInfo
 
setIsDebug(boolean) - Method in class com.filenet.bso.api.collaboration.TextTemplate
Set or clear debugging mode.
setIsDebug(boolean) - Method in class com.filenet.bso.api.collaboration.EmailNotification
Set or clear debugging mode.
setIsRelationshipProtected(boolean) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set relationship protection.
setIsTwoWay(boolean) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the two-way flag.
setLastException(BsoRuntimeException) - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
 
setLeaderID(String) - Method in class com.filenet.bso.api.collaboration.data.TeamInfo
Set leader of the team.
setManifestID(String) - Method in interface com.filenet.bso.api.util.BsoElement
Sets the manifest identifier for this element.
setMaximumResults(int) - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Specifies the maximum number of results to return from the query.
setMaximumValidResponses(Integer) - Method in class com.filenet.bso.api.collaboration.data.PollResponseInfo
 
setMembers(String[]) - Method in class com.filenet.bso.api.collaboration.data.TeamInfo
Set member id for team members.
setModelName(String) - Method in interface com.filenet.bso.api.util.BsoDataModelSaxHandler
Sets the data model name.
setName(String) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets a name for the meeting.
setNormalDocumentRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Specifies a specific set of properties to return for non-collaboration types of documents.
setNotifyAssignerOnCompletionFlag(boolean) - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Set a flag to notify the task assigner on task completion.
setObject(String, Object) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Sets the object value of an element or attribute based on the given name.
setObjectSetXMLContainsObjectElems(boolean) - Method in interface com.filenet.bso.api.collaboration.query.HomogeneousQuery
 
setObjectStoreId(String) - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Specifies what object store to search.
setOperand(QueryOperand) - Method in interface com.filenet.bso.api.collaboration.query.UnaryComparisonOperator
Specifies the operand for this operator.
setOperands(Iterator) - Method in interface com.filenet.bso.api.collaboration.query.ConditionalOperator
There must be at least 2 operands.
setOperands(QueryOperand, QueryOperand) - Method in interface com.filenet.bso.api.collaboration.query.BinaryComparisonOperator
Specifies the operands for this operator.
setOrdering(OrderBy[]) - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Sets ordering options.
setOwnerID(String) - Method in class com.filenet.bso.api.collaboration.data.PollResponseInfo
 
setOwnerID(String) - Method in class com.filenet.bso.api.collaboration.data.PollInfo
 
setOwnerID(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the owner ID for this relationship.
setParameterData(String, Object) - Method in interface com.filenet.bso.api.collaboration.Command
Passes parameter data into Command.
setParameterData(String, Object) - Method in class com.filenet.bso.api.collaboration.commands.BaseCommand
 
setParameterData(String, Object) - Method in interface com.filenet.bso.api.util.BsoXMLGenerator
Passes in data required during XML generation.
setParameterValue(String, Object, boolean) - Method in interface com.filenet.bso.api.util.BsoWorkflow
Assigns a given value to a workflow parameter field.
setParent(Document) - Method in class com.filenet.bso.api.collaboration.data.PollResponseInfo
 
setParentTaskID(String) - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Sets the ID of the parent task to this task.
setParticipants(String[]) - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Set poll participants.
setParticipants(SubjectInfo[]) - Method in interface com.filenet.bso.api.collaboration.Meeting
Sets the participants who are invited to attend the meeting.
setParticipants(SubjectInfo[]) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets meeting participant information.
setPermissions(Permissions) - Method in class com.filenet.bso.api.util.BsoAnnotation
 
setPossibleResponses(String[]) - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Set the possible responses to the poll question.
setPriority(int) - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Set the poll priority.
setProperties(Properties) - Method in interface com.filenet.bso.api.collaboration.Meeting
Sets or modifies the properties for the meeting.
setProperties(Properties) - Method in interface com.filenet.bso.api.collaboration.PersistentBaseObject
Set persistent property values.
setProperties(Properties) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set extra properties for this relationship object.
setProperties(Properties) - Method in interface com.filenet.bso.api.util.BsoPersistentBaseObject
Set persistent property values.
setProperty(Properties, String, Boolean) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
If the Property object exists in the Properties collection, sets a boolean value on it.
setProperty(Properties, String, byte[]) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
If the Property object exists in the Properties collection, sets a byte array value on it.
setProperty(Properties, String, Date) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
If the Property object exists in the Properties collection, sets a date value on it.
setProperty(Properties, String, Double) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
If the Property object exists in the Properties collection, sets a double value on it.
setProperty(Properties, String, Integer) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
If the Property object exists in the Properties collection, sets an integer value on it.
setProperty(Properties, String, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
If the Property object exists in the Properties collection, sets a string value on it.
setProperty(Properties, String, ValueObject) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
If the Property object exists in the Properties collection, sets an object value on it.
setProperty(String, String) - Method in interface com.filenet.bso.api.util.BsoPropertyMap
Sets a property value and key into this map.
setProperty(WriteableMetadataObject, String, boolean) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Persists the boolean-valued property, specified by name and value, to a BaseObject object.
setProperty(WriteableMetadataObject, String, Date) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Persists the Date-valued property, specified by name and value, to a BaseObject object.
setProperty(WriteableMetadataObject, String, int) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Persists the int-valued property, specified by name and value, to a BaseObject object.
setProperty(WriteableMetadataObject, String, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Persists the string-valued property, specified by name and value, to a BaseObject object.
setPropertyCriteria(PropertyCriteriaNode) - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Sets a property-based search criteria.
setPropertySymName(String) - Method in interface com.filenet.bso.api.collaboration.query.OrderBy
Specify the property to order the results by.
setPropertySymName(String) - Method in interface com.filenet.bso.api.collaboration.query.PropertyOperand
Specifies the property symbolic name.
setPropertyValue(Property, Object) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Sets a Property object's value, first casting the Java object to the correct type.
setProvideCollaborationParentContext(boolean) - Method in interface com.filenet.bso.api.collaboration.query.SingleCollaborationTypeQuery
Requests that context of an object's collaboration parent be returned.
setProvideCollaborationParentContext(boolean) - Method in interface com.filenet.bso.api.collaboration.query.MixedTypesQuery
Requests that context of an object's collaboration parent be returned for those collaboration objects that have a collaboration parent.
setProvideDependentObjects(boolean) - Method in interface com.filenet.bso.api.collaboration.query.DependentObjectsCapableQuery
Specifies whether to return dependent object information for each main object.
setProvideParentEmailContext(boolean) - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Requests that context be returned for the parent Email of each EmailSubpart.
setProvideTeamspaceContext(boolean) - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Requests that teamspace context be returned for any objects that are part of a teamspace.
setPurpose(String) - Method in interface com.filenet.bso.api.collaboration.Meeting
Sets the purpose (topic, subject) for the meeting.
setPurpose(String) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets the purpose (topic and subject) for the meeting.
setQuery(CollaborationQuery) - Method in interface com.filenet.bso.api.collaboration.query.QueryPersister
 
setQuestion(String) - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Set the poll question.
setRankResults(boolean) - Method in interface com.filenet.bso.api.collaboration.query.ContentCapableQuery
Setting this option enables the results to be ranked.
setRelationshipFromID(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the from-end's ID.
setRelationshipFromType(int) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the from-end's type.
setRelationshipToExtID(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the external to-end's ID.
setRelationshipToExtObjectStore(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the external to-end's object store ID.
setRelationshipToExtURL(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the external URL.
setRelationshipToExtVersionID(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the external to-end's document version ID.
setRelationshipToID(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the local to-end's ID.
setRelationshipToType(int) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the to-end's type.
setRelationshipToVersionID(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the local to-end's document version ID.
setReminderDate(Date) - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Sets a reminder date for the task assignment.
setRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.HomogeneousQuery
 
setResponderID(String) - Method in class com.filenet.bso.api.collaboration.data.PollResponseInfo
 
setResponsesHiddenFlag(boolean) - Method in class com.filenet.bso.api.collaboration.data.PollInfo
Set the show poll responses flag.
setSearchContent(boolean) - Method in interface com.filenet.bso.api.collaboration.query.ContentCapableQuery
Enables or disables content based search.
setSearchEntireObjectStore() - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Specifies that objects anywhere in the object store will be searched.
setSearchSingleTeamspace(String) - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Specifies that only objects within a single teamspace will be searched.
setSeq(int) - Method in interface com.filenet.bso.api.util.BsoElement
Sets the update sequence number for this element.
setStartDateTime(Date) - Method in class com.filenet.bso.api.collaboration.data.MeetingInfo
Sets the date and time at which the first session of the meeting will occur.
setString(String, String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Sets the string value of an element or attribute based on the given name.
setSubject(String) - Method in interface com.filenet.bso.api.collaboration.Forum
Sets the subject of the Forum object.
setSubpartRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.EmailsQuery
Specifies what properties are to be returned for EmailSubpart objects.
setTaskAssignment(String, String, Date) - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Set task assignment information.
setTaskPriority(int) - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Sets the priority for the task assignment.
setTeamspaceRequestProperties(String[]) - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Specifies properties to be returned as part of the teamspace context.
setTeamspaceTemplateOption(int) - Method in interface com.filenet.bso.api.collaboration.query.TeamspacesQuery
Specifies how teamspace templates are handled in the query.
setTeamspaceTemplateOption(int) - Method in interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery
Specifies how teamspace templates are handled in the query.
setTextElement(String, String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Sets the value of the text element, encoding the value if necessary.
setTitle(String) - Method in class com.filenet.bso.api.collaboration.data.RelationshipInfo
Set the title for the relationship object.
setup() - Method in class com.filenet.bso.api.util.BsoPCH
 
setUserID(String) - Method in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Specifies the current user ID.
setValue(Object) - Method in interface com.filenet.bso.api.collaboration.query.LiteralOperand
Specifies the literal value.
setValue(String, boolean) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Sets a text element's or attribute's value after converting the value from a boolean into its XML representation.
setValue(String, Integer) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Sets an integer value for a text element or an attribute.
setValue(String, Object) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Sets an Object value for a text element or an attribute.
setValue(String, String) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Sets a String value for a text element or an attribute.
setValueObjectValue(Value, Object) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Sets a Value object's value, first casting the Java object to the correct type.
setVersionControl(int) - Method in interface com.filenet.bso.api.collaboration.query.VersionCapableQuery
Specifies what version control option to use, default is VERSION_CONTROL_RELEASED.
setWorkflowInfo(boolean, String, String, String) - Method in class com.filenet.bso.api.collaboration.data.TaskInfo
Set workflow information.
setWorkflowParameters(VWStepElement, BsoPropertyMap) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Sets the parameter values for a workflow step.
setWorkflowParameters(VWStepElement, Map) - Static method in class com.filenet.bso.api.util.BsoEProcessUtil
Sets parameter values for a workflow step.
SHORTNAME_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
Value of "ShortName"; Content Engine property.
SingleCollaborationTypeQuery - interface com.filenet.bso.api.collaboration.query.SingleCollaborationTypeQuery.
A base interface to query for a single type of collaboration object.
size() - Method in interface com.filenet.bso.api.util.BsoPropertyMap
Returns the number of property key/value pairs in this map.
start() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
start(JMXConnectorServer, Map, String) - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
Start a JMXConnectorServer and register it with the LDAP directory.
STARTDATETIME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
STARTDATETIME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
startDocument() - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
startDocument() - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler
 
startDocumentElement(BsoXMLSerializer, String, String, BsoSearchResultRow[], String[], String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
startDocumentElement(BsoXMLSerializer, String, String, BsoSearchResultRow, String[], String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Starts writing a document element.
startDocumentElementFromRowOrRows(BsoXMLSerializer, String, String, Object, String[], String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
startElement(String, String) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
startElement(String, String, String, Attributes) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Override this method to provide class specific handling of the SAX DefaultHandler class's startElement method.
startElement(String, String, String, Attributes) - Method in class com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler
 
startElement(String, String, String, Attributes) - Method in class com.filenet.bso.api.util.BsoSAXHelper
 
startElement(String, String, String, Attributes) - Method in class com.filenet.bso.api.util.BsoGenericSAXHandler
 
startEngine() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
startFolderElement(BsoXMLSerializer, String, String, BsoSearchResultRow[], String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
startFolderElement(BsoXMLSerializer, String, String, BsoSearchResultRow, String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Starts writing a folder element.
startFolderElementFromRowOrRows(BsoXMLSerializer, String, String, Object, String[]) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
startMailServer() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
startObjsetElement(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Call this method to start an objectset element.
startPrefixMapping(String, String) - Method in class com.filenet.bso.api.util.BsoXMLSerializer
 
startPropertiesElement(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 
startResponseAndObjsetElements(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Call this method to start a response root element followed by an objectset element.
startResponseElement(BsoXMLSerializer, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
Call this method to start a response root element.
STATUSEXPLANATION_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "StatusExplanation"; Content Engine property.
stop() - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
stop(JMXConnectorServer, Map, String) - Method in class com.filenet.bso.collaboration.managementservice.server.CollaborationManagementAgent
 
store(OutputStream) - Method in interface com.filenet.bso.api.collaboration.query.QueryPersister
 
SUBJECT_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "Subject" email header.
SUBJECT_PARAMETER_KEY - Static variable in class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand
Key string used to store and retrieve parameter data in command object.
SUBJECT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "DocumentTitle"; Content Engine property.
SUBJECT_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "Subject"; Content Engine property.
SubjectInfo - class com.filenet.bso.api.collaboration.data.SubjectInfo.
The SubjectInfo class is a collection of data about a specific user or group.
SubjectInfo() - Constructor for class com.filenet.bso.api.collaboration.data.SubjectInfo
 
SubjectInfo(SecurityGrantee, VWSession) - Constructor for class com.filenet.bso.api.collaboration.data.SubjectInfo
 
SubjectInfo(String, int, String, String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.SubjectInfo
 
SubjectInfo(String, int, String, String, String, VWSession) - Constructor for class com.filenet.bso.api.collaboration.data.SubjectInfo
 
SubjectInfo(String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.SubjectInfo
 
SUBPART_FILENAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
Value of the "DocumentTitle" Content Engine property.
SUBPART_NUMBER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
Value of the "SubpartNumber" Content Engine property.
SubscribeInfo - class com.filenet.bso.api.collaboration.data.SubscribeInfo.
The SubscribeInfo class is a collection of data used to subscribe to teamspace event notifications.
SubscribeInfo() - Constructor for class com.filenet.bso.api.collaboration.data.SubscribeInfo
 
SubscribeInfo(int, String, String, Integer) - Constructor for class com.filenet.bso.api.collaboration.data.SubscribeInfo
 
SUBSCRIBERS_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of "Subscribers"; Content Engine property name.
SUBSCRIPTION_CONTAINER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of "CollaborationUserSubscription"; symbolic class name for Content Engine user subscription object.
SUBSCRIPTION_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
SubscriptionDefinition - interface com.filenet.bso.api.collaboration.store.SubscriptionDefinition.
Classes that implement the SubscriptionDefinition define subscriptions to events in a teamspace environment.
SUBSCRIPTIONOBJECTID_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of "SubscriptionObjectID"; Content Engine property name.
SUBSCRIPTIONOBJECTID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.UserSubscription
 
SUBSCRIPTIONOBJECTTYPE_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of "SubscriptionObjectType"; Content Engine property name.
SUBSCRIPTIONOBJECTTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.UserSubscription
 
SubscriptionsStore - interface com.filenet.bso.api.collaboration.store.SubscriptionsStore.
A class that implements the SubscriptionsStore interface provides access to SubscriptionDefinition objects in the Collaboration Store.
SUBSCRIPTIONTARGETID_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of "LinkObjectID"; Content Engine property name.
SUBSCRIPTIONTARGETTYPE_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of "LinkObjectType"; Content Engine property name.
SUBSCRIPTIONTYPE_PROP_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of "SubscriptionType"; Content Engine property name.
SUBSCRIPTIONTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.UserSubscription
 
supports(int) - Method in interface com.filenet.bso.api.collaboration.Container
Return true if the container supports the capability specified by the parameter containerCapability
supportsVWAttachment() - Method in interface com.filenet.bso.api.collaboration.Relationship
Return true if this Relationship object can be converted into a VWAttachment.
symbolicNameFromAccessControlType(int) - Static method in class com.filenet.bso.api.collaboration.Collaboration
Returns the access control type symbolic name for the given access control type value.
symbolicNameFromObjectType(int) - Static method in class com.filenet.bso.api.collaboration.Collaboration
Returns the object symbolic name for the given collaboration object type value.
SYMNAME_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 

T

Task - interface com.filenet.bso.api.collaboration.Task.
A class that implements the Task interface represents work that has been assigned to an individual or individuals to be performed for an instance of a Teamspace object.
TASK_ASSIGNED_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for a task notification sent when the task is assigned.
TASK_COMPLETED_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for a task notification sent when the task has been completed.
TASK_COMPLETED_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 401; Collaboration subscription type; task completed.
TASK_EXPIRED_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for a task notification sent when the task has expired.
TASK_EXPIRED_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 403; Collaboration subscription type; task expired.
TASK_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TASK_REMINDER_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for a task notification sent when it's time for a reminder.
TASK_REOPENED_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for a task notification sent when the task has been completed.
TASK_REOPENED_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 402; Collaboration subscription type; task reopened.
TASKASSIGNEE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskAssignee"; Content Engine property.
TASKASSIGNER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskAssigner"; Content Engine property.
TASKASSIGNMENTDATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskAssignmentDate"; Content Engine property.
TASKASSIGNMENTS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskAssignments"; Content Engine property.
TASKCOMPLETER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskCompleter"; Content Engine property.
TASKCOMPLETIONDATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskCompletionDate"; Content Engine property.
TASKDUEDATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskDueDate"; Content Engine property.
TASKHASBEENREASSIGNED_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskHasBeenReassigned"; Content Engine property.
TaskInfo - class com.filenet.bso.api.collaboration.data.TaskInfo.
The TaskInfo class is a collection of data used to create a teamspace task.
TaskInfo() - Constructor for class com.filenet.bso.api.collaboration.data.TaskInfo
 
TaskInfo(String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.TaskInfo
 
TASKINPROGRESS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskInprogress"; Content Engine property.
TASKINSTRUCTIONS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskInstructions"; Content Engine property.
TASKPRIORITY_HIGH - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "1"; Task priority is HIGH.
TASKPRIORITY_LOW - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "3"; Task priority is LOW.
TASKPRIORITY_NORMAL - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "2"; Task priority is NORMAL.
TASKPRIORITY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskPriority"; Content Engine property.
TASKREASSIGNMENTDATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskReassignmentDate"; Content Engine property.
TASKREMINDERDATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskReminderDate"; Content Engine property.
TASKS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TASKSTATE_ACTIVE - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "1"; Task assigned and launched.
TASKSTATE_COMPLETE - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "8"; Task has completed.
TASKSTATE_EXPIRED - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "2"; Task due date has been reached.
TASKSTATE_NOTASSIGNED - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "0"; Task has not been assigned.
TASKSTATE_REMINDERSENT - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "4"; Task has reached reminder date.
TASKSTATE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskState"; Content Engine property.
TASKSTATUS_COMPLETE - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "4"; Task status is complete.
TASKSTATUS_GREEN - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "3"; Task status is green.
TASKSTATUS_RED - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "1"; Task status is red.
TASKSTATUS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskStatus"; Content Engine property.
TASKSTATUS_YELLOW - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "2"; Task status is yellow.
TASKSTEPWOBNO_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskStepWobNo"; Content Engine property.
taskToVWAttachment(Task) - Static method in class com.filenet.bso.api.collaboration.WorkflowUtil
 
TASKWAITQUEUENAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskWaitQueueName"; Content Engine property.
TASKWORKFLOWATTACHMENTSFIELDNAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskWorkflowAttachmentsFieldName"; Content Engine property.
TASKWORKFLOWAWARE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskWorkflowAware"; Content Engine property.
TASKWORKFLOWSTEPDISPATCHED_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TaskWorkflowStepDispatched"; Content Engine property.
Team - interface com.filenet.bso.api.collaboration.Team.
Classes that implement the Team interface represent a group of members forming a team within an instance of a Teamspace object.
TEAM_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMID_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TeamInfo - class com.filenet.bso.api.collaboration.data.TeamInfo.
The TeamInfo class is a collection of data used to create a teamspace team.
TeamInfo() - Constructor for class com.filenet.bso.api.collaboration.data.TeamInfo
 
TeamInfo(String, String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.TeamInfo
Construct a TeamInfo object
TEAMLEADER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Team
Value of "TeamLeader"; Content Engine property.
TEAMLINK_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
Teamspace - interface com.filenet.bso.api.collaboration.Teamspace.
Classes that implement the Teamspace interface provide a collaborative work environment.
TEAMSPACE_ACCESS_ALIAS_DEFINITIONS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_ENGINEENTRIES_FOLDERNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_ENTERPRISE_SECURITY_DEFINITIONS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_HIDDEN_FOLDERNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_INVITATION_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for a notification sent to invite new members into a teamspace.
TEAMSPACE_MEETINGS_FOLDERNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_MEMBER - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of 1; Represents an active teamspace member.
TEAMSPACE_MEMBERS_FOLDERNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_PARAMETER_KEY - Static variable in class com.filenet.bso.api.collaboration.commands.DeleteCommand
Key string used to store and retrieve parameter data in command object.
TEAMSPACE_PARAMETER_KEY - Static variable in class com.filenet.bso.api.collaboration.commands.ReplyPostingCommand
Key string used to store and retrieve parameter data in command object.
TEAMSPACE_RELATIONSHIPS_FOLDERNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_SUBSCRIPTIONS_FOLDERNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
TEAMSPACE_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "Teamspace"; Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.PollResponse
Value of "TeamspaceID"; Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "Teamspace" Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "Teamspace"; Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Team
Value of "TeamspaceID"; Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "Teamspace"; Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "TeamspaceID"; Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Member
Value of "Teamspace"; Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.EmailSubpart
Value of the "Teamspace" Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Poll
Value of "TeamspaceID"; Content Engine property.
TEAMSPACE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.MeetingSession
 
TEAMSPACE_TEMPLATE_FILTER - Static variable in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Option to specify that objects are filtered out that are part of teamspaces that are templates.
TEAMSPACE_TEMPLATE_IGNORE - Static variable in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Option to specify that teamspace template status is ignored, in other words it has no effect on the query results.
TEAMSPACE_TEMPLATE_RETURN - Static variable in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Option to specify that teamspace template status is simply returned as part of the context of the query results.
TEAMSPACE_TEMPLATES_STORE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACE_VCARD - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for a teamspace vCard.
TEAMSPACE_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACEID_PROP_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACEID_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACEPROXYDOC_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEAMSPACES_XML_ELEMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TeamspaceScopeCapableQuery - interface com.filenet.bso.api.collaboration.query.TeamspaceScopeCapableQuery.
Contains methods to specify the teamspace scope of a query -- either within the scope of a single teamspace, in any teamspace in the object store, or (non-collaboration objects) not in any teamspace.
TeamspacesQuery - interface com.filenet.bso.api.collaboration.query.TeamspacesQuery.
A specific interface to query for Teamspaces.
teamspaceToVWAttachment(Teamspace) - Static method in class com.filenet.bso.api.collaboration.WorkflowUtil
 
TemplateException - exception com.filenet.bso.api.collaboration.exceptions.TemplateException.
Unchecked exception thrown when there is a problem processing an e-mail template.
TemplateException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateException
Constructs a TemplateException with no specific detail message.
TemplateException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateException
Constructs a TemplateException with a given detail message.
TemplateException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateException
Constructs a TemplateException with a given detail message and the original exception.
TemplateFailedLookupException - exception com.filenet.bso.api.collaboration.exceptions.TemplateFailedLookupException.
Unchecked exception thrown when a template parameter wasn't found or a selection fails because either the key wasn't found or the index was out of bounds.
TemplateFailedLookupException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateFailedLookupException
Constructs a TemplateFailedLookupException with no specific detail message.
TemplateFailedLookupException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateFailedLookupException
Constructs a TemplateFailedLookupException with a given detail message.
TemplateFailedLookupException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateFailedLookupException
Constructs a TemplateFailedLookupException with a given detail message and the original exception.
TemplateNotFoundException - exception com.filenet.bso.api.collaboration.exceptions.TemplateNotFoundException.
Unchecked exception thrown when a named e-mail template is not found.
TemplateNotFoundException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateNotFoundException
Constructs a TemplateNotFoundException with no specific detail message.
TemplateNotFoundException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateNotFoundException
Constructs a TemplateNotFoundException with a given detail message.
TemplateNotFoundException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateNotFoundException
Constructs a TemplateNotFoundException with a given detail message and the original exception.
TemplateNotMappedException - exception com.filenet.bso.api.collaboration.exceptions.TemplateNotMappedException.
Unchecked exception thrown when there exists no mapping for a template notification code.
TemplateNotMappedException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateNotMappedException
Constructs a TemplateNotMappedException with no specific detail message.
TemplateNotMappedException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateNotMappedException
Constructs a TemplateNotMappedException with a given detail message.
TemplateNotMappedException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateNotMappedException
Constructs a TemplateNotMappedException with a given detail message and the original exception.
TemplateParsingException - exception com.filenet.bso.api.collaboration.exceptions.TemplateParsingException.
Unchecked exception thrown when there is a problem parsing an e-mail template.
TemplateParsingException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateParsingException
Constructs a TemplateParsingException with no specific detail message.
TemplateParsingException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateParsingException
Constructs a TemplateParsingException with a given detail message.
TemplateParsingException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.TemplateParsingException
Constructs a TemplateParsingException with a given detail message and the original exception.
TemplatesStore - interface com.filenet.bso.api.collaboration.store.TemplatesStore.
A class that implements the TemplatesStore interface provides access to Teamspace objects in the Collaboration Store that are configured as templates.
TEXTSUMMARY_PROP_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TEXTSUMMARY_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Posting
Value of "TextSummary"; Content Engine property.
TextTemplate - class com.filenet.bso.api.collaboration.TextTemplate.
The TextTemplate class uses a text template and a map of parameters, interprets the template looking for special template instructions, and returns the result either as a stream, string or message.
TextTemplate(ObjectStore, String, TimeZone) - Constructor for class com.filenet.bso.api.collaboration.TextTemplate
Construct a TextTemplate instance.
TIME_ZONE_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
TITLE_PREFIX - Static variable in interface com.filenet.bso.api.util.BsoPersistentDataContainer
Value of "persistentData"; suggested prefix for names of instances of BsoPersistentDataContainer objects persisted to the Content Engine.
TITLE_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TITLE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Relationship
 
TITLE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Team
Value of "DocumentTitle"; Content Engine property.
TITLE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Task
Value of "DocumentTitle"; Content Engine property.
titlePropertyNameFromObjectType(int) - Static method in class com.filenet.bso.api.collaboration.Collaboration
Returns the name of the title or label property for the given object type.
TO_HEADER - Static variable in interface com.filenet.bso.api.collaboration.Email
Value of the "To" email header.
TOPIC_ADDED_TO_FORUM_SUBTYPE - Static variable in interface com.filenet.bso.api.collaboration.store.SubscriptionsStore
Value of 100; Collaboration subscription type; topic added to a forum.
TOPIC_INVITATION_NOTIFTYPE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
Value for type of topic notification sent to invite members.
TOPICFOLDER_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TOPICFOLDER_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.TopicPosting
Value of "TopicFolder"; Content Engine property.
topicIsClosed() - Method in interface com.filenet.bso.api.collaboration.Posting
Indicates whether the topic containing this Posting is closed.
TopicPosting - interface com.filenet.bso.api.collaboration.TopicPosting.
Classes that implement the TopicPosting interface represent a topic in a discussion forum.
TOPICPOSTING_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TopicPostingInfo - class com.filenet.bso.api.collaboration.data.TopicPostingInfo.
The TopicPostingInfo class is a collection of data used to create a topic posting to a discussion forum.
TopicPostingInfo() - Constructor for class com.filenet.bso.api.collaboration.data.TopicPostingInfo
 
TopicPostingInfo(String, String, String) - Constructor for class com.filenet.bso.api.collaboration.data.TopicPostingInfo
Constructs a new TopicPostingInfo object with the specified values
TopicPostingsQuery - interface com.filenet.bso.api.collaboration.query.TopicPostingsQuery.
A specific interface to search for TopicPostings.
TOPICS_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Forum
Value of "Topics"; Content Engine property.
toRelationshipInfo() - Method in interface com.filenet.bso.api.collaboration.Relationship
Convert this relationship into a RelationshipInfo object.
toString() - Method in class com.filenet.bso.api.collaboration.data.SubjectInfo
 
toString() - Method in class com.filenet.bso.api.collaboration.query.IdValue
Converts an ID value to a string.
toString() - Method in class com.filenet.bso.api.collaboration.query.PreformattedValue
Returns the string for this value.
toString() - Method in class com.filenet.bso.collaboration.tools.CreateRole
Method used primarily for debugging.
toString() - Method in class com.filenet.bso.collaboration.tools.InitConfig
Method used primarily for debugging.
toString() - Method in interface com.filenet.bso.api.util.BsoUID
Generates a universally unique identifier (UID) as a string.
toString() - Method in class com.filenet.bso.api.util.BsoAnnotation
 
toString() - Method in class com.filenet.bso.api.util.BooleanRef
 
toVWAttachment() - Method in interface com.filenet.bso.api.collaboration.Relationship
Convert this relationship into a VWAttachment object.
TRUE_INTBOOLTXT - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
TRUE_RESULTVALTXT - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
TYPE_ATTRNAME - Static variable in class com.filenet.bso.api.util.BsoSearchResultsXMLReader
 
TYPE_BASICCONTAINER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_CONNECTIONCREDENTIALS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_CONTAINER_BEGINNING - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_CONTAINER_END - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_DEACTIVATETEAMSPACE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_DISCUSSIONS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
TYPE_EMAIL - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_EMAILS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_EMAILSUBPART - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_ENGINEENTRIES - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_FORUM - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_FORUMPROXYDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_INTERNALFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEETING - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEETINGCONNECTIONTEMPLATE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEETINGDEFINITION - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEETINGDEFS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEETINGPROXYDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEETINGS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEETINGSESSION - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEMBER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_MEMBERS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_ONLINE - Static variable in interface com.filenet.bso.api.collaboration.Meeting
Value of meeting type that represents an Online meeting.
TYPE_PARTICIPANT - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_POLL - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_POLLRESPONSE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_POLLRESPONSES - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_POLLS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_POSTING - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_PROPERTY_MAP - Static variable in class com.filenet.bso.api.util.BsoUtilFactory
Value of "property-map"; a BsoPropertyMap object type.
TYPE_REGISTEREDCONTAINERS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_RELATIONSHIP - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_RELATIONSHIPS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_REPLYPOSTING - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_SUBSCRIPTION - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TASK - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TASKS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TEAM - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TEAMLINK - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TEAMS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TEAMSPACE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TEAMSPACEPROXYDOC - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TOPICFOLDER - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_TOPICPOSTING - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
TYPE_UID - Static variable in class com.filenet.bso.api.util.BsoUtilFactory
Value of "uid"; a BsoUID object type.
TYPE_USERSUBSCRIPTIONS - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 

U

UnaryComparisonOperator - interface com.filenet.bso.api.collaboration.query.UnaryComparisonOperator.
Interface to a node that defines a comparison operator that takes a single operand.
unassign() - Method in interface com.filenet.bso.api.collaboration.Task
Unassign this task.
unlockObject(LockableObject, String) - Static method in class com.filenet.bso.api.util.BsoBaseUtil
Unlock a Content Engine object.
unmarshal(InputStream, BsoXPathDef[]) - Static method in class com.filenet.bso.api.util.BsoXMLBinder
Marshals an XML input stream into a tree of Java classes.
unmarshalContent(String) - Method in interface com.filenet.bso.api.util.BsoContentBinder
Sets XML content into the binder, which creates the XML-based Java objects.
unmarshalElement(String, int) - Method in interface com.filenet.bso.api.util.BsoContentBinder
Returns a BsoElement created from XML.
unmarshallAttributes(Attributes) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Unmarshals the specified attributes from the XML content and places the name and value of each attribute into the map.
UnsubscribeInfo - class com.filenet.bso.api.collaboration.data.UnsubscribeInfo.
The UnsubscribeInfo class contains the data used to unsubscribe to teamspace event notifications.
UnsubscribeInfo() - Constructor for class com.filenet.bso.api.collaboration.data.UnsubscribeInfo
 
UnsubscribeInfo(String) - Constructor for class com.filenet.bso.api.collaboration.data.UnsubscribeInfo
 
UnsupportedContainerCapabilityException - exception com.filenet.bso.api.collaboration.exceptions.UnsupportedContainerCapabilityException.
Checked exception thrown when a user attempts to use an unsupported capability of a Container object.
UnsupportedContainerCapabilityException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.UnsupportedContainerCapabilityException
Constructs a UnsupportedContainerCapabilityException with no specific detail message.
UnsupportedContainerCapabilityException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.UnsupportedContainerCapabilityException
Constructs a UnsupportedContainerCapabilityException with a given detail message.
UnsupportedContainerCapabilityException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.UnsupportedContainerCapabilityException
Constructs a UnsupportedContainerCapabilityException with a given detail message and the original exception.
updateClosingDate(Date) - Method in interface com.filenet.bso.api.collaboration.Poll
Update the closing date for a poll.
updateMembers(String[], String[]) - Method in interface com.filenet.bso.api.collaboration.Team
Update Team members given a list of members to add and a list of members to remove.
updateMembership(MemberInfo[], String[], Map) - Method in interface com.filenet.bso.api.collaboration.MemberManager
Update membership by adding zero or more members, and removing zero or more members.
updateObjectSecurity(int, String, String[], String[]) - Method in interface com.filenet.bso.api.collaboration.ContentManager
Update the permission collection of the object.
updateParticipants(String[], String[]) - Method in interface com.filenet.bso.api.collaboration.Poll
Adds and/or removes participants from a poll, which results in the addition and/or deletion of PollResponse objects.
updateParticipants(SubjectInfo[], SubjectInfo[]) - Method in interface com.filenet.bso.api.collaboration.Meeting
Add and remove participants.
updateResponse(Integer, String) - Method in interface com.filenet.bso.api.collaboration.PollResponse
Updates a member's response.
UPDATESEQUENCE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
updateSubscriptions(SubscribeInfo[], UnsubscribeInfo[]) - Method in interface com.filenet.bso.api.collaboration.UserSubscriptionManager
Update subscriptions for a teamspace.
URL_XML - Static variable in interface com.filenet.bso.api.collaboration.store.ApplicationsStore
 
USER_PROPERTIES - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
String array of persistent User properties.
USERDISPLAYNAME_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Participant
Value of "UserDisplayName"; Content Engine property.
UserException - exception com.filenet.bso.api.collaboration.exceptions.UserException.
Checked exception thrown when a user attempts an operation that references an invalid or non-existent user or member.
UserException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserException
Constructs a NonExistentMemberException with no specific detail message.
UserException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserException
Constructs a NonExistentMemberException with a given detail message.
UserException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserException
Constructs a NonExistentMemberException with a given detail message and the original exception.
UserNotFoundException - exception com.filenet.bso.api.collaboration.exceptions.UserNotFoundException.
Checked exception thrown when a user information can not be found from directory services.
UserNotFoundException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserNotFoundException
Constructs a UserNotFoundException with no specific detail message.
UserNotFoundException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserNotFoundException
Constructs a UserNotFoundException with a given detail message.
UserNotFoundException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserNotFoundException
Constructs a UserNotFoundException with a given detail message and the original exception.
UserRightsException - exception com.filenet.bso.api.collaboration.exceptions.UserRightsException.
Checked exception thrown when a user attempts to access an object for which they do not have the security rights.
UserRightsException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserRightsException
Constructs a ObjectAccessException with no specific detail message.
UserRightsException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserRightsException
Constructs a ObjectAccessException with a given detail message.
UserRightsException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.UserRightsException
Constructs a ObjectAccessException with a given detail message and the original exception.
USERS_SYMNAME - Static variable in class com.filenet.bso.api.collaboration.data.SubjectInfo
Value of "Users"; Content Engine property.
UserSubscription - interface com.filenet.bso.api.collaboration.UserSubscription.
Classes that implement the UserSubscription interface represent an specific teamspace event to which a member has subscribed.
UserSubscriptionManager - interface com.filenet.bso.api.collaboration.UserSubscriptionManager.
A class that implements the UserSubscriptionManager interface provides functionality that enables members to subscribe to teamspace event notifications, and return information about current subscriptions.
USERSUBSCRIPTIONS_OBJSYMNAME - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
UTF8_ENCODING - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
UTF8_ENCODING - Static variable in class com.filenet.bso.api.util.BsoBaseUtil
Value for UTF-8 encoding

V

validate() - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Validates the XML state.
validateThis(String, String, Object) - Method in class com.filenet.bso.api.util.BsoXMLUnmarshal
Validates that this text element or attribute has a value.
ValidationException - exception com.filenet.bso.api.collaboration.exceptions.ValidationException.
This exception is thrown if an object property validation failed.
ValidationException() - Constructor for class com.filenet.bso.api.collaboration.exceptions.ValidationException
Constructs a ValidationException.
ValidationException(String) - Constructor for class com.filenet.bso.api.collaboration.exceptions.ValidationException
Constructs a ValidationException containing the specified String.
ValidationException(String, Throwable) - Constructor for class com.filenet.bso.api.collaboration.exceptions.ValidationException
Constructs a ValidationException with a given detail message and the original exception.
VALUE_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
VALUES_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
VENDORATTENDLINKBASE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
VENDORMEETINGID_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
VENDORSTARTLINKBASE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
VENDORTYPE_SYMNAME - Static variable in interface com.filenet.bso.api.collaboration.Meeting
 
verify(int, int, int) - Static method in class com.filenet.bso.api.util.BsoParameter
Verifies that an int parameter falls within a given range.
verify(Object) - Static method in class com.filenet.bso.api.util.BsoParameter
Verifies object parameter.
verify(String) - Static method in class com.filenet.bso.api.util.BsoParameter
Verifies a string parameter.
verifyMemberType(int) - Static method in class com.filenet.bso.api.collaboration.data.MemberInfo
 
verifyMemberTypesAndRoles(ObjectStore, Integer[], String[], VWParticipant[]) - Method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
Verifies the types against allowed member types and roles against the TCM collaboration store.
verifySpaces(String) - Static method in class com.filenet.bso.api.util.BsoParameter
 
verifyVWParticipant(VWParticipant, String) - Method in class com.filenet.bso.collaboration.workflow.operations.CollaborationOperations
 
VERSERID_ELEMNAME - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
VERSION_CONTROL_ALL - Static variable in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Option to specify that all versions of documents that match the search criteria are to be returned.
VERSION_CONTROL_ALLCHECKEDIN - Static variable in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Option to specify that all checked-in versions of documents are searched (all versions except reservations).
VERSION_CONTROL_ALLMAJOR - Static variable in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Option to specify that all major versions of documents are searched.
VERSION_CONTROL_CURRENT - Static variable in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Option to specify that only the current version of documents are to be searched.
VERSION_CONTROL_RELEASED - Static variable in interface com.filenet.bso.api.collaboration.query.CollaborationQuery
Option to specify that only released versions of documents are to be searched.
VersionCapableQuery - interface com.filenet.bso.api.collaboration.query.VersionCapableQuery.
Contains methods for controlling what document versions are searched
vwAttachmentIsEmpty(VWAttachment) - Static method in class com.filenet.bso.api.collaboration.WorkflowUtil
 

W

warn(Object) - Static method in class com.filenet.bso.api.util.BsoLog
 
warn(Object, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
warn(Object, Throwable) - Static method in class com.filenet.bso.api.util.BsoLog
 
warn(Object, Throwable, String) - Static method in class com.filenet.bso.api.util.BsoLog
 
WCM_APPS_NAMESPACE - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
WCM_APPS_NAMESPACEPREFIX - Static variable in class com.filenet.bso.api.util.BsoXMLUtil
 
WorkflowInfo - class com.filenet.bso.api.collaboration.data.WorkflowInfo.
The WorkflowInfo class is a collection of data used to register a collaboration workflow for a teamspace.
WorkflowInfo() - Constructor for class com.filenet.bso.api.collaboration.data.WorkflowInfo
 
WorkflowInfo(String) - Constructor for class com.filenet.bso.api.collaboration.data.WorkflowInfo
 
WorkflowUtil - class com.filenet.bso.api.collaboration.WorkflowUtil.
 
write(BufferedWriter, List) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes all objects in a List to a BufferedWriter.
write(BufferedWriter, Object) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes an object to a BufferedWriter.
write(BufferedWriter, String) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes an XML string to a BufferedWriter.
writeAttribute(BufferedWriter, String, boolean) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes an XML attribute name and boolean value to a BufferedWriter.
writeAttribute(BufferedWriter, String, Integer) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes an XML attribute name and integer value to a BufferedWriter.
writeAttribute(BufferedWriter, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes an XML attribute name and string value to a BufferedWriter.
writeElement(BufferedWriter, String, boolean) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes a simple XML boolean element to a BufferedWriter.
writeElement(BufferedWriter, String, Integer) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes a simple XML integer element to a BufferedWriter.
writeElement(BufferedWriter, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes a simple XML element to a BufferedWriter.
writeElementIfAny(BufferedWriter, String, String) - Static method in class com.filenet.bso.api.util.BsoXMLWriter
Writes a simple XML element to a BufferedWriter.
writeXML(Writer, Node) - Static method in class com.filenet.bso.api.util.BsoXMLUtil
 

X

XML_HEADER - Variable in class com.filenet.bso.collaboration.tools.ConfigBase
 
XML_NAMESPACE - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
XML_NAMESPACEPREFIX - Static variable in class com.filenet.bso.api.collaboration.Collaboration
 
xmlElements - Variable in class com.filenet.bso.api.util.BsoXMLUnmarshal
A Map object that contains the elements and attributes extracted from XML content.
XPATH_DATA_SELECTOR - Static variable in class com.filenet.bso.api.util.BsoSearch
An XPath selector that can be used to find the data rows
xPathDef - Variable in class com.filenet.bso.api.util.BsoXMLUnmarshal
A BsoXPathDef object that holds the XPath definitions, which specify the XML elements to be unmarshaled and the classes that are created for the various elements in the XML.

A B C D E F G H I J L M N O P Q R S T U V W X
Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.