Collaboration API Documentation

Serialized Form


Package com.filenet.bso.api.collaboration.data

Class com.filenet.bso.api.collaboration.data.AccessControlInfo implements Serializable

Serialized Fields

memberID

java.lang.String memberID

operationType

int operationType

objectType

int objectType

objectID

java.lang.String objectID

isOwner

java.lang.Boolean isOwner

inheritsTeamspaceSecurity

java.lang.Boolean inheritsTeamspaceSecurity

isGranted

boolean isGranted

Class com.filenet.bso.api.collaboration.data.ContainerInfo implements Serializable

Serialized Fields

containerDefinitionID

java.lang.String containerDefinitionID

properties

com.filenet.wcm.api.Properties properties

Class com.filenet.bso.api.collaboration.data.EmailInfo implements Serializable

Serialized Fields

dateString

java.lang.String dateString
Value of the "Date" email header

date

java.util.Date date
Value of the "Date" email header in date format

from

java.lang.String from
Value of the "From" email header

personalFrom

java.lang.String personalFrom
Derived value of the "Personal From" in the "From:" email header

to

java.lang.String to
Value of the "To" email header

cc

java.lang.String cc
Value of the "CC" email header

subject

java.lang.String subject
Value of the "Subject" email header

messageID

java.lang.String messageID
Value of the "Message-Id" email header

inReplyTo

java.lang.String inReplyTo
Value of the "In-Reply-To" email header

references

java.lang.String references
Value of the "References" email header

threadID

java.lang.String threadID
Original Message-Id for an email thread

mimeTypes

java.lang.String mimeTypes
Space separated list of MIME types for all text messages

emailProps

com.filenet.wcm.api.Properties emailProps
All properties for specified email message

burstMessage

com.filenet.bso.api.collaboration.impl.mail.MessageBurster burstMessage
Class that separates the message into its text, inline, and attachment subparts

textParts

EmailSubpartInfo[] textParts
Message text parts (for example, a text/plain and a text/html version)

inlineParts

EmailSubpartInfo[] inlineParts
Inline parts of the message

attachmentParts

EmailSubpartInfo[] attachmentParts
Attachment parts of the message

rawMessage

EmailSubpartInfo rawMessage
The raw message. Normally used only for debugging purposes

teamspace

Teamspace teamspace
Teamspace in which to archive the message

ownerID

java.lang.String ownerID
The ownerID to use when persisting the message

inOwnFolderName

java.lang.String inOwnFolderName
The name of the containing folder for "complex" messages (null if a simple message)

directContainer

com.filenet.wcm.api.Folder directContainer
Folder in which the message is being placed

Class com.filenet.bso.api.collaboration.data.EmailSubpartInfo implements Serializable

Serialized Fields

part

javax.mail.internet.MimePart part
the wrapped JavaMail part, if applicable

teamspace

Teamspace teamspace
the teamspace that we're a part of

ownerID

java.lang.String ownerID
The ownerID to use when persisting the subpart, ie creator owner of the CE object

elemNumber

int elemNumber
The element number for this part. This will be 1..N for attachments, 1000001..N for inline parts and, as a token for debugging, 0 if this is the entire raw message.

contentType

java.lang.String contentType
the MIME type of the part after parsing the content-type header

contentID

java.lang.String contentID
the content-id header (if any) of this part

contentLocation

java.lang.String contentLocation
the content-location header (if any) of this part

charset

java.lang.String charset
the charset as parsed from a text/- type content-type header

filename

java.lang.String filename
the filename determined as well as we can

content

com.filenet.wcm.api.TransportInputStream content
the content stream

bytes

byte[] bytes
the underlying bytes of the content

partProps

com.filenet.wcm.api.Properties partProps
the assembled properties for this subpart (only used for inline/attachment subparts)

Class com.filenet.bso.api.collaboration.data.FolderContainerInfo implements Serializable

Serialized Fields

memberID

java.lang.String memberID

folderName

java.lang.String folderName

linkObject

com.filenet.wcm.api.BaseObject linkObject

Class com.filenet.bso.api.collaboration.data.ForumInfo implements Serializable

Serialized Fields

subject

java.lang.String subject

description

java.lang.String description

Class com.filenet.bso.api.collaboration.data.MeetingInfo implements Serializable

Serialized Fields

defName

java.lang.String defName

teamspace

Teamspace teamspace

startDateTime

java.util.Date startDateTime

endDateTime

java.util.Date endDateTime

purpose

java.lang.String purpose

agenda

java.lang.String agenda

hostMember

SubjectInfo hostMember

participants

SubjectInfo[] participants

accessKey

byte[] accessKey

saveCredentials

boolean saveCredentials

vendorUserID

java.lang.String vendorUserID

vendorPassword

java.lang.String vendorPassword

session

com.filenet.wcm.api.Session session

Class com.filenet.bso.api.collaboration.data.MemberInfo implements Serializable

Serialized Fields

subject

SubjectInfo subject

memberType

int memberType

memberSecurityDef

AccessLevelsDefinition memberSecurityDef

mailAddress

java.lang.String mailAddress

Class com.filenet.bso.api.collaboration.data.PollInfo implements Serializable

Serialized Fields

memberID

java.lang.String memberID

possibleResponses

java.lang.String[] possibleResponses

question

java.lang.String question

closingDate

java.util.Date closingDate

participants

java.lang.String[] participants

responsesHiddenFlag

java.lang.Boolean responsesHiddenFlag

priority

java.lang.Integer priority

Class com.filenet.bso.api.collaboration.data.PollResponseInfo implements Serializable

Serialized Fields

memberID

java.lang.String memberID

ownerID

java.lang.String ownerID

poll

com.filenet.wcm.api.Document poll

maxValidResponses

java.lang.Integer maxValidResponses

Class com.filenet.bso.api.collaboration.data.PostingInfo implements Serializable

Serialized Fields

memberID

java.lang.String memberID

subject

java.lang.String subject

content

java.lang.String content

Class com.filenet.bso.api.collaboration.data.RelationshipInfo implements Serializable

Serialized Fields

title

java.lang.String title

isRelationshipProtected

boolean isRelationshipProtected

relationshipFromType

int relationshipFromType

relationshipFromID

java.lang.String relationshipFromID

relationshipToType

int relationshipToType

relationshipToID

java.lang.String relationshipToID

relationshipToVersionID

java.lang.String relationshipToVersionID

relationshipToExtObjectStore

java.lang.String relationshipToExtObjectStore

relationshipToExtID

java.lang.String relationshipToExtID

relationshipToExtVersionID

java.lang.String relationshipToExtVersionID

relationshipToExtURL

java.lang.String relationshipToExtURL

ownerID

java.lang.String ownerID

isTwoWay

boolean isTwoWay

isEmpty

boolean isEmpty

relationshipProps

com.filenet.wcm.api.Properties relationshipProps

isVerified

boolean isVerified

Class com.filenet.bso.api.collaboration.data.ReplyPostingInfo implements Serializable

Serialized Fields

replyToPostingID

java.lang.String replyToPostingID

Class com.filenet.bso.api.collaboration.data.SubjectInfo implements Serializable

Serialized Fields

map

java.util.Map map

isUser

java.lang.Boolean isUser

isEnterpriseUser

java.lang.Boolean isEnterpriseUser

type

java.lang.Integer type

email

java.lang.String email

Class com.filenet.bso.api.collaboration.data.SubscribeInfo implements Serializable

Serialized Fields

subscriptionType

int subscriptionType

containerDefID

java.lang.String containerDefID

subscribedObjID

java.lang.String subscribedObjID

subscribedObjType

java.lang.Integer subscribedObjType

Class com.filenet.bso.api.collaboration.data.TaskInfo implements Serializable

Serialized Fields

ownerID

java.lang.String ownerID

title

java.lang.String title

description

java.lang.String description

assigner

java.lang.String assigner

assignee

java.lang.String assignee

assignmentDate

java.util.Date assignmentDate

instructions

java.lang.String instructions

dueDate

java.util.Date dueDate

reminderDate

java.util.Date reminderDate

priority

int priority

parentTaskID

java.lang.String parentTaskID

notifyAssignerOnCompletion

java.lang.Boolean notifyAssignerOnCompletion

workflowAwareFlag

boolean workflowAwareFlag

workflowAttachmentsFieldName

java.lang.String workflowAttachmentsFieldName

waitQueueName

java.lang.String waitQueueName

stepWobNo

java.lang.String stepWobNo

Class com.filenet.bso.api.collaboration.data.TeamInfo implements Serializable

Serialized Fields

memberID

java.lang.String memberID

title

java.lang.String title

description

java.lang.String description

leaderID

java.lang.String leaderID

members

java.lang.String[] members

Class com.filenet.bso.api.collaboration.data.TopicPostingInfo implements Serializable

Class com.filenet.bso.api.collaboration.data.UnsubscribeInfo implements Serializable

Serialized Fields

subscriptionID

java.lang.String subscriptionID

Class com.filenet.bso.api.collaboration.data.WorkflowInfo implements Serializable

Serialized Fields

workflowDefinitionID

java.lang.String workflowDefinitionID


Package com.filenet.bso.api.collaboration.exceptions

Class com.filenet.bso.api.collaboration.exceptions.BadRelationshipObjectRefException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.BothEndsOfRelationshipSameException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.ConfigurationException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.DiscussionCloseException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.DuplicateMemberException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.DuplicateParticipantException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.DuplicateRegisteredObjectException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.EncryptionException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.InvalidDueDateException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.InvalidReminderDateException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.InvalidStateException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.InvalidTargetDateException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionCredentialException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionFailureException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.MeetingConnectionMeetingNotFoundException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsDecryptionException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.MeetingCredentialsNotFoundException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.MissingEmailAddressException implements Serializable

Serialized Fields

badNames

java.lang.String[] badNames

Class com.filenet.bso.api.collaboration.exceptions.NonExistentMemberException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.NonExistentParticipantException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.NonTeamspaceMemberException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.NonTeamspaceObjectException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.ObjectAccessException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.PollClosedException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.RelationshipException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.RemoveHostParticipantException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.TemplateException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.TemplateFailedLookupException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.TemplateNotFoundException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.TemplateNotMappedException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.TemplateParsingException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.UnsupportedContainerCapabilityException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.UserException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.UserNotFoundException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.UserRightsException implements Serializable

Class com.filenet.bso.api.collaboration.exceptions.ValidationException implements Serializable


Package com.filenet.bso.api.collaboration.query

Class com.filenet.bso.api.collaboration.query.IdValue implements Serializable

Serialized Fields

id

java.lang.String id

Class com.filenet.bso.api.collaboration.query.PreformattedValue implements Serializable

Serialized Fields

pre

java.lang.String pre


Package com.filenet.bso.api.util

Class com.filenet.bso.api.util.BsoAuthenticationFailedException implements Serializable

Class com.filenet.bso.api.util.BsoDuplicateFolderNameException implements Serializable

Class com.filenet.bso.api.util.BsoException implements Serializable

Class com.filenet.bso.api.util.BsoInsufficientPermissionException implements Serializable

Class com.filenet.bso.api.util.BsoMissingAttributeException implements Serializable

Class com.filenet.bso.api.util.BsoMissingPropertyException implements Serializable

Class com.filenet.bso.api.util.BsoPublishingInProgressException implements Serializable

Class com.filenet.bso.api.util.BsoPublishingTerminatedException implements Serializable

Class com.filenet.bso.api.util.BsoRuntimeException implements Serializable

Class com.filenet.bso.api.util.BsoSecurityException implements Serializable

Serialized Fields

originalEx

java.lang.Throwable originalEx
underlying exception if any

Class com.filenet.bso.api.util.BsoUpdateFailedException implements Serializable

Class com.filenet.bso.api.util.BsoXMLParsingException implements Serializable

Class com.filenet.bso.api.util.ClbOpMissingEmailException implements Serializable

Class com.filenet.bso.api.util.CollaborationOperationException implements Serializable


Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.