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

A

AbstractAuthoringTemplate - Interface in com.ibm.workplace.wcm.api
Represents an abstract authoring template.
AbstractAuthoringTemplate - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for AbstractAuthoringTemplate Since 8.0, there are two types of AbstractAuthoringTemplate, AuthoringTemplate and SiteAreaTemplate.
accept(Item) - Method in interface com.ibm.workplace.wcm.api.Folder
Tests the DocumentType of the given document against this folder's one.
accept(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Folder
Tests the DocumentType of the given document id against this folder's one.
Access - Enum in com.ibm.workplace.wcm.api.security
Access is a simple enum defining the levels of AccessControl defined by PAC
ActionNotAvailableException - Exception in com.ibm.workplace.wcm.api.exceptions
Gets thrown when a user performs an action on a Document where the action is not available on the current stage of the Document's workflow.
ActionNotAvailableException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ActionNotAvailableException
Constructor
ActionNotAvailableException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ActionNotAvailableException
Constructs a new exception with the given message.
ActionNotAvailableException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ActionNotAvailableException
Constructor that requires detail plus a cause exception
ActionResult - Interface in com.ibm.workplace.wcm.api.extensions.authoring
The ActionResult of an AuthoringAction can display messages to the user and control the state of the form on the next load via its AuthoringDirective
add(CopyOption) - Method in class com.ibm.workplace.wcm.api.CopyOptions
 
add(LinkOption) - Method in class com.ibm.workplace.wcm.api.LinkOptions
Add a LinkOption to the list
add(MoveOption) - Method in class com.ibm.workplace.wcm.api.MoveOptions
Add the given MoveOption to the list
add(Selector) - Method in class com.ibm.workplace.wcm.api.query.Association
Adds a selector
add(Selector...) - Method in class com.ibm.workplace.wcm.api.query.Association
Adds a list of selectors
add(Collection<Selector>) - Method in class com.ibm.workplace.wcm.api.query.Association
Adds selectors
add(SaveOption) - Method in class com.ibm.workplace.wcm.api.SaveOptions
Adds the.
addAdditionalViewers(String...) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Adds names to the list of additional live viewers for this Document document.
addApprovers(String...) - Method in interface com.ibm.workplace.wcm.api.Project
Add the given names as approvers on this object.
addApprovers(String...) - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Add the given names as approvers on this object.
addApprovers(String...) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Adds each approver specified in the string array argument to the approvers of this Document object.
addAuthenticationTokens(URL, URLConnection) - Method in interface com.ibm.workplace.wcm.api.prerender.PrerenderAuthenticator
Called prior to making the Connection to the prerendering engine to have any cookies/headers/etc set into the URL to provide any authentication tokens necessary.
addAuthors(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Adds each author specified in the string array argument to the authors of this Editable object.
addCategoryIds(DocumentId<? extends Category>[]) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Add categories to this content.
addComponent(String, ContentComponent) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Adds the ContentComponent with the name specified by the argument to this ContentComponentContainer.
addContent(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteArea
Deprecated. use Workspace.createContent(authoringTemplateId, parentSiteId, siblingId, position) instead
addContributorAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Adds each name specified in the string array argument to the members who have Contributor access to this Editable object.
addDeleteAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Deprecated. Use Editable.addManagerAccessMembers(String[]) instead
addDocument(Document, boolean) - Method in interface com.ibm.workplace.wcm.api.Folder
Add a document into this folder.
addEditAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Deprecated. Use Editable.addEditorAccessMembers(String[]) instead
addEditorAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Adds each name specified in the string array argument to the members who have Editor access to this Editable object.
addHistoryLogEntry(String) - Method in interface com.ibm.workplace.wcm.api.Editable
Adds a entry to the History log of this Editable object.
addItemToFolder(Workspace, Folder, Item) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Deprecated. Use Folder.addDocument instead
addItemToProject(Workspace, Project, WorkflowedDocument) - Method in class com.ibm.workplace.wcm.api.ProjectService
Add a Document into the given Project.
addLiveAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Deprecated. Use Editable.addUserAccessMembers(String[]) instead
addManagerAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Adds each name specified in the string array argument to the members who have Manager access to this Editable object.
addMembers(LibraryMemberRole, String[]) - Method in interface com.ibm.workplace.wcm.api.DocumentLibraryACL
 
addMembers(Access, String[]) - Method in interface com.ibm.workplace.wcm.api.EditableSecurity
Adds each specified member to the list of members who have the specified Access to the associated Item.
addOwners(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Adds each owner specified in the string array argument to the owners of this Editable object.
addParentId(Identity, QueryDepth) - Method in interface com.ibm.workplace.wcm.api.query.Query
Instructs this query to find children of the parent document.
addReadAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Deprecated. Use Editable.addContributorAccessMembers(String[]) instead
addSelector(Selector) - Method in interface com.ibm.workplace.wcm.api.query.Query
Adds a Selector to this DocumentQuery.
addSelectors(Selector...) - Method in interface com.ibm.workplace.wcm.api.query.Query
Adds multiple Selector to this DocumentQuery.
addSiteArea(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Deprecated. use Workspace.createSiteArea(parentId, siblingId, position) instead.
addSort(Sort) - Method in interface com.ibm.workplace.wcm.api.query.Query
Adds a Sort to this DocumentQuery.
addTemplateMapping(DocumentId, DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Adds a mapping for the specified AuthoringTemplate and PresentationTemplate.
addUserAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Adds each name specified in the string array argument to the members who have User access to this Editable object.
Administrator - Static variable in interface com.ibm.workplace.wcm.api.LibraryMemberRoles
Below are all defined library member roles
ADMINISTRATOR_STRING - Static variable in class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
AFTER - Static variable in interface com.ibm.workplace.wcm.api.ChildPosition
Child position constant indicating the item will be placed after a given sibling.
all() - Method in interface com.ibm.workplace.wcm.api.VersionCatalog
Returns an Iterator to all available Versions of this Document
AND - Static variable in class com.ibm.workplace.wcm.api.query.Operator
 
API_FREE_FORM_MESSAGE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form HistoryLogEntry created using the public API.
approve() - Method in interface com.ibm.workplace.wcm.api.Project
Approves the project.
approve(String) - Method in interface com.ibm.workplace.wcm.api.Project
Approves the current project with a valid comment.
approversContains(String...) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector which matches items where at least one of the specified users in the list can approve the item
approversContains(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector which matches items where at least one of the specified users in the Collection can approve the item
asDraft() - Static method in class com.ibm.workplace.wcm.api.versioning.RestoreStateOption
Specify to restore the item as draft.
asDraftInProject(DocumentId) - Static method in class com.ibm.workplace.wcm.api.versioning.RestoreStateOption
Specify to restore the item as a draft in the given project.
asPublished() - Static method in class com.ibm.workplace.wcm.api.versioning.RestoreStateOption
Specify to restore the item in published state.
Association - Class in com.ibm.workplace.wcm.api.query
Associations are Selectors which associate other Selectors with an Operation Example use of Associations Conjunction and Disjunction
Association(Operator) - Constructor for class com.ibm.workplace.wcm.api.query.Association
Constructor
Association(Collection<Selector>, Operator) - Constructor for class com.ibm.workplace.wcm.api.query.Association
Constructor
AuthoringAction - Interface in com.ibm.workplace.wcm.api.extensions.authoring
The interface for adding additional custom actions to the WCM authoring interface.
AuthoringDirective - Class in com.ibm.workplace.wcm.api.extensions.authoring.directive
This is the directive to perform after the completion of an invoked AuthoringAction extension.
AuthoringDirectiveType - Enum in com.ibm.workplace.wcm.api.extensions.authoring.directive
The different types of Authoring Directives that can be use to control the behavior of the Authoring interface after an AuthoringAction has been executed.
AuthoringPlugin - Interface in com.ibm.workplace.wcm.api.plugin
Interface to define options for WCM plugins that can be displayed through the WCM authoring UI
AuthoringTemplate - Interface in com.ibm.workplace.wcm.api
Represents a content authoring template.
AuthoringTemplate - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for AuthoringTemplate.
AuthoringTemplate - Static variable in interface com.ibm.workplace.wcm.api.LibraryResourceTypes
 
authoringTemplateEquals(AuthoringTemplate) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Deprecated. Use authoringTemplateEquals(Identity)
authoringTemplateEquals(Identity) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items with the given authoring template.
authoringTemplateIn(AuthoringTemplate...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Deprecated. Use authoringTemplateIn(Identity...)
authoringTemplateIn(Collection<? extends AuthoringTemplate>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Deprecated. Use authoringTemplateInId(Collection)
authoringTemplateIn(Identity...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items whose authoring template is in the given array of authoring templates.
authoringTemplateInId(Collection<? extends Identity>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items whose authoring template is in the given list of authoring templates.
AuthorizationException - Exception in com.ibm.workplace.wcm.api.exceptions
 
AuthorizationException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.AuthorizationException
Constructor.
AuthorizationException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.AuthorizationException
Constructs a new exception with the given message.
AuthorizationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.AuthorizationException
Constructor that requires detail plus a cause exception
authorsContain(String) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items whose list of authors contains the specified author
authorsContain(String...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items whose list of authors contains each specified author
authorsContain(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items whose list of authors contains each specified author

B

BaseVersionDeletionException - Exception in com.ibm.workplace.wcm.api.exceptions
 
BaseVersionDeletionException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.BaseVersionDeletionException
Constructor.
BaseVersionDeletionException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.BaseVersionDeletionException
Constructs a new exception with the given message.
BaseVersionDeletionException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.BaseVersionDeletionException
Constructor that requires detail plus a cause exception
BEFORE - Static variable in interface com.ibm.workplace.wcm.api.ChildPosition
Child position constant indicating the item will be placed before a given sibling.
byAuthor(SortDirection) - Static method in class com.ibm.workplace.wcm.api.query.Sorts
Returns a Sort representing 'by author'.
byDateCreated(SortDirection) - Static method in class com.ibm.workplace.wcm.api.query.Sorts
Returns a Sort representing 'by created date'.
byDateModified(SortDirection) - Static method in class com.ibm.workplace.wcm.api.query.Sorts
Returns a Sort representing 'by modified date'.
byName(SortDirection) - Static method in class com.ibm.workplace.wcm.api.query.Sorts
Returns a Sort representing 'by name'.
byTitle(SortDirection) - Static method in class com.ibm.workplace.wcm.api.query.Sorts
Returns a Sort representing 'by title'.

C

cancelDeletion(Workspace, Project, Document) - Method in class com.ibm.workplace.wcm.api.ProjectService
Clear deletion marking from a Document on a Project
cancelDraft() - Method in interface com.ibm.workplace.wcm.api.Content
Deprecated. use cancelDraftDocument() instead.
cancelDraftDocument() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Cancels a draft document, if it exists.
canClear() - Method in interface com.ibm.workplace.wcm.api.Reference
Indicates if the reference from the referer Document to the referee Document can be cleared.
canPublish() - Method in interface com.ibm.workplace.wcm.api.Project
Checks if the project is in a State that allows publishing.
canReplace() - Method in interface com.ibm.workplace.wcm.api.Reference
Indicates if the reference from the referer Document to the referee Document can be replaced with another referee.
categoriesContains(Identity) - Static method in class com.ibm.workplace.wcm.api.query.ProfileSelectors
Returns a selector representing category 'contain'.
categoriesContains(Collection<? extends Identity>) - Static method in class com.ibm.workplace.wcm.api.query.ProfileSelectors
Returns a selector representing categories 'contain'.
Category - Interface in com.ibm.workplace.wcm.api
Represents a Category in the repository.
Category - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for Category
ChildPosition - Interface in com.ibm.workplace.wcm.api
 
clear() - Method in interface com.ibm.workplace.wcm.api.Reference
Clear the reference from the referer Document to the referee Document.
clearApprovers() - Method in interface com.ibm.workplace.wcm.api.Project
A convenient method to remove all approvers from the object.
clearApprovers() - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
A convenient method to remove all approvers from the object.
clearApprovers() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
A convenient method to remove all approvers from the project.
clearReferences(Reference[]) - Method in interface com.ibm.workplace.wcm.api.Workspace
Clears all the references represented by the array of Reference instances.
clearSorts() - Method in interface com.ibm.workplace.wcm.api.query.Query
Clean the sort setting for this query.
clearWorkflowActionsForState(ProjectStateSelectors.State) - Method in interface com.ibm.workplace.wcm.api.Project
A convenient method to clear all WorkflowActions currently associated with the given State.
clearWorkflowActionsForState(ProjectStateSelectors.State) - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
A convenient method to clear all WorkflowActions currently associated with the given State.
CloseForm - Class in com.ibm.workplace.wcm.api.extensions.authoring.directive
When returned in the ActionResult this directive will close the current open form.
CloseForm() - Constructor for class com.ibm.workplace.wcm.api.extensions.authoring.directive.CloseForm
Constructor
com.ibm.workplace.wcm.api - package com.ibm.workplace.wcm.api
This package defines the Lotus Web Content Management API.
com.ibm.workplace.wcm.api.authoring - package com.ibm.workplace.wcm.api.authoring
 
com.ibm.workplace.wcm.api.custom - package com.ibm.workplace.wcm.api.custom
This package defines the Lotus Web Content Management API interfaces for custom code.
com.ibm.workplace.wcm.api.exceptions - package com.ibm.workplace.wcm.api.exceptions
This package defines the exceptions used in the IBM Web Content Manager API.
com.ibm.workplace.wcm.api.extensions.authoring - package com.ibm.workplace.wcm.api.extensions.authoring
 
com.ibm.workplace.wcm.api.extensions.authoring.directive - package com.ibm.workplace.wcm.api.extensions.authoring.directive
 
com.ibm.workplace.wcm.api.extensions.digitalasset - package com.ibm.workplace.wcm.api.extensions.digitalasset
 
com.ibm.workplace.wcm.api.extensions.resolution - package com.ibm.workplace.wcm.api.extensions.resolution
This package defines the Lotus Web Content Management API interfaces for the ContentPageResolution Filter
com.ibm.workplace.wcm.api.extensions.resolution.exceptions - package com.ibm.workplace.wcm.api.extensions.resolution.exceptions
This package defines exceptions used by IBM Web Content Manager API interfaces for the ContentPageResolution filter.
com.ibm.workplace.wcm.api.extensions.syndication - package com.ibm.workplace.wcm.api.extensions.syndication
 
com.ibm.workplace.wcm.api.extensions.url - package com.ibm.workplace.wcm.api.extensions.url
This package defines the Lotus Web Content Management API interfaces for the content URL generation.
com.ibm.workplace.wcm.api.extensions.validation - package com.ibm.workplace.wcm.api.extensions.validation
 
com.ibm.workplace.wcm.api.messaging - package com.ibm.workplace.wcm.api.messaging
 
com.ibm.workplace.wcm.api.plugin - package com.ibm.workplace.wcm.api.plugin
 
com.ibm.workplace.wcm.api.plugin.rendering - package com.ibm.workplace.wcm.api.plugin.rendering
 
com.ibm.workplace.wcm.api.plugin.textprovider - package com.ibm.workplace.wcm.api.plugin.textprovider
 
com.ibm.workplace.wcm.api.prerender - package com.ibm.workplace.wcm.api.prerender
 
com.ibm.workplace.wcm.api.query - package com.ibm.workplace.wcm.api.query
 
com.ibm.workplace.wcm.api.security - package com.ibm.workplace.wcm.api.security
 
com.ibm.workplace.wcm.api.versioning - package com.ibm.workplace.wcm.api.versioning
 
COMMENT_DRAFT_CANCELED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a draft Document was cancelLed.
COMMENT_DRAFT_CREATED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a draft Document was created.
COMMENT_PROJECT_APPROVAL_WITHDRAWN - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when an approval is withdrawn from a Project.
COMMENT_PROJECT_SUBMITTED_FOR_REVIEW - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a Project is submitted for Review.
COMMENT_PROJECT_WITHDRAWN_FROM_REVIEW - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a Project is withdrawn for Review.
COMMENT_WORKFLOW_APPROVED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a Document was reviewed and approved.
COMMENT_WORKFLOW_NEXT_STAGE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a Document was moved to the next Workflow stage.
COMMENT_WORKFLOW_PREVIOUS_STAGE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a Document was moved to the previous Workflow stage.
COMMENT_WORKFLOW_PROCESS_NOW - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a Document manually executed a scheduled action.
COMMENT_WORKFLOW_PUBLISHED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a Document was published.
COMMENT_WORKFLOW_REJECTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when a Document was reviewed and rejected.
COMMENT_WORKFLOW_RESTARTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A free form comment HistoryLogEntry entered when the Workflow was restarted on a Document.
compareTo(Object) - Method in interface com.ibm.workplace.wcm.api.Identity
Compares this object with the specified object for order.
Component - Static variable in interface com.ibm.workplace.wcm.api.LibraryResourceTypes
 
componentIterator() - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Returns an iterator of all ContentComponent objects in this ContentComponentContainer.
ComponentNotFoundException - Exception in com.ibm.workplace.wcm.api.exceptions
 
ComponentNotFoundException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ComponentNotFoundException
Constructor.
ComponentNotFoundException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ComponentNotFoundException
Constructs a new exception with the given message.
ComponentNotFoundException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ComponentNotFoundException
Constructor that requires detail plus a cause exception
CompoundSelector - Class in com.ibm.workplace.wcm.api.query
This class simply implements the QueryElement interface for conditions which can be decomposed into other conditions.
CompoundSelector() - Constructor for class com.ibm.workplace.wcm.api.query.CompoundSelector
 
congruent(Sort) - Method in class com.ibm.workplace.wcm.api.query.Sort
returns true if this sort is congruent to the specified Sort.
Conjunction - Class in com.ibm.workplace.wcm.api.query
Conjunction associates Selectors with Operation.AND.
Conjunction() - Constructor for class com.ibm.workplace.wcm.api.query.Conjunction
Constructor
Conjunction(Collection<Selector>) - Constructor for class com.ibm.workplace.wcm.api.query.Conjunction
Constructor
contains(String) - Method in interface com.ibm.workplace.wcm.api.LibraryProperties
Does the item have a property value for the given property name
Content - Interface in com.ibm.workplace.wcm.api
A Content object represents a Content item in the WCM repository.
Content - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for Content
Content - Static variable in interface com.ibm.workplace.wcm.api.LibraryResourceTypes
 
ContentComponent - Interface in com.ibm.workplace.wcm.api
The root interface in the Content Component hierarchy.
ContentComponentContainer - Interface in com.ibm.workplace.wcm.api
The root interface for the content component container hierarchy.
ContentComponentIterator - Interface in com.ibm.workplace.wcm.api
ContentComponentIterator, as the name suggests, iterates over ContentComponent objects in a ContentComponentContainer.
ContentLink - Interface in com.ibm.workplace.wcm.api
A ContentLink object represents a link to a Content item in the WCM repository.
ContentLink - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for ContentLink
ContentPageResolutionException - Exception in com.ibm.workplace.wcm.api.extensions.resolution.exceptions
A ContentPageResolutionException if any errors occur while resolving the ContentPageResolution Filter.
ContentPageResolutionException() - Constructor for exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
Constructs a new
ContentPageResolutionException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
Constructs a new exception from an exception that caused this exception
ContentPageResolutionException(Throwable, Localized) - Constructor for exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
Constructs a new exception from an exception that caused this exception and a localized object
ContentPageResolutionException(String) - Constructor for exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
Constructs a new exception with the given message.
ContentPageResolutionException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
Constructs a new exception with the given message and an exception that caused this exception
ContentPageResolutionFilter - Interface in com.ibm.workplace.wcm.api.extensions.resolution
This interface can be implemented to realize a custom element in the filter chain for ContentPageResolution in WCM.
ContentPageResolutionFilterChain - Interface in com.ibm.workplace.wcm.api.extensions.resolution
This interface represents the chain of filters and is used to call the next element in the content page resolution filter chain.
ContentPageResolutionRequest - Interface in com.ibm.workplace.wcm.api.extensions.resolution
Request object of the content page resolution filter chain that contains various parameters used to resolve a content item addressed by a path to a web content page.
ContentPageResolutionResponse - Interface in com.ibm.workplace.wcm.api.extensions.resolution
The ContentPageResolutionResponse is passed to the resolve method of the ContentPageResolutionFilter.
ContentPrototype - Interface in com.ibm.workplace.wcm.api
An interface defining an object which is a content prototype in the repository.
contentSearch(DocumentId, DocumentId[], DocumentId[], String[]) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of objects that match the given search criteria.
contentSearch(DocumentId, DocumentId[], DocumentId[], String[], int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of objects that match the given search criteria.
contentSearch(DocumentId, DocumentId[], DocumentId[], String[], boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of objects that match the given search criteria.
contentSearch(DocumentId, DocumentId[], DocumentId[], String[], boolean, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of objects that match the given search criteria.
contentSearch(DocumentId, DocumentId[], DocumentId[], String[], boolean, boolean, boolean, String, String, String, boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of objects that match the given search criteria.
contentSearch(DocumentId, DocumentId[], DocumentId[], String[], boolean, boolean, boolean, boolean, boolean, String, String, String, boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of objects that match the given search criteria.
contentSearch(DocumentId, DocumentId[], DocumentId[], String[], boolean, boolean, boolean, boolean, boolean, String, String, String, boolean, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of objects that match the given search criteria.
ContentTemplate - Interface in com.ibm.workplace.wcm.api
Deprecated. Use AuthoringTemplate
ContentTemplate - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
Deprecated. Use AuthoringTemplate
ContentUrlFilterInstantiationException - Exception in com.ibm.workplace.wcm.api.extensions.url
Exception that occurred during instantiation of a content URL generation filter
ContentUrlFilterInstantiationException() - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
Constructs a new exception with no message or details
ContentUrlFilterInstantiationException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
Constructs a new exception from an exception that caused this exception
ContentUrlFilterInstantiationException(Throwable, Localized) - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
Constructs a new exception from an exception that caused this exception and a localized object
ContentUrlFilterInstantiationException(String) - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
Constructs a new exception with the given message.
ContentUrlFilterInstantiationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
Constructs a new exception with the given message and an exception that caused this exception
ContentUrlGenerationException - Exception in com.ibm.workplace.wcm.api.extensions.url
Exception that occurred during content URL generation
ContentUrlGenerationException() - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
Constructs a new exception with no message or details
ContentUrlGenerationException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
Constructs a new exception from an exception that caused this exception
ContentUrlGenerationException(Throwable, Localized) - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
Constructs a new exception from an exception that caused this exception and a localized object
ContentUrlGenerationException(String) - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
Constructs a new exception with the given message.
ContentUrlGenerationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
Constructs a new exception with the given message and an exception that caused this exception
ContentUrlGenerationFilter - Interface in com.ibm.workplace.wcm.api.extensions.url
This interface can be implemented by a filter in the content URL generation chain that is used to generate URLs to content items.
ContentUrlGenerationFilterChain - Interface in com.ibm.workplace.wcm.api.extensions.url
This interface represents a chain of intercepting filters and is used to call the next element in the chain.
ContentUrlGenerationFilterFactory - Interface in com.ibm.workplace.wcm.api.extensions.url
This interface can be implemented by a filter factory to serve references to a ContentUrlGenerationFilter.
ContentUrlGenerationRequest - Interface in com.ibm.workplace.wcm.api.extensions.url
Request object of the content URL generation filter chain that contains various parameters that might be required to generate a URL for a given content.
ContentUrlGenerationResponse - Interface in com.ibm.workplace.wcm.api.extensions.url
Response object of the content URL generation filter chain that allows to write the URL.
ContextProcessor - Interface in com.ibm.workplace.wcm.api
Represents a context processor.
ContextProcessorParams - Interface in com.ibm.workplace.wcm.api
Represents the parameters that a context processor is able to read and modify.
CONTINUE - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to continue standard processing the target Document.
Continue - Class in com.ibm.workplace.wcm.api.extensions.authoring.directive
When returned in the ActionResult this directive will reload the form.
Continue() - Constructor for class com.ibm.workplace.wcm.api.extensions.authoring.directive.Continue
Constructor
Contributor - Static variable in interface com.ibm.workplace.wcm.api.LibraryMemberRoles
 
CONTRIBUTOR_STRING - Static variable in class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
copy(DocumentId<T>, DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Copies a document and adds it under a new parent.
copy(Placeable, PlacementLocation, CopyOptions) - Method in interface com.ibm.workplace.wcm.api.Workspace
Copies the supplied Positionable document to the target location according to the rules specified by the copyOptions parameter.
copy(T, ParentLocation, CopyOptions) - Method in interface com.ibm.workplace.wcm.api.Workspace
Copies the supplied document to the new parent according to the rules specified by the copyOptions parameter.
copyCategory(DocumentId, DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use Workspace.copy(Document, ParentLocation, CopyOptions) instead.
CopyIntoProjectOption - Class in com.ibm.workplace.wcm.api
This CopyIntoProjectOption is used copy the item into a given project.
CopyIntoProjectOption(String) - Constructor for class com.ibm.workplace.wcm.api.CopyIntoProjectOption
Constructor.
copyLibraries(Workspace, DocumentLibrary[]) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Copies the supplied document libraries as new libraries.
copyLibraries(Workspace, DocumentLibrary[], Locale) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Copies the supplied document libraries as new libraries with the specified Locale.
copyLibrary(Workspace, DocumentLibrary, Locale) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Copies the supplied document library as a new library.
CopyOption - Interface in com.ibm.workplace.wcm.api
An optional parameter when performing an API copy.
CopyOptions - Class in com.ibm.workplace.wcm.api
A container for specifying multiple CopyOptions when performing an API copy.
CopyOptions() - Constructor for class com.ibm.workplace.wcm.api.CopyOptions
 
COPYRIGHT - Static variable in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
Copyright statement
copySiteFrameworkDocument(DocumentId, DocumentId, DocumentId, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use Workspace.copy(Placeable, PlacementLocation, CopyOptions) instead.
copyToLibrary(DocumentLibrary, DocumentId<T>) - Method in interface com.ibm.workplace.wcm.api.Workspace
This method copies non-hierarchical or root items to another library.
copyToLibrary(DocumentLibrary, DocumentId<T>, CopyOptions) - Method in interface com.ibm.workplace.wcm.api.Workspace
This method copies non-hierarchical or root items to another library.
count(Query) - Method in interface com.ibm.workplace.wcm.api.query.QueryService
Count the query result without retrieving the actual data.
CREATE_DRAFT - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to create a draft of the target Document.
createAssociation(Operator) - Method in class com.ibm.workplace.wcm.api.query.Association
Create a association
createAuthoringTemplate() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new AuthoringTemplate.
createCategory(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new Category under the given parent.
createComponent(String, DocumentType<T>) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Creates a new ContentComponent of the specified type with the name specified by the argument and associates it with this ContentComponentContainer.
createContent(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use createContent(contentTemplateId, parentSiteAreaId, siblingId, position) instead.
createContent(DocumentId, DocumentId, DocumentId, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new Content object, based on a AuthoringTemplate in the parent SiteArea.
createContentLink(DocumentId, DocumentId, DocumentId, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new ContentLink object, linked to the given Content.
createContentLink(DocumentId, DocumentId, DocumentId, int, LinkOptions) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new ContentLink object, linked to the given Content.
createContentTemplate() - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. Use createAuthoringTemplate()
createDateComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryDateComponent.
createdBefore(Date) - Static method in class com.ibm.workplace.wcm.api.query.HistorySelectors
Returns a selector matching content created before the specified date The comparison is exclusive, i.e.
createDirectiveParams() - Method in interface com.ibm.workplace.wcm.api.custom.Directive
Returns a new instance of a DirectiveParams object for the current Directive
createDocumentId(String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new DocumentId object from a String representation of the ID.
createDocumentIdIterator(DocumentId<T>[]) - Method in interface com.ibm.workplace.wcm.api.Workspace
Create a new DocumentIdIterator from an array of given DocumentId.
createDocumentManagerComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. LibraryDocumentManagerComponent is deprecated since 7.0
createDraft() - Method in interface com.ibm.workplace.wcm.api.Content
Deprecated. use createDraftDocument() instead.
createDraftDocument() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Create draft copy of this WorkflowedDocument object.
createdSince(Date) - Static method in class com.ibm.workplace.wcm.api.query.HistorySelectors
Returns a selector matching content created since the specified date The comparison is inclusive, i.e.
createFileComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryFileComponent.
createFolder(Workspace, Folder) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Deprecated. Use Workspace.createFolder instead
createFolder(Folder) - Method in interface com.ibm.workplace.wcm.api.Workspace
Create a folder object under the specified parent folder.
createFolder(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Create a folder object under the specified parent folder.
createHTMLComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryHTMLComponent.
createImageComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryImageComponent.
createJSPComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryJSPComponent.
createLibrary(Workspace, Locale) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Creates a new Library.
createLinkComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryLinkComponent.
createNavigatorComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryNavigatorComponent.
createNumericComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryNumericComponent.
createOptions(SaveOption...) - Static method in class com.ibm.workplace.wcm.api.SaveOptions
Constructs a new save options variable
createPresentationTemplate() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new PresentationTemplate.
createProject(Workspace) - Method in class com.ibm.workplace.wcm.api.ProjectService
Create a new Project object.
createProject(Workspace, DocumentId) - Method in class com.ibm.workplace.wcm.api.ProjectService
Create a Project using the specified ProjectTemplate.
createProjectTemplate(Workspace) - Method in class com.ibm.workplace.wcm.api.ProjectService
Creates a new ProjectTemplate.
createQuery() - Method in interface com.ibm.workplace.wcm.api.query.QueryService
Create a empty query that will inherit the default options.
createQuery(Class<? extends Item>) - Method in interface com.ibm.workplace.wcm.api.query.QueryService
Create a query for a given WCM API type, this query will inherit the default options.
createQuery(Class<? extends Item>, Query, QueryDepth) - Method in interface com.ibm.workplace.wcm.api.query.QueryService
Create a query for a given type and parent, this query will inherit the default options.
createRenderingContext(ServletRequest, ServletResponse, Map) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new rendering context.
createRenderingContext(ServletRequest, ServletResponse, Map, String, String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new rendering context.
createRenderingContext(PortletRequest, PortletResponse, Map) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new rendering context.
createRenderingContext(PortletRequest, PortletResponse, Map, String, String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new rendering context.
createResult(Directive, String) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowService
Create an instance of a CustomWorkflowActionResult
createResult(Directive, String, DirectiveParams) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowService
Create an instance of a CustomWorkflowActionResult
createResult(Directive, String) - Method in class com.ibm.workplace.wcm.api.WebContentCustomWorkflowService
Create an instance of a CustomWorkflowActionResult
createResult(Directive, String, DirectiveParams) - Method in class com.ibm.workplace.wcm.api.WebContentCustomWorkflowService
Create an instance of a CustomWorkflowActionResult
createRichTextComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryRichTextComponent.
createShortTextComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryShortTextComponent.
createSite() - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use createSiteArea() instead.
createSiteArea() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new top-level SiteArea.
createSiteArea(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new top-level SiteArea with the given existing site area template.
createSiteArea(DocumentId, DocumentId, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new SiteArea under the given parent.
createSiteArea(DocumentId, DocumentId, DocumentId, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new SiteArea under the given parent with a given existing site area template.
createSiteAreaTemplate() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new SiteAreaTemplate.
createStyleSheetComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryStyleSheetComponent.
createTaxonomy() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new Taxonomy.
createTextComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryTextComponent.
createUserSelectionComponent() - Method in interface com.ibm.workplace.wcm.api.Workspace
Creates a new LibraryUserSelectionComponent.
createVersion(String...) - Method in interface com.ibm.workplace.wcm.api.VersionCatalog
Create a new Version of the live Document stored in the repository.
creator() - Method in class com.ibm.workplace.wcm.api.ReplaceCreatorCopyOption
 
creatorEquals(String) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items with the specified creator
creatorIn(String...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items with a creator from the specified collection
creatorIn(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items with a creator from the specified collection
CSVDocumentListWriter - Class in com.ibm.workplace.wcm.api
Implementation of a DocumentListWriter that writes a document list as comma separated value list with each document in a single row.
CSVDocumentListWriter(Writer) - Constructor for class com.ibm.workplace.wcm.api.CSVDocumentListWriter
Create a new CSVDocumentListWriter object that writes to the passed character stream and uses the default separator CSVDocumentListWriter.DEFAULT_SEPARATOR
CSVDocumentListWriter(Writer, String) - Constructor for class com.ibm.workplace.wcm.api.CSVDocumentListWriter
Create a new CSVDocumentListWriter object that writes to the passed character stream and uses the passed separator.
CustomItemBean - Interface in com.ibm.workplace.wcm.api.authoring
Represents a custom element within the WCM Authoring UI
CustomWorkflowAction - Interface in com.ibm.workplace.wcm.api.custom
Interface that must be implemented by all classes that will be executed by a Custom Action.
CustomWorkflowAction - Interface in com.ibm.workplace.wcm.api
Represents a custom workflow action.
CustomWorkflowAction - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for CustomWorkflowAction
CustomWorkflowActionFactory - Interface in com.ibm.workplace.wcm.api.custom
Factory interface for producing custom workflow actions.
CustomWorkflowActionResult - Interface in com.ibm.workplace.wcm.api.custom
Represents the result from a custom workflow action.
CustomWorkflowService - Interface in com.ibm.workplace.wcm.api.custom
Service to configure custom workflow functions.

D

date() - Method in interface com.ibm.workplace.wcm.api.Version
The Date that this Version was created.
DATE_EXECUTE_NOW - Static variable in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowAction
Date constant to return in getExecuteDate if the custom workflow action is due to execute immediately.
DateComponent - Interface in com.ibm.workplace.wcm.api
Represents a Date component.
DateComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a DateComponent.
DECLINE - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to decline the target Document.
decline() - Method in interface com.ibm.workplace.wcm.api.Project
Declines this project.
decline(String) - Method in interface com.ibm.workplace.wcm.api.Project
Declines the current project with a valid comment.
decline() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Declines this document.
DEFAULT_SEPARATOR - Static variable in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
The default separator "," used when no other separator string was set
Delegator - Static variable in interface com.ibm.workplace.wcm.api.LibraryMemberRoles
 
DELEGATOR_STRING - Static variable in class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
DELETE - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to perform a delete on the target Document.
delete(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deletes an editable document from the WCM repository.
DeleteDirectiveParams - Interface in com.ibm.workplace.wcm.api.custom
The DeleteDirectiveParams object is used to specify arguments or options to a 'Delete' Directive.
deleteFolder(Workspace, Item) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Deprecated. Use Workspace.purge instead
deleteLibrary(Workspace, DocumentLibrary) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Deletes the DocumentLibrary.
deleteProject(Workspace, Project) - Method in class com.ibm.workplace.wcm.api.ProjectService
Delete Project object from WCM repository.
DigitalAssetID - Interface in com.ibm.workplace.wcm.api.extensions.digitalasset
DigitalAssetID provides a generic Interface representing the DigitalAsset Management ID for a given resource
The actual ID object is generated and owned by the DigitalAssetResourceManagerPlugin providing the DAM support.
DigitalAssetManagable - Interface in com.ibm.workplace.wcm.api
DigitalAssetManagable marks a LibraryComponent or ContentComponent as being manageable via a DigitalAsset Management system.
DigitalAssetMetaData - Interface in com.ibm.workplace.wcm.api.extensions.digitalasset
 
DigitialAssetChooserModel - Interface in com.ibm.workplace.wcm.api.extensions.digitalasset
DigitialAssetChooserModel identifies the Selection model to use when picking a resource/asset.
DigitialAssetChooserModel.ResourceSelectionModel - Enum in com.ibm.workplace.wcm.api.extensions.digitalasset
ResourceSelectionModel identifies the Selection model to use when picking a resource/asset.
Directive - Interface in com.ibm.workplace.wcm.api.custom
A directive is returned within a CustomWorkflowActionResult.
directive() - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.ActionResult
The directive to perform now that the AuthoringAction has completed its processing.
DirectiveParams - Interface in com.ibm.workplace.wcm.api.custom
The directive parameter object is used to specify arguments or options to a Directive.
Directives - Interface in com.ibm.workplace.wcm.api.custom
Provides access to Directive objects.
DirectiveType - Enum in com.ibm.workplace.wcm.api.extensions.syndication
ResultDirectiveType description
DisableDocumentTypeException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DisableDocumentTypeException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DisableDocumentTypeException
 
DisableSiteAreaCreationCopyOption - Class in com.ibm.workplace.wcm.api
This CopyOption is used to disable the automatic creation of a parent sitearea (if that option is enabled) on the authoring template when performing copy operations.
DisableSiteAreaCreationCopyOption() - Constructor for class com.ibm.workplace.wcm.api.DisableSiteAreaCreationCopyOption
 
DisableSiteAreaCreationLinkOption - Class in com.ibm.workplace.wcm.api
This LinkOption is used to disable the automatic creation of a parent SiteArea (if that option is enabled) on the authoring template when performing link operations.
DisableSiteAreaCreationLinkOption() - Constructor for class com.ibm.workplace.wcm.api.DisableSiteAreaCreationLinkOption
 
Disjunction - Class in com.ibm.workplace.wcm.api.query
Disjunction associates Selectors with Operation.OR.
Disjunction() - Constructor for class com.ibm.workplace.wcm.api.query.Disjunction
Constructor
Disjunction(Collection<Selector>) - Constructor for class com.ibm.workplace.wcm.api.query.Disjunction
Constructor
Document - Interface in com.ibm.workplace.wcm.api
An interface defining an object that exists as an entity in the repository.
document() - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.FormContext
The Document that will be shown in the Authoring interface
DOCUMENT_APPLY_AUTHORING_TEMPLATE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Authoring Template being applied to a Document.
DOCUMENT_CREATED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording the creation of a new Document.
DOCUMENT_CREATED_AS_COPY - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording the creation of a new Document as a copy of another Document.
DOCUMENT_DELETED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document being deleted.
DOCUMENT_IMPORTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document being imported.
DOCUMENT_MOVED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document being moved.
DOCUMENT_REVERTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording the a Document being reverted to an old version.
DOCUMENT_UPDATED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording an update to a Document.
DocumentCreationException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentCreationException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentCreationException
Constructor.
DocumentCreationException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentCreationException
Constructs a new exception with the given message.
DocumentCreationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentCreationException
Constructor that requires detail plus a cause exception
DocumentDeleteException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentDeleteException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentDeleteException
Constructor.
DocumentDeleteException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentDeleteException
Constructs a new exception with the given message.
DocumentDeleteException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentDeleteException
Constructor that requires detail plus a cause exception
DocumentDeleteException(Localized) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentDeleteException
Constructor that requires a localized message
DocumentDeleteReferentialIntegrityException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentDeleteReferentialIntegrityException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentDeleteReferentialIntegrityException
Constructor.
DocumentDeleteReferentialIntegrityException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentDeleteReferentialIntegrityException
Constructs a new exception with the given message.
DocumentDeleteReferentialIntegrityException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentDeleteReferentialIntegrityException
Constructor that requires detail plus a cause exception
DocumentDeleteReferentialIntegrityException(Localized) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentDeleteReferentialIntegrityException
Constructor that requires a localized message
DocumentId<T extends Document> - Interface in com.ibm.workplace.wcm.api
Represents the ID of a Document in the repository.
DocumentIdCreationException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentIdCreationException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentIdCreationException
Constructor.
DocumentIdCreationException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentIdCreationException
Constructs a new exception with the given message.
DocumentIdCreationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentIdCreationException
Constructor that requires detail plus a cause exception
DocumentIdIterator<T extends Document> - Interface in com.ibm.workplace.wcm.api
DocumentIdIterator iterates over DocumentId objects.
DocumentIsLockedException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentIsLockedException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentIsLockedException
Constructor
DocumentIsLockedException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentIsLockedException
Constructor that requires a cause exception
DocumentIsLockedException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentIsLockedException
Constructor that requires detail
DocumentIsLockedException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentIsLockedException
Constructor that requires detail plus a cause exception
DocumentIterator<T extends Document> - Interface in com.ibm.workplace.wcm.api
DocumentIterator iterates over Document objects.
DocumentLibrary - Interface in com.ibm.workplace.wcm.api
Represents a library containing Documents.
DocumentLibraryACL - Interface in com.ibm.workplace.wcm.api
 
DocumentListWriter - Interface in com.ibm.workplace.wcm.api
The DocumentListWriter interface defines a character writer that can be used to write a list with information about documents from a document library.
DocumentManagerComponent - Interface in com.ibm.workplace.wcm.api
Deprecated. Document Manager is deprecated since 7.0
DocumentManagerComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
Deprecated. Document Manager is deprecated since 7.0
DocumentNotFoundException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentNotFoundException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentNotFoundException
Constructor.
DocumentNotFoundException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentNotFoundException
Constructs a new exception with the given message.
DocumentNotFoundException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentNotFoundException
Constructor that requires detail plus a cause exception
DocumentNotFoundIdCreationException - Exception in com.ibm.workplace.wcm.api.exceptions
This exception is thrown if the item targeted by the DocumentId could not be found, and as a result the DocumentId could not be be created.
DocumentNotFoundIdCreationException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentNotFoundIdCreationException
Constructor.
DocumentNotFoundIdCreationException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentNotFoundIdCreationException
Constructs a new exception with the given message.
DocumentNotFoundIdCreationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentNotFoundIdCreationException
Constructor that requires detail plus a cause exception
DocumentPurgeException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentPurgeException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentPurgeException
Constructor.
DocumentPurgeException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentPurgeException
Constructs a new exception with the given message.
DocumentPurgeException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentPurgeException
Constructor that requires detail plus a cause exception
DocumentRetrievalException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentRetrievalException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentRetrievalException
Constructor.
DocumentRetrievalException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentRetrievalException
Constructs a new exception with the given message.
DocumentRetrievalException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentRetrievalException
Constructor that requires detail plus a cause exception
DocumentSaveException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentSaveException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentSaveException
Constructor.
DocumentSaveException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentSaveException
Constructs a new exception with the given message.
DocumentSaveException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentSaveException
Constructor that requires detail plus a cause exception
DocumentSaveReferentialIntegrityException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DocumentSaveReferentialIntegrityException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentSaveReferentialIntegrityException
Constructor.
DocumentSaveReferentialIntegrityException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentSaveReferentialIntegrityException
Constructs a new exception with the given message.
DocumentSaveReferentialIntegrityException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DocumentSaveReferentialIntegrityException
Constructor that requires detail plus a cause exception
DocumentType<T extends WCMApiObject> - Interface in com.ibm.workplace.wcm.api
This interface is used to define the types of WCMApiObjects that are available to the API.
DocumentTypes - Interface in com.ibm.workplace.wcm.api
This interface holds constants that define each of the DocumentTypes that are known to the API.
DRAFT_CANCELED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording the cancellation of a draft Document.
DRAFT_CREATED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording the creation of a draft Document.
DuplicateChildException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DuplicateChildException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateChildException
Constructor.
DuplicateChildException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateChildException
Constructs a new exception with the given message.
DuplicateChildException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateChildException
Constructor that requires detail plus a cause exception
DuplicateComponentException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DuplicateComponentException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateComponentException
Constructor.
DuplicateComponentException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateComponentException
Constructs a new exception with the given message.
DuplicateComponentException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateComponentException
Constructor that requires detail plus a cause exception
DuplicateMappingException - Exception in com.ibm.workplace.wcm.api.exceptions
 
DuplicateMappingException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateMappingException
Constructor.
DuplicateMappingException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateMappingException
Constructs a new exception with the given message.
DuplicateMappingException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.DuplicateMappingException
Constructor that requires detail plus a cause exception

E

Editable - Interface in com.ibm.workplace.wcm.api
Defines the behaviour for editable objects within the API.
EditableItem - Interface in com.ibm.workplace.wcm.api
Represents a Item whose attributes can be modified.
EditableLibraryComponent - Interface in com.ibm.workplace.wcm.api
The EditableLibraryComponent interface represents components that can be stored in the repository that are both Editable through this API and a Library Component.
EditableSecurity - Interface in com.ibm.workplace.wcm.api
An interface to define security accessors for the associated Item.
EditMode - Class in com.ibm.workplace.wcm.api.extensions.authoring.directive
When returned in the ActionResult this directive will change the current open form to edit mode if it was in read mode.
EditMode() - Constructor for class com.ibm.workplace.wcm.api.extensions.authoring.directive.EditMode
Constructor
Editor - Static variable in interface com.ibm.workplace.wcm.api.LibraryMemberRoles
 
EDITOR_STRING - Static variable in class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
EditorBean - Interface in com.ibm.workplace.wcm.api.authoring
Properties of a Rich Text Editor in the WCM Authoring UI.
EmailAction - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for EmailAction
EmailAction - Interface in com.ibm.workplace.wcm.api
Represents an email action.
EmptyDirectiveParams - Interface in com.ibm.workplace.wcm.api.custom
An 'Empty' directive params object, used for directives that don't have any parameters
END - Static variable in interface com.ibm.workplace.wcm.api.ChildPosition
Child position constant indicating the item will be placed at the end of the index.
endWorkspace() - Method in interface com.ibm.workplace.wcm.api.Repository
Performs a logout from the currently associated Workspace and unregisters the current thread from its session.
equals(Object) - Method in interface com.ibm.workplace.wcm.api.DocumentType
Indicates if this object is equals to the one passed in.
equals(Object) - Method in class com.ibm.workplace.wcm.api.query.Sort
two sorts are equal if they are congruent and the sort order is the same
equals(Object) - Method in class com.ibm.workplace.wcm.api.SaveOptions
 
ERR_APTRIX - Static variable in exception com.ibm.workplace.wcm.api.exceptions.WCMException
default error code
ERR_APTRIX - Static variable in exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
The default error code
errorMessage() - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.ActionResult
Return a Localized error message that will be shown in the authoring interface.
escapeXml() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Should characters reserved in XML be escaped in the URL generated.
execute(Document) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowAction
Execute the action against the supplied document.
execute(FormContext) - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.AuthoringAction
This method of the AuthoringAction will be invoked after a user clicks on the button visible in the object form.
execute(Query) - Method in interface com.ibm.workplace.wcm.api.query.QueryService
Execute a Query.
execute(Query, int, int) - Method in interface com.ibm.workplace.wcm.api.query.QueryService
Execute a Query with paging parameter.
exists(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Tests the existence of an document in the repository.
exists(String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Return true if object with given ID exists.
ExpireAction - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for ExpireAction
ExpireAction - Interface in com.ibm.workplace.wcm.api
Represents an expire action.
expireAfter(Date, boolean) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing 'after' a specified workflow expire date.
expireBefore(Date, boolean) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing 'before' a specified workflow expire date.
exportLibraryToStream(Workspace, DocumentLibrary, OutputStream) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Export a document library to the supplied output stream.

F

factoryExists(String) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowService
Determine if a factory with the supplied factory name exists as a registered custom workflow action factory.
factoryExists(String) - Method in class com.ibm.workplace.wcm.api.WebContentCustomWorkflowService
Determine if a factory with the supplied factory name exists as a registered custom workflow action factory.
FileComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a FileComponent.
FileComponent - Interface in com.ibm.workplace.wcm.api
Represents a File component.
FileUploadValidationContext - Interface in com.ibm.workplace.wcm.api.extensions.validation
Passed to the validation plugin as part of the validate method.
FileUploadValidationException - Exception in com.ibm.workplace.wcm.api.extensions.validation
A FileUploadValidationException if any error occurs while validation file contents by a FileUploadValidation Plugin.
FileUploadValidationException() - Constructor for exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
Constructs a new exception with the given message.
FileUploadValidationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
Constructs a new exception with the given message.
FileUploadValidationException(String) - Constructor for exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
Constructs a new exception with the given message.
FileUploadValidationException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
Constructs a new exception with the given message.
FileUploadValidationPlugin - Interface in com.ibm.workplace.wcm.api.extensions.validation
Represents a FileUploadValidation plugin.
findAllByPath(String, DocumentType, int, DocumentLibrary[]) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns a DocumentIdIterator for the items on the supplied relative path in the supplied document libraries.
findByName(DocumentType, String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of all objects of the given type with the specified name.
findByName(DocumentType, String, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of all objects of the given type with the specified name that match the given workflow status filter.
findByPath(String, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of DocumentId for a given path and workflow status.
findByType(DocumentType) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of all objects of the given type.
findByType(DocumentType, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of all objects of the given type that match the given workflow status filter.
findComponentByName(String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(LibraryComponent.class).addSelector(Selectors.nameLike(name)); queryService.execute(query);
findContentByAuthoringTemplate(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(Selectors.authoringTemplateIn(id)); queryService.execute(query);
findContentByAuthoringTemplate(DocumentId, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(Selectors.authoringTemplateIn(id), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query);
findContentByCategory(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(ProfileSelectors.categoriesContains(id)); queryService.execute(query);
findContentByCategory(DocumentId, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(ProfileSelectors.categoriesContains(id), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query);
findContentByPath(String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of IDs of Content with the given path.
findContentByWorkflowStage(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageEquals(id)); queryService.execute(query);
findContentByWorkflowStage(DocumentId[], String[], int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); [for userRoles=ROLE_AUTHOR] Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageIn(workflowStages), Selectors.authorsContain(users)); [for userRoles=ROLE_OWNER] Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageIn(workflowStages), Selectors.ownersContain(users)); [for userRoles=ROLE_APPROVER] Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageIn(workflowStages), WorkflowSelectors.statusEquals(Status.DRAFT), WorkflowSelectors.approversContains(users)); WorkflowSelectors.approversContains queryService.execute(query);
findContentByWorkflowStage(DocumentId[]) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(WorkflowSelectors.stageContains(ids)); queryService.execute(query);
findContentModifiedBetween(Date, Date) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(HistorySelectors.modifiedSince(startDate), HistorySelectors.modifiedBefore(endDate)); queryService.execute(query);
findContentModifiedBetween(Date, Date, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(HistorySelectors.modifiedSince(startDate), HistorySelectors.modifiedBefore(endDate), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query);
findContentModifiedSince(Date) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelector(HistorySelectors.modifiedSince(modifiedDate)); queryService.execute(query);
findContentModifiedSince(Date, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery(Content.class).addSelectors(HistorySelectors.modifiedSince(modifiedDate), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query);
findDocumentsByWorkflowStage(DocumentId[]) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(WorkflowSelectors.stageIn(ids)); queryService.execute(query);
findDocumentsByWorkflowStage(DocumentId[], String[], int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); [for userRoles=ROLE_AUTHOR] Query query = createQuery().addSelector(WorkflowSelectors.stageIn(workflowStages), Selectors.authorsContain(users)); [for userRoles=ROLE_OWNER] Query query = createQuery().addSelector(WorkflowSelectors.stageIn(workflowStages), Selectors.ownersContain(users)); [for userRoles=ROLE_APPROVER] Query query = createQuery().addSelector(WorkflowSelectors.stageIn(workflowStages), WorkflowSelectors.statusEquals(Status.DRAFT), WorkflowSelectors.approversContains(users)); WorkflowSelectors.approversContains queryService.execute(query);
findDocumentsModifiedBetween(Date, Date) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(HistorySelectors.modifiedSince(startDate), HistorySelectors.modifiedBefore(endDate)); queryService.execute(query);
findDocumentsModifiedBetween(Date, Date, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(HistorySelectors.modifiedSince(startDate), HistorySelectors.modifiedBefore(endDate), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query);
findDocumentsModifiedSince(Date) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(HistorySelectors.modifiedSince(startDate)); queryService.execute(query);
findDocumentsModifiedSince(Date, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items. For example: QueryService queryService = getQueryService(); Query query = createQuery().addSelector(HistorySelectors.modifiedSince(startDate), WorkflowSelectors.statusEquals(workflowStatus)); queryService.execute(query);
findItemsDeletedBefore(Date, DocumentType<T>, DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns a DocumentIdIterator of deleted documents restricted by date, document type and workflow stage.
findItemsDeletedBetween(Date, Date, DocumentType<T>, DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns a DocumentIdIterator of documents restricted by date, workflow stage and document type
findItemsDeletedSince(Date, DocumentType<T>, DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns a DocumentIdIterator of documents restricted by date, workflow stage and document type
findProjectsByName(Workspace, String) - Method in class com.ibm.workplace.wcm.api.ProjectService
Obtain existing Project(s) from WCM repository by their name.
findProjectsByState(Workspace, ProjectStateSelectors.State) - Method in class com.ibm.workplace.wcm.api.ProjectService
Obtain a Project from WCM repository with its project state.
findProjectsByTitle(Workspace, String) - Method in class com.ibm.workplace.wcm.api.ProjectService
Obtain existing Project(s) from WCM repository by their title.
Folder - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for Folder
Folder - Interface in com.ibm.workplace.wcm.api
Defining a folder object which can hold various items including child folders.
FolderDocumentType - Enum in com.ibm.workplace.wcm.api
This enum defines which DocumentType can be stored under a Folder
FolderException - Exception in com.ibm.workplace.wcm.api.exceptions
 
FolderException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.FolderException
Constructor.
FolderException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.FolderException
Constructs a new exception with the given message.
FolderException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.FolderException
Constructor that requires detail plus a cause exception
FormContext - Interface in com.ibm.workplace.wcm.api.extensions.authoring
The FormContext interface provides access to the current Document shown in the authoring interface and the state of the form.
fromString(String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the DocumentType for the specified API interface/class name.

G

generalDateOneAfter(Date, boolean) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing 'after' a specified workflow general date one.
generalDateOneBefore(Date, boolean) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing 'before' a specified workflow general date one.
generalDateTwoAfter(Date, boolean) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing 'after' a specified workflow general date two.
generalDateTwoBefore(Date, boolean) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing 'before' a specified workflow general date two.
generateURL(RenderingContext, ContentComponent) - Method in interface com.ibm.workplace.wcm.api.Workspace
Generate the URL to the given component, in the context of the path in the RenderingContext.
generateURL(RenderingContext, LibraryComponent) - Method in interface com.ibm.workplace.wcm.api.Workspace
Generate the URL to the given component, in the context of the path in the RenderingContext.
get(String) - Method in interface com.ibm.workplace.wcm.api.LibraryProperties
Retrieve the property value for the given property name.
getAcceptedBindings() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionRequest
Returns an unmodifiable Set of the bindings that the caller accepts as results of the resolution process.
getAction(String, Document) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionFactory
Get an instance of the custom workflow action to execute.
getActionCount(WorkflowStage.ACTION_GROUP) - Method in interface com.ibm.workplace.wcm.api.WorkflowStage
Returns the number of actions for the specified ACTION_GROUP in this WorkflowStage.
getActionDescription(Locale, String) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionFactory
Get the description for the supplied action name
getActionName() - Method in interface com.ibm.workplace.wcm.api.CustomWorkflowAction
Returns the name of the com.ibm.workplace.wcm.api.custom.CustomWorkflowAction as defined within the CustomWorkflowActionFactory that this CustomWorkflowAction will run
getActionNames() - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionFactory
Get an array of action names supported by this factory.
getActions(WorkflowStage.ACTION_GROUP) - Method in interface com.ibm.workplace.wcm.api.WorkflowStage
Returns an iterator of DocumentId objects of the WorkflowActions for the given ACTION_GROUP in this WorkflowStage.
getActionTitle(Locale, String) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionFactory
Get the display title for the supplied action name.
getAdditionalAttribute() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Get Additional Attribute for HTML anchor tag properties.
getAdditionalAttribute() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Gets the additional attribute for the HTML anchor tag.
getAdditionalViewers() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Returns an array of names of additional live viewers for this Document document.
getAllChildren() - Method in interface com.ibm.workplace.wcm.api.Category
Returns a depth first iterator over all child categories of this Category.
getAllChildren() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns a depth first iterator over all children of this Site or SiteArea.
getAllChildren(int) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns a depth first iterator over all children of this Site or SiteArea.
getAllChildren() - Method in interface com.ibm.workplace.wcm.api.Taxonomy
Returns a depth first iterator over all child categories of this Taxonomy.
getAllDirectChildren() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns a depth first iterator over all children of this Site or SiteArea, excluding ContentLinks.
getAllDirectChildren(int) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns a depth first iterator over all children of this Site or SiteArea, excluding ContentLinks.
getAllFactories() - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowService
Get all of the registered custom workflow action factories.
getAllFactories() - Method in class com.ibm.workplace.wcm.api.WebContentCustomWorkflowService
Get all of the registered custom workflow action factories.
getAllSiteAreas() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns an ordered array of SiteArea objects that are in the path to be rendered by this RenderingContext.
getAltText() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the alternate text for the image.
getAltText() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns the alternate text for the image.
getAnonymousWorkspace() - Method in interface com.ibm.workplace.wcm.api.Repository
Returns a Workspace object representing a view of the repository for the Anonymous user.
getApiType() - Method in interface com.ibm.workplace.wcm.api.DocumentType
Returns the WCM API type for this document type.
getApiTypeClass() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns the WCM API type of the Document with this DocumentId.
getApprovalMode() - Method in interface com.ibm.workplace.wcm.api.Project
Get the ApprovalMode set on this object.
getApprovalMode() - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Get the ApprovalMode set on this object.
getAssetId() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Retrieves the DigitalAssetID for this DigitalAsset
getAssetMeta() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Meta data associated with this DigitalAsset.
getAssetPath() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Path of the asset within the Digital Asset Management system
getAttribute(String) - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttributeNames() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Returns an Iterator containing the names of the attributes available to this request.
getAuthoringTemplateId() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the ID of the authoring template of the document associated with this CustomItemBean
getAuthoringTemplateID() - Method in interface com.ibm.workplace.wcm.api.TemplatedDocument
Returns the ID of the AuthoringTemplate that was used to create this TemplatedDocument.
getAuthoringTemplateIds() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns an iterator of DocumentId objects for the Authoring Templates associated with this container.
getAuthors() - Method in interface com.ibm.workplace.wcm.api.Document
Returns the names of authors of this Document object as a string array.
getAvailableCategorySelectionValues() - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Returns the array of available category options defined in the authoring template for this OptionSelectionComponent
getAvailableSelectionValues() - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Returns the array of available options defined in the authoring template for this OptionSelectionComponent
getBorder() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the border attribute of the image.
getBorder() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns the border attribute of the image.
getBranchReferences(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an array of Reference instances that are references from items outside of the specified branch to the root of the branch or any of the items within the branch.
getBranchReferences(DocumentLibrary) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an array of Reference instances that are references from items outside of the specified DocumentLibrary to the DocumentLibrary or any of the items within the branch.
getById(DocumentId<T>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Return object for the given Id.
getById(DocumentId<T>, boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Return object for the given Id.
getById(DocumentId<T>, boolean, boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Return object for the given Id.
getByIds(DocumentIdIterator<T>, boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Return the list of Document objects for the given DocumentIds as a DocumentIterator.
getByIds(DocumentIdIterator<T>, boolean, boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Return the list of Document objects for the given DocumentIds as a DocumentIterator.
getCandidatePageIds() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Returns an unmodifiable List of candidate Portal pages that should be used to resolve a Portal page.
getCategories() - Method in interface com.ibm.workplace.wcm.api.UserProfile
Returns the categories associates with this user.
getCategoryIds() - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Return array of IDs for the categories associated with this content.
getCategorySelections() - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Returns the list of categories selected in this component as a DocumentId[].
getCause() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Retrieves the cause exception for this exception
getCause() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
Retrieves the cause exception for this exception
getChildFolders() - Method in interface com.ibm.workplace.wcm.api.Folder
Obtain only child folders under this folder.
getChildren() - Method in interface com.ibm.workplace.wcm.api.Category
Returns an iterator of DocumentId objects of the immediate child categories of this Category object.
getChildren() - Method in interface com.ibm.workplace.wcm.api.Folder
Obtain items and folders under this folder.
getChildren() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns an iterator of DocumentId objects of the immediate children of this container.
getChildren(int) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns an iterator of DocumentId objects of the immediate children of this container.
getChildren() - Method in interface com.ibm.workplace.wcm.api.Taxonomy
Returns an iterator of DocumentId objects of the immediate child categories of this Taxonomy.
getCode() - Method in interface com.ibm.workplace.wcm.api.HistoryLogEntry
Returns an event code for this type of Log Entry
getCombinedCategoryIds() - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Return array of IDs for the all categories associated with this content.
getCommentMode() - Method in interface com.ibm.workplace.wcm.api.Project
Gets the CommentMode of this project.
getCommentMode() - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Gets the CommentMode set on this project.
getCommonName() - Method in interface com.ibm.workplace.wcm.api.UserProfile
Get the user's common name.
getComponent(String) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Retrieves a ContentComponent with a name specified by the argument from this ContentComponentContainer.
getComponentByReference(String) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Retrieves a reference to a ContentComponent with a name specified by the argument from this ContentComponentContainer; ContentComponents returned by this method must be treated as read-only.
getComponentNames() - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Returns a list of component names for all ContentComponents in this ContentComponentContainer.
getComponentRef() - Method in interface com.ibm.workplace.wcm.api.ReferenceComponent
Returns the Library Component that this component refers to.
getConfiguration() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Specifies the path to the configuration servlet needed for integration with custom and advanced editors
getContainer() - Method in interface com.ibm.workplace.wcm.api.ContentComponent
Returns the ContentComponentContainer object that contains this ContentComponent.
getContainingLibrary() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Retrieves the DocumentLibary for the object with this ID.
getContent() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the Content object that will be rendered by this RenderingContext.
getContentId() - Method in interface com.ibm.workplace.wcm.api.ContentLink
Get the ID of the Content linked to by this ContentLink.
getContentPath() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Returns the path of the content to be rendered after the resolution process.
getContentPath(boolean) - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Get the name path of the content the URL should be generated for
getContentType() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.DigitalAssetMetaData
Get the contentType ( MimeType ) of the Digital Asset
getContext() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionRequest
Returns the resolution context.
getContributorAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. use Document.getMembersForAccess(Access)
getCount() - Method in interface com.ibm.workplace.wcm.api.ContentComponentIterator
Deprecated. Please use the following code instead. while (iter.hasNext()) count = count + 1;
getCount() - Method in interface com.ibm.workplace.wcm.api.DocumentIdIterator
Returns the number of elements in this Iterator.
getCreationDate() - Method in interface com.ibm.workplace.wcm.api.Item
Returns the creation date of this item
getCreator() - Method in interface com.ibm.workplace.wcm.api.Document
Returns the name of creator of this Document object as a string.
getCreator() - Method in class com.ibm.workplace.wcm.api.ReplaceCreatorCopyOption
 
getCurrentApprovers() - Method in interface com.ibm.workplace.wcm.api.Project
Returns a string array of members who have Approver access to this object.
getCurrentApprovers() - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Returns a string array of members who have Approver access to this object.
getCurrentApprovers() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Returns a string array of members who have Approver access to this Document object.
getCurrentDocumentLibrary() - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the current DocumentLibrary, which is being used for all operations except rendering.
getCurrentLocale() - Method in interface com.ibm.workplace.wcm.api.ContextProcessorParams
Returns the current users Locale
getCurrentResultId() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the current result DocumentId value.
getCustomErrorMsg() - Method in interface com.ibm.workplace.wcm.api.custom.RollbackDirectiveParams
Returns the specified custom error message
getCustomErrorMsg() - Method in class com.ibm.workplace.wcm.api.custom.WCM_RollbackDirectiveParams
Returns the specified custom error message
getDate() - Method in interface com.ibm.workplace.wcm.api.DateComponent
Returns the Date contained in this component as a Date.
getDate() - Method in interface com.ibm.workplace.wcm.api.HistoryLogEntry
Returns the date this Log Entry was created
getDate() - Method in interface com.ibm.workplace.wcm.api.LibraryDateComponent
Returns the Date contained in this component as a Date.
getDateType() - Method in interface com.ibm.workplace.wcm.api.DateComponent
Returns the formatting type set in this DateComponent.
getDateType() - Method in interface com.ibm.workplace.wcm.api.LibraryDateComponent
Returns the formatting type set in this LibraryDateComponent.
getDefaultContent() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns the DocumentId of the default Content object.
getDefaultElementsPerPage() - Method in interface com.ibm.workplace.wcm.api.PageOptions
Get the default number of elements per page
getDefaultMaxPages() - Method in interface com.ibm.workplace.wcm.api.PageOptions
Get the default maximum number of pages
getDefaultReadAhead() - Method in interface com.ibm.workplace.wcm.api.PageOptions
Get the default number of page to read ahead
getDefaultResourceManagementOption() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
For a DigitalAssets, indicates the default management , inticates the default managemntOption
getDefaultResourceSelectionModel() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
For a DigitalAssets, indicates the default selectionmodel/chhoser to use to select an asset/image
getDeleteAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. Use Document.getManagerAccessMembers() instead
getDepth() - Method in interface com.ibm.workplace.wcm.api.query.Query
Returns whether this query will find descendent children of the parents or not.
getDescription(Locale) - Method in interface com.ibm.workplace.wcm.api.Document
Returns the localized description of this Document object.
getDescription() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the description of this DocumentLibrary object.
getDescription(Locale) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the localized description of this DocumentLibrary object.
getDescription(Locale) - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Returns the localized message for this exception.
getDescription(Locale) - Method in exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
 
getDescription(Locale) - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
 
getDescription(Locale) - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
 
getDescription() - Method in interface com.ibm.workplace.wcm.api.Item
Returns the description of this Item object.
getDescriptionTextProviderKey() - Method in interface com.ibm.workplace.wcm.api.Document
If a text provider has been configured, this method returns the text provider key for the description of this item.
getDescriptionTextProviderName() - Method in interface com.ibm.workplace.wcm.api.Document
If a text provider has been configured, this method returns the text provider name for the description of this item.
getDigitalAssetInfo() - Method in interface com.ibm.workplace.wcm.api.DigitalAssetManagable
Retrieve the IDigitalAsset object for an externally managed asset.
getDirectChildren() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns an iterator of DocumentId objects of the immediate children of this container.
getDirectChildren(int) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns an iterator of DocumentId objects of the immediate children of this container.
getDirection() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Returns the default text direction of this editor control.
getDirection() - Method in class com.ibm.workplace.wcm.api.query.Sort
 
getDirective() - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionResult
Get a directive to instruct the system to perform an action against the target Document.
getDirectiveParams() - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionResult
Get the directive parameters for this result.
getDirectiveType() - Method in class com.ibm.workplace.wcm.api.extensions.authoring.directive.AuthoringDirective
Get the directive type from the extension
getDirectiveType() - Method in class com.ibm.workplace.wcm.api.extensions.syndication.ResultDirective
Get the directive type from the extension
getDirectParent() - Method in interface com.ibm.workplace.wcm.api.Content
Deprecated. Since 8.0, use Hierarchical.getParentId()
getDistinguishedName() - Method in interface com.ibm.workplace.wcm.api.HistoryLogEntry
Returns the distinguished name of the user associated with this Log Entry
getDistinguishedName() - Method in interface com.ibm.workplace.wcm.api.UserProfile
Get the user's distinguished name.
getDocumentLibraries() - Method in interface com.ibm.workplace.wcm.api.LibraryTaskResult
Returns an array of all DocumentLibrary objects that were created during the operation (either successfully or unsuccessfully)
getDocumentLibraries() - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an iterator of all DocumentLibrary objects visible to the user of this Workspace.
getDocumentLibrary() - Method in interface com.ibm.workplace.wcm.api.DocumentManagerComponent
Deprecated. Returns the library name for the current Document as a String.
getDocumentLibrary() - Method in interface com.ibm.workplace.wcm.api.LibraryDocumentManagerComponent
Deprecated. Returns the library name for the current Document as a String.
getDocumentLibrary(String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the DocumentLibrary with the specified name or title, or null if a DocumentLibrary with that name or title does not exist or the caller does not have access
getDocumentPath() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the path to the document associated with this CustomItemBean
getDocumentPath() - Method in interface com.ibm.workplace.wcm.api.DocumentManagerComponent
Deprecated. Returns the document path ( folders and filename ) within the Document library for this document as a String.
getDocumentPath() - Method in interface com.ibm.workplace.wcm.api.LibraryDocumentManagerComponent
Deprecated. Returns the path ( folders and filename ) within the Document library of the DocumentManager Document associated with this component, as a String.
getDocumentReference() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieve the Document Reference of this Component.
getDocumentReference() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Retrieves the Document Reference of this Component.
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the DocumentType of the document associated with this CustomItemBean
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.ContentComponent
Returns the DocumentType of the ContentComponent.
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.DateComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.DocumentManagerComponent
Deprecated.  
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationContext
Return a DocuemntType indicating the type of Component that will hold the File bytes being validated.
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.FileComponent
 
getDocumentType() - Method in enum com.ibm.workplace.wcm.api.FolderDocumentType
Returns the DocumentType representing this type.
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.HTMLComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.JSPComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.NumericComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.ReferenceComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.RichTextComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.ShortTextComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.TargetableContentComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.TextComponent
 
getDocumentType() - Method in interface com.ibm.workplace.wcm.api.UserSelectionComponent
 
getDocumentTypes() - Method in interface com.ibm.workplace.wcm.api.Folder
Document type of this folder.
getDraftCreationBehavior() - Method in interface com.ibm.workplace.wcm.api.Workflow
Returns the Workflow.DraftCreationBehavior for this Workflow.
getDraftIdByPublishedId(DocumentId<T>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. Use Workspace.getDraftIdsByPublishedId(com.ibm.workplace.wcm.api.DocumentId)
getDraftIdByPublishedId(DocumentId<T>, DocumentId<Project>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the DocumentId of the draft document associated with the supplied published/expired and project DocumentId.
getDraftIdsByPublishedId(DocumentId<T>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the DocumentIdIterator of the draft documents associated with the supplied published/expired DocumentId
getDynamicTargetPageOverride() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Get the target page override that defines what should page be used to render the content the URL is generated for.
getEditAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. Use Document.getEditorAccessMembers() instead
getEditorAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. use Document.getMembersForAccess(Access)
getEffectiveDate() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Returns the effective date of this Document.
getElementName() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the name of the element associated with this CustomItemBean
getElements() - Method in class com.ibm.workplace.wcm.api.query.CompoundSelector
 
getElements() - Method in interface com.ibm.workplace.wcm.api.query.QueryElement
 
getElementTitle() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the title of the element associated with this CustomItemBean
getEncoding() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the current encoding used
getErrorCode() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
The error code for this exception.
getErrorCode() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
The error code for this exception.
getErrorMessage() - Method in interface com.ibm.workplace.wcm.api.JSPComponent
Returns the error message contained in this component as a String.
getErrorMessage() - Method in interface com.ibm.workplace.wcm.api.LibraryJSPComponent
Returns the error message contained in this component as a String.
getExecuteDate(Document) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowAction
Get the Date that this action should execute.
getExpiryDate() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Returns the expiry date for this Document document.
getFactory(String) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowService
Get a factory given a factory name
getFactory() - Method in interface com.ibm.workplace.wcm.api.CustomWorkflowAction
Returns a reference to the CustomWorkflowActionFactory that this CustomWorkflowAction is using
getFactory(String) - Method in class com.ibm.workplace.wcm.api.WebContentCustomWorkflowService
Get a factory given a factory name
getFactoryName() - Method in interface com.ibm.workplace.wcm.api.CustomWorkflowAction
Returns the name of the CustomWorkflowActionFactory that this CustomWorkflowAction is using
getFieldName() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the internal name of the element associated with the CustomItemBean
getFieldValue() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the value of the element associated with the CustomItemBean
getFile() - Method in interface com.ibm.workplace.wcm.api.FileComponent
Returns the contents of the file contained within this component as a byte array.
getFile() - Method in interface com.ibm.workplace.wcm.api.LibraryFileComponent
Deprecated. - use getFileStream() instead
getFileName() - Method in interface com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationContext
File name of the uploaded file,
getFileName() - Method in interface com.ibm.workplace.wcm.api.FileComponent
Returns the filename of the file contained within this component.
getFileName() - Method in interface com.ibm.workplace.wcm.api.LibraryFileComponent
Returns the filename of the file contained within this component.
getFileSize() - Method in interface com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationContext
Size of the File/Stream to be validate
getFileStream() - Method in interface com.ibm.workplace.wcm.api.LibraryFileComponent
Returns the contents of the file contained within this component as a input stream
getFilter(RenderRequest, RenderResponse) - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationFilterFactory
Get a reference to a content URL generation filter.
getFilterChainWeight() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionFilter
This method id called when constructing the filter chain.
getFilterChainWeight() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationFilterFactory
This method is called when constructing the filter chain.
getFolderById(Workspace, Identity) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Deprecated. Use Workspace.getById instead
getFolderByPath(Workspace, String) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Obtain a folder with the specified path.
getFolderByRelativePath(Workspace, String, PresetFolderType) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Obtain a folder with the specified folderPath on the library currently set on the specified workspace, with a specific preset type of PresetFolderType type

For example, the following will return a nested folder named '32x32' within the "Intranet" library, of the Components view.

    DocumentLibrary library = workspace.getDocumentLibrary("Intranet");
    workspace.setCurrentDocumentLibrary(library);
    Folder folder = WebContentLibraryService.getFolderByRelativePath(workspace, "images/logo/32x32", PresetFolderType.COMPONENT)

getFolderDocumentTypeByDocumentType(DocumentType) - Static method in enum com.ibm.workplace.wcm.api.FolderDocumentType
Obtain type represented by the given DocuementType
getFolderDocumentTypeByOrdinal(int) - Static method in enum com.ibm.workplace.wcm.api.FolderDocumentType
Obtain type by its ordinal number.
getGeneralDateOne() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Return general date one for this Document document.
getGeneralDateTwo() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Return general date two for this Document document.
getGenericPrototype() - Method in interface com.ibm.workplace.wcm.api.AbstractAuthoringTemplate
Returns the Prototype for this authoring template.
getGenericPrototype() - Method in interface com.ibm.workplace.wcm.api.AuthoringTemplate
Returns the ContentPrototype for this authoring template.
getGenericPrototype() - Method in interface com.ibm.workplace.wcm.api.HierarchicalTemplate
Returns the HierarchicalPrototype for this authoring template.
getGenericPrototype() - Method in interface com.ibm.workplace.wcm.api.SiteAreaTemplate
Returns the SiteAreaPrototype for this authoring template.
getHeight() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Returns the pixel height of this editor.
getHeight() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the height of the image.
getHeight() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns the height of the image.
getHiddenContentFieldName() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Returns the name of the hidden form field that will be used to accept editor content.
getHistoryLog() - Method in interface com.ibm.workplace.wcm.api.Document
Returns the history log of this document
getHTML() - Method in interface com.ibm.workplace.wcm.api.HTMLComponent
Returns the HTML contained in this component as a String.
getHTML() - Method in interface com.ibm.workplace.wcm.api.LibraryHTMLComponent
Returns the HTML contained in this component as a String.
getHTML() - Method in interface com.ibm.workplace.wcm.api.PresentationTemplate
Returns the HTML contained in this Presentation Template as a String.
getHTMLBody() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves the HTML written between the start and end anchor tags when this link is rendered.
getHTMLNameTag() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns the HTML tag name of the image.
getId() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the ID of the document associated with this CustomItemBean
getId() - Method in interface com.ibm.workplace.wcm.api.Document
Returns the DocumentId of this Document object.
getId() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns the unique Id of the Document with this DocumentId.
getId() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the unique Id of this DocumentLibrary object.
getID() - Method in interface com.ibm.workplace.wcm.api.Identity
Returns the unique identity number of this object.
getIdentity() - Method in interface com.ibm.workplace.wcm.api.Item
Obtain identity information of this item.
getImage() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the contents of the image file contained within this component as a byte array.
getImage() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Deprecated. use getImageStream() instead
getImageFileName() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the filename of the image file contained within this component.
getImageFileName() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns the filename of the image file contained within this component.
getImageStream() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the contents of the image file contained within this component as a input stream
getImageStream() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns the contents of the image file contained within this component as a input stream
getInheritedContributorAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. use Document.getMembersForInheritedAccess(Access)
getInheritedEditorAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. use Document.getMembersForInheritedAccess(Access)
getInheritedManagerAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. use Document.getMembersForInheritedAccess(Access)
getInheritedMembers(Access) - Method in interface com.ibm.workplace.wcm.api.Security
Returns a string array of members who have inherited access at the specified level to the associated Item.
getInheritedUserAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. use Document.getMembersForInheritedAccess(Access)
getItem() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionRequest
Returns identification information of the content item to be resolved.
getItemCount() - Method in interface com.ibm.workplace.wcm.api.Project
Obtain the number of items on this project
getItemID() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ResolvedItem
Gets the String representation of the UUID of the item to be resolved.
getItemIds() - Method in interface com.ibm.workplace.wcm.api.Project
Get items on this project.
getItemIdsByWorkflowStatus(WorkflowSelectors.Status) - Method in interface com.ibm.workplace.wcm.api.Project
Obtained items with the specified workflow status on this project
getItemPath() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ResolvedItem
Gets the path of the item to be resolved.
Returns null if the content item cannot be loaded from the repository, for example, in case it does not exist any longer.
getItems() - Method in interface com.ibm.workplace.wcm.api.Project
Get items on this project.
getItems(boolean, boolean) - Method in interface com.ibm.workplace.wcm.api.Project
Get items on this project.
getItemsAlreadyRemoved() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of items that were to be removed, but did not exist on the subscriber.
getItemsByWorkflowStatus(WorkflowSelectors.Status) - Method in interface com.ibm.workplace.wcm.api.Project
Obtained items with the specified workflow status on this project.
getItemsByWorkflowStatus(WorkflowSelectors.Status, boolean, boolean) - Method in interface com.ibm.workplace.wcm.api.Project
Obtained items with the specified workflow status on this project
getItemsCreated() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of items that were created by the update.
getItemsFailedToRemove() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of items for which the remove failed.
getItemsNotRequiringUpdates() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of updates that were sent, but not processed because the item was already up to date on the subscriber.
getItemsRemoved() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the number of items successfully removed on the subscriber.
getItemsUpdated() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of item updates to pre-existing items on the subscriber.
getItemUpdatesFailed() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of items for which the update failed.
getJspPath() - Method in interface com.ibm.workplace.wcm.api.JSPComponent
Returns the JSP path contained in this component as a String.
getJspPath() - Method in interface com.ibm.workplace.wcm.api.LibraryJSPComponent
Returns the JSP path contained in this component as a String.
getKeywords() - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Returns an array of keywords associated with this content.
getKeywords() - Method in interface com.ibm.workplace.wcm.api.UserProfile
Returns the keywords associated with this user.
getLastModifier() - Method in interface com.ibm.workplace.wcm.api.Document
Returns the distinguished name of the last modifier of this item.
getLastRunDate() - Method in interface com.ibm.workplace.wcm.api.SyndicationStatus
Returns the Date the last time a syndication had occurred.
getLibraries() - Method in interface com.ibm.workplace.wcm.api.extensions.syndication.SubscriberEvent
Get the list of libraries that are being syndicated for the current update
getLibraries(Workspace) - Method in interface com.ibm.workplace.wcm.api.Syndicator
Returns an array of document libraries which are currently being syndicated by this Syndicator.
getLibrary() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the DocumentLibrary of the object being rendered.
getLibraryAccess() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the access control object for this DocumentLibrary
getLibraryRelativePath() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the path relative to the library of the object being rendered.
getLibraryResourceAccess(LibraryResourceType) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the access control object for a library resource (e.g.
getLinkDescription() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves link description for title attribute of anchor tag
getLinkDescription() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Retrieves the description attribute of the anchor tag.
getLinkedChildren() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns an iterator of DocumentId objects of the linked children of this container.
getLinkedParents() - Method in interface com.ibm.workplace.wcm.api.Content
Return an iterator of parent DocumentIds this content is linked to.
getLinkImage() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Retrieves the link image DocumentId.
getLinkTarget() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Retrieves the target window name.
getLinkTargetName() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves the target window name.
getLinkTargetString() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrive the target attribute.
getLinkText() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves the text written between the start and end anchor tags when this link is rendered.
getLinkText() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Gets the hyperlink display text
getLinkTextImage() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves the Link Text Image DocumentId, this image is written between the start and end anchor tags when this link is rendered.
getLinkTextType() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves the Link Text Type
getLinkTextType() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Retrieves the link text type.
getLinkType() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves the Link Type
getLinkType() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Retrieves the link type.
getListenConfig() - Method in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig
Get the configuration of the portlet that defines if the portlet listens to published contexts.
getLiveAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. Use Document.getUserAccessMembers() instead
getLocale() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the Locale of this DocumentLibrary object.
getLocale() - Method in interface com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel
 
getLocale() - Method in interface com.ibm.workplace.wcm.api.Project
Gets the Locale of this project.
getLocale() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Retrieve the Locale being used to render the current page.
getLocales() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Locales suppported by the Localized message.
getLocales() - Method in exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
 
getLocales() - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
 
getLocales() - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
 
getLocalizedMessage() - Method in exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
 
getLocalizedMessage() - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
 
getLocalizedMessage() - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
 
getManagerAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. use Document.getMembersForAccess(Access)
getMediaType() - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
The media type of this style-sheet.
getMemberNames() - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. Use the PUMA API
getMemberNames(String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. Use the PUMA API
getMembers(LibraryMemberRole) - Method in interface com.ibm.workplace.wcm.api.DocumentLibraryACL
 
getMembers(Access) - Method in interface com.ibm.workplace.wcm.api.Security
Returns a string array of members who have the specified access to the associated Item.
getMembersForAccess(Access) - Method in interface com.ibm.workplace.wcm.api.Document
Get the members who have the specified access explicitly granted on this Document object.
getMembersForInheritedAccess(Access) - Method in interface com.ibm.workplace.wcm.api.Document
Get the members who have inherited the specified access on this Document object.
getMessage() - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionResult
Get message for this result.
getMessage(Locale) - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Returns a localized message if one has been set on this exception.
getMessage() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Retrieves the message that accompanies this exception.
getMessage() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
Retrieves the message that accompanies this exception.
getMessage() - Method in exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
 
getMessage() - Method in class com.ibm.workplace.wcm.api.extensions.syndication.Result
Get the message returned from the extension.
getMessage() - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
 
getMessage() - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
 
getMessage() - Method in interface com.ibm.workplace.wcm.api.HistoryLogEntry
Returns the message associated with this Log Entry
getMimeType() - Method in interface com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationContext
MimeType for the file.
getMode() - Method in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.ListenConfig
Get the listing mode
getMode() - Method in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.PublishConfig
Get the publish mode
getModifiedDate() - Method in interface com.ibm.workplace.wcm.api.Item
Returns the modified date of this item
getName() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
 
getName() - Method in interface com.ibm.workplace.wcm.api.ContentComponent
Returns the name of this ContentComponent object.
getName() - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionFactory
Get the name for this factory.
getName() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns the name of the Document with this DocumentId.
getName() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the name of this DocumentLibrary object.
getName() - Method in interface com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationPlugin
Returns the name for this plugin
getName() - Method in interface com.ibm.workplace.wcm.api.HistoryLogEntry
Returns the display name of the user associated with this Log Entry
getName() - Method in interface com.ibm.workplace.wcm.api.Item
Returns the name of this Item object.
getName() - Method in interface com.ibm.workplace.wcm.api.plugin.rendering.RenderingPlugin
Returns the name for this rendering plugin
getName() - Method in class com.ibm.workplace.wcm.api.query.Operator
Gets the operator name
getName() - Method in interface com.ibm.workplace.wcm.api.Subscriber
Returns the name of this subscriber.
getName() - Method in interface com.ibm.workplace.wcm.api.Syndicator
Returns the name of this syndicator.
getName() - Method in interface com.ibm.workplace.wcm.api.WCMApiObject
Returns the name of this WCMApiObject.
getNames() - Method in interface com.ibm.workplace.wcm.api.LibraryProperties
Set of all property names
getNameTag() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the HTML tag name of the image.
getNewName() - Method in class com.ibm.workplace.wcm.api.RenameCopyOption
 
getNodeName() - Method in interface com.ibm.workplace.wcm.api.Repository
Returns the name of the current node
getNumber() - Method in interface com.ibm.workplace.wcm.api.LibraryNumericComponent
Returns the Number contained in this component as a Number.
getNumber() - Method in interface com.ibm.workplace.wcm.api.NumericComponent
Returns the Number contained in this component as a Number.
getNumberType() - Method in interface com.ibm.workplace.wcm.api.LibraryNumericComponent
Returns the number type of this NumberComponent.
getNumberType() - Method in interface com.ibm.workplace.wcm.api.NumericComponent
Returns the number type of this NumberComponent.
getNumStages() - Method in interface com.ibm.workplace.wcm.api.Workflow
Returns the number of stages in this Workflow.
getOperator() - Method in class com.ibm.workplace.wcm.api.query.Association
Gets the operator
getOption() - Method in enum com.ibm.workplace.wcm.api.StartOption
Get a value representing the option type.
getOption(int) - Static method in enum com.ibm.workplace.wcm.api.StartOption
Retrieves the option types of a navigator.
getOptionType() - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Returns the OptionType of this option selection element.
getOrder() - Method in class com.ibm.workplace.wcm.api.query.Sort
 
getOutstandingApprovers() - Method in interface com.ibm.workplace.wcm.api.Project
Returns a string array of members who have Approver access to this Project object but have yet to approve it.
getOwnerLibrary() - Method in interface com.ibm.workplace.wcm.api.Document
Returns the library in which this Document object is stored.
getOwners() - Method in interface com.ibm.workplace.wcm.api.Document
Returns the names of owners of this Document object as a string array.
getPageID() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Returns the ObjectID of the currently resolved Portal page that is to be displayed when rendering the content identified by ContentPageResolutionResponse.getContentPath().
getPageId() - Method in interface com.ibm.workplace.wcm.api.extensions.url.TargetPageConfig
Get the ID of the page.
getPagePath() - Method in interface com.ibm.workplace.wcm.api.extensions.url.TargetPageConfig
Get the URL path that addresses the the page.
getPageSize() - Method in interface com.ibm.workplace.wcm.api.query.PageIterator
Returns the maximum number of results per page
getParameters() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Get additional parameters.
getParent() - Method in interface com.ibm.workplace.wcm.api.Category
Deprecated. Since 8.0, use Hierarchical.getParentId()
getParent() - Method in interface com.ibm.workplace.wcm.api.Folder
Get the parent folder.
getParent() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Deprecated. Since 8.0, use Hierarchical.getParentId()
getParentDocId() - Method in class com.ibm.workplace.wcm.api.ParentLocation
 
getParentId() - Method in interface com.ibm.workplace.wcm.api.ContentLink
Get the ID of the parent SiteArea that contains this ContentLink.
getParentId() - Method in interface com.ibm.workplace.wcm.api.Hierarchical
Returns the DocumentId of the parent of this object.
getParentIds() - Method in interface com.ibm.workplace.wcm.api.query.Query
Return a Set of parent Identity
getParentQuery() - Method in interface com.ibm.workplace.wcm.api.query.Query
Returns the parent query.
getParents() - Method in interface com.ibm.workplace.wcm.api.Content
Returns an iterator of the parent DocumentIds of this content.
getPassword(String, String) - Method in interface com.ibm.workplace.wcm.api.prerender.PrerenderAuthenticationCredentials
Get the password.
getPath() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the path to the object being rendered.
getPath(boolean) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the path to the object being rendered.
getPathById(DocumentId<? extends Document>, boolean, boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the 'name' path of the document with the given id.
getPathInfo() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Retrieve the path of the current rendering context
getPendingItems() - Method in interface com.ibm.workplace.wcm.api.Syndicator
Retrieves the items that are pending syndication for this Syndicator.
getPendingWorkflowStatus() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Returns the pending workflow status of this WorkflowedDocument.
getPlacement() - Method in class com.ibm.workplace.wcm.api.PlacementLocation
 
getPluginParameters() - Method in interface com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel
The parameters are return as a Map, where the key is a String containing the parameter name and the value is a List of Strings for the values.
getPortalPageOid() - Method in interface com.ibm.workplace.wcm.api.PortalPage
Returns the OID of the linked portal page
getPortletContextSharingConfig() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
The portlet context sharing configuration that determines how the rendering portlez receives and broadcast links with other portlets.
getPortletId() - Method in interface com.ibm.workplace.wcm.api.ContextProcessorParams
Returns a string which uniquely identifies the current portlet instance
getPortletRenderRequest() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Get the portlet render request
getPortletRenderResponse() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Get the portlet render response
getPrefix() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the prefix for all document URLs generated on rendering.
getPresentationTemplateOverride() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Get the name path of the presentation template that should be used to render the content the URL is generated for.
getPresentationTemplatePath() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Returns the path of the presentation template previously set via ContentPageResolutionResponse.setPresentationTemplatePath(String).
getPresetFolder(PresetFolderType) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns a reference to the specified preset Folder for the current library
getPresetFolder(Workspace, DocumentLibrary, PresetFolderType) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Deprecated. Use DocumentLibrary.getPresetFolder instead
getPresTemplateOverride() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the name of the PresentationTemplate to be used when rendering.
getProject() - Method in interface com.ibm.workplace.wcm.api.Document
Return Project if this Document is in a Project.
getProjectById(Workspace, DocumentId) - Method in class com.ibm.workplace.wcm.api.ProjectService
Obtain a Project from WCM repository by its DocumentId
getProjectUuid() - Method in class com.ibm.workplace.wcm.api.CopyIntoProjectOption
Get the project id to which the item has to be copied.
getProperties() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the properties associated with this Library.
getProperty(String) - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.DigitalAssetMetaData
 
getPropertyNames() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.DigitalAssetMetaData
 
getPrototype() - Method in interface com.ibm.workplace.wcm.api.AbstractAuthoringTemplate
Deprecated. Use getGenericPrototype() instead. Since 8.0, the prototype can be of any Prototype type.
getPrototype() - Method in interface com.ibm.workplace.wcm.api.ProjectTemplate
Get the ProjectPrototype of this template.
getProviderKeys() - Method in interface com.ibm.workplace.wcm.api.plugin.textprovider.TextProvider
Get the list of keys that are defined for this text provider
getProviderName() - Method in interface com.ibm.workplace.wcm.api.plugin.textprovider.TextProvider
Get the name for this text provider.
getPublishConfig() - Method in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig
Get the configuration of the portlet that defines if the portlet publishes its context
getPublishDate() - Method in interface com.ibm.workplace.wcm.api.Project
Gets the date used by the 'Date' publish option
getPublishedId() - Method in exception com.ibm.workplace.wcm.api.exceptions.MultipleDraftsExistException
get the Published Id
getPublishedId() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
If this is a draft of published Document then it retrieves the DocumentId of the Published Item.
The item is a draft of published item if WorkflowedDocument.isDraftOfPublishedDocument() returns true.
getPublishedIdByDraftId(DocumentId<T>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the DocumentId of the published or expired document associated with the supplied draft DocumentId
getPublishOption() - Method in interface com.ibm.workplace.wcm.api.Project
Gets the current project publish option
getPublishOption() - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Get the PublishOption set on this object.
getQueryService() - Method in interface com.ibm.workplace.wcm.api.Workspace
Obtains an instance of QueryService which is associated with this workspace.
getQueryString() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Return the QueryString
getQueryString() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Returns the QueryString.
getReadAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. Use Document.getContributorAccessMembers() instead
getReason() - Method in exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
Retrieves the detailed reason for validation failure.
getReason(Locale) - Method in exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
Retrieves the detailed reason for validation failure.
getRefereeDocumentId() - Method in interface com.ibm.workplace.wcm.api.Reference
Returns the DocumentId of the Document object being referred to by another Document.
getReferenceDisplayName() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves the reference display name as it show in the Authoring UI.
getReferenceDisplayName() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Retrives the reference display name as shown in the Authoring UI.
getReferences(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an array of Reference instances that represent all references to the specified DocumentId.
getReferencesFrom(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns an array of Reference instances that represent all references from the specified DocumentId.
getRefererDocumentId() - Method in interface com.ibm.workplace.wcm.api.Reference
Returns the DocumentId of the Document object being referring to another Document.
getRenderedItem() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the TemplatedDocument object that will be rendered by this RenderingContext.
getRenderingBehaviour() - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Get the rendering behaviour of the current SiteArea.
getRenderingContext() - Method in interface com.ibm.workplace.wcm.api.ContextProcessorParams
Returns the WCM API RenderingContext for the current request
getRenderingContext() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Get the rendering context of the rendered content.
getRenderingContext() - Method in interface com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel
 
getRepository() - Static method in class com.ibm.workplace.wcm.api.WCM_API
Retrieve an instance of a Repository
getRepository() - Method in interface com.ibm.workplace.wcm.api.WCMServiceHome
Deprecated. Replaced by WebContentService.getRepository()
getRepository() - Method in class com.ibm.workplace.wcm.api.WebContentService
Retrieve the Repository used to access WCM.
getRequest() - Method in interface com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel
Returns the underlying request that triggered the plugin render method
getRequestParameters() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the current request parameters used by this RenderingContext.
getRescheduleDate() - Method in interface com.ibm.workplace.wcm.api.custom.RescheduleDirectiveParams
Returns the specified 'Reschedule Date'
getRescheduleDate() - Method in class com.ibm.workplace.wcm.api.custom.WCM_RescheduleDirectiveParams
Returns the specified 'Reschedule Date'
getResolutionParameters() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionRequest
Returns additional context parameters that are required to perform the resolution.
getResolutionResponseParameters() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Returns any additional context parameters that are required to perform the resolution.
getResolved() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionRequest
Returns the resolved object that identifies the result of the resolution process in the ResolutionService that handles the content page resolution.
getResourceManagementOption() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Get the defined management option for this DigitalAsset.
getResourceName() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.DigitalAssetMetaData
Get the resoureName, typically file name of the Digital Asset
getResourceURL() - Method in interface com.ibm.workplace.wcm.api.FileComponent
Returns the server relative URL to the file.
getResourceURL() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the server relative URL to the image.
getResourceURL() - Method in interface com.ibm.workplace.wcm.api.LibraryFileComponent
Returns a relative URL to the supplied Resource via the Resource Server Module.
getResourceURL() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns a relative URL to the supplied Resource via the Resource Server Module.
getResultType() - Method in interface com.ibm.workplace.wcm.api.LibraryTaskResult
Retrieves the result type of an operation
getRichText() - Method in interface com.ibm.workplace.wcm.api.LibraryRichTextComponent
Returns the rich text contained in this component as a String representation of the HTML.
getRichText() - Method in interface com.ibm.workplace.wcm.api.RichTextComponent
Returns the rich text contained in this component as a String representation of the HTML.
getSelectedEditor() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Specifies the selected editor to use
getSelections() - Method in interface com.ibm.workplace.wcm.api.LibraryUserSelectionComponent
Returns the array of Principals contained in this component as a Principal[].
getSelections() - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Returns the current selections contained in this component as a String[].
getSelections() - Method in interface com.ibm.workplace.wcm.api.UserSelectionComponent
Returns the array of Principals contained in this component as a Principal[].
getSelectors() - Method in class com.ibm.workplace.wcm.api.query.Association
 
getSelectors() - Method in class com.ibm.workplace.wcm.api.query.CompoundSelector
 
getSelectors() - Method in interface com.ibm.workplace.wcm.api.query.Query
Returns a List that contains all the Selector in this DocumentQuery.
getSite() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Deprecated. No replacement. Site is not required in Web sites created using the current version of IBM Web Content Manager. The method is retained for compatibility with Web sites migrated from pre 7.0 versions of IBM Web Content Manager. Use getAllSiteAreas() to get all level site areas.
getSiteAreas() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Deprecated. No replacement. The method is retained for compatibility with Web sites migrated from pre 7.0 versions of IBM Web Content Manager. Use getAllSiteAreas() to get all level site areas.
getSize() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.DigitalAssetMetaData
Get the size ( number of bytes ) of the Digital Asset
getSize() - Method in interface com.ibm.workplace.wcm.api.FileComponent
Returns the size in bytes of the file contained within this component.
getSize() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the size in bytes of the file contained within this component.
getSize() - Method in interface com.ibm.workplace.wcm.api.LibraryFileComponent
Returns the size in bytes of the file contained within this component.
getSize() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns the size in bytes of the file contained within this component.
getSize() - Method in interface com.ibm.workplace.wcm.api.query.ResultIterator
Deprecated. The value returned may not be accurate for large iterators. Please use the following code instead. while (iter.hasNext()) size = size + 1;
getSorts() - Method in interface com.ibm.workplace.wcm.api.query.Query
Returns a List of the Sort in this query.
getSourceWorkspace() - Method in interface com.ibm.workplace.wcm.api.Document
Returns the Workspace of this Document object.
getStagesIterator() - Method in interface com.ibm.workplace.wcm.api.Workflow
Returns an iterator of DocumentId objects of the WorkflowStages in this Workflow.
getStartPage() - Method in interface com.ibm.workplace.wcm.api.PageOptions
Get the start page
getState() - Method in interface com.ibm.workplace.wcm.api.Project
Gets the State of this project.
getStatus() - Method in interface com.ibm.workplace.wcm.api.Subscriber
Returns the SyndicationStatus of this Subscriber.
getStatus() - Method in interface com.ibm.workplace.wcm.api.Syndicator
Returns the SyndicationStatus of this Syndicator.
getString(String, Locale) - Method in interface com.ibm.workplace.wcm.api.plugin.textprovider.TextProvider
Retrieves a text string using the given key, in the given locale.
getStyleSheet() - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Returns the contents of the style sheet file contained within this component as a byte array.
getStyleSheetFileName() - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Returns the filename of the style sheet file contained within this component.
getStyleSheetTitle() - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Returns the title of the style sheet.
getStyleSheetURL() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
 
getSubmitFunctionName() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns the name of the Javascript Submit function used to set the value of the element associated with the CustomItemBean
getSubscriber() - Method in interface com.ibm.workplace.wcm.api.extensions.syndication.SubscriberEvent
Return the subscriber of the current syndication update.
getSubscriberByName(Workspace, String) - Method in class com.ibm.workplace.wcm.api.SyndicationService
Returns the Subscriber with the specified name, or null if a Subscriber with that name does not exist or the caller does not have access
getSubscribers(Workspace) - Method in class com.ibm.workplace.wcm.api.SyndicationService
Returns an iterator of all Subscriber objects visible to the user of the Workspace.
getSyndicationResult() - Method in interface com.ibm.workplace.wcm.api.SyndicationStatus
Returns the SyndicationResult for the last time the syndication occurred.
getSyndicator() - Method in interface com.ibm.workplace.wcm.api.extensions.syndication.SyndicatorEvent
Get the Syndicator of the current update.
getSyndicatorByName(Workspace, String) - Method in class com.ibm.workplace.wcm.api.SyndicationService
Returns the Syndicator with the specified name, or null if a Syndicator with that name does not exist or the caller does not have access
getSyndicators(Workspace) - Method in class com.ibm.workplace.wcm.api.SyndicationService
Returns an iterator of all Syndicator objects visible to the user of the Workspace.
getSystemWorkspace() - Method in interface com.ibm.workplace.wcm.api.Repository
Returns a Workspace object representing a sytem view of the repository.
getTargetComponent() - Method in interface com.ibm.workplace.wcm.api.AbstractAuthoringTemplate
Returns the TargetableContentComponent that has been set on this authoring template.
getTargetDocId() - Method in class com.ibm.workplace.wcm.api.PlacementLocation
 
getTargetIds() - Method in class com.ibm.workplace.wcm.api.extensions.authoring.directive.OpenDocument
Retrieve the DocumentId of the Document to be opened by this directive
getTargetPage() - Method in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.PublishConfig
Get the page that receives the published context
getTemplateMapping(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns the DocumentId of the PresentationTemplate mapped to the AuthoringTemplate with the given DocumentId.
getText() - Method in interface com.ibm.workplace.wcm.api.LibraryTextComponent
Returns the text contained in this component as a String.
getText() - Method in interface com.ibm.workplace.wcm.api.TextComponent
Returns the text contained in this component as a String.
getTitle(Locale) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowActionFactory
Get the display title for this factory.
getTitle(Locale) - Method in interface com.ibm.workplace.wcm.api.Document
Returns the localized title of this Document object.
getTitle() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the title of this DocumentLibrary object.
getTitle(Locale) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns the localized title of this DocumentLibrary object.
getTitle(Locale) - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Returns the localized message for this exception.
getTitle(Locale) - Method in exception com.ibm.workplace.wcm.api.extensions.resolution.exceptions.ContentPageResolutionException
 
getTitle(Locale) - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlFilterInstantiationException
 
getTitle(Locale) - Method in exception com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationException
 
getTitle() - Method in interface com.ibm.workplace.wcm.api.Item
Returns the title of the controllable object that this Item refers to.
getTitlePathById(DocumentId, Locale) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the 'Display Title' path of the document with the given id.
getTitleTextProviderKey() - Method in interface com.ibm.workplace.wcm.api.Document
If a text provider has been configured, this method returns the text provider key for the title of this item.
getTitleTextProviderKey() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
If a text provider has been configured, this method returns the text provider key for the title of this DocumentLibrary.
getTitleTextProviderName() - Method in interface com.ibm.workplace.wcm.api.Document
If a text provider has been configured, this method returns the text provider name for the title of this item.
getTitleTextProviderName() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
If a text provider has been configured, this method returns the text provider name for the title of this DocumentLibrary.
getTotalRemovesAttempted() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of items that were marked for removal.
getTotalUpdatesAttempted() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of updates attempted.
getTotalUpdatesFailed() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of modifications that failed.
getTotalUpdatesSent() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of items that was sent in this syndication run.
getTotalUpdatesSucceeded() - Method in interface com.ibm.workplace.wcm.api.SyndicationResult
Returns the total number of modifications that succeeded.
getType() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns the type of the Document with this DocumentId, e.g.
getType() - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
The type this style sheet.
getTypeClass() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns the class of the Document with this DocumentId.
getTypeClass() - Method in interface com.ibm.workplace.wcm.api.Identity
Returns the class of this object.
getUri() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionRequest
Returns the URI of the content being resolved.
getURL() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Retrieves the URL of the Link that this Component referring to
getURL() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Retrieves the URL of the link that this component references.
getURL() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the URL to WCM and any request parameters.
getUserAccessMembers() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. use Document.getMembersForAccess(Access) instead
getUserName(String) - Method in interface com.ibm.workplace.wcm.api.prerender.PrerenderAuthenticationCredentials
Get the user name.
getUsername() - Method in interface com.ibm.workplace.wcm.api.UserProfile
Returns the username of the user in this set of credentials.
getUserProfile() - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns the UserProfile for the user of this Workspace.
getValidationFailureMessage(Locale) - Method in exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
Retrieves the reason for validation failure, formatted ( if possible ) to the given Locale.
getValidSiblingTypes() - Method in interface com.ibm.workplace.wcm.api.Placeable
 
getValue() - Method in enum com.ibm.workplace.wcm.api.security.Access
Get the integer equivalence of this Access enum
getVerb() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionRequest
Returns the resolution verb.
getVersionCatalog() - Method in interface com.ibm.workplace.wcm.api.Document
Use the VersionCatalog to access all available versions that exist for this Document
getVersioningService() - Method in interface com.ibm.workplace.wcm.api.Workspace
Obtains an instance of VersioningService which is associated with this workspace.
getVersionName() - Method in interface com.ibm.workplace.wcm.api.DocumentManagerComponent
Deprecated. Returns the set verisonName to be used if the verison number is locked
getVersionName() - Method in interface com.ibm.workplace.wcm.api.LibraryDocumentManagerComponent
Deprecated. Returns the set version name to be used if the version number is locked
getWcmServletPath() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the servlet path to be used - either the servlet path that has been set, or the servlet path from the request.
getWcmWebAppPath() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns the web app path to be used - either the WCM web app path that has been set using setWcmWebAppPath(String), or the path from the request.
getWidth() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Returns the pixel width of this editor.
getWidth() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Returns the width of the image.
getWidth() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Returns the width of the image.
getWorkflowActionsForState(ProjectStateSelectors.State) - Method in interface com.ibm.workplace.wcm.api.Project
Get the list of WorkflowActions associated with the given project State.
getWorkflowActionsForState(ProjectStateSelectors.State) - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Get the list of WorkflowActions associated with the given project State.
getWorkflowId() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Return ID of the workflow associated with this document.
getWorkflowStageId() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Returns the ID of the current WorkflowStage that this Document document is in.
getWorkflowStatus() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Returns the current workflow status of this WorkflowedDocument.
getWorkspace() - Method in interface com.ibm.workplace.wcm.api.ContextProcessorParams
Returns the WCM API Workspace for the current user
getWorkspace(String, String) - Method in interface com.ibm.workplace.wcm.api.Repository
Returns a Workspace object that represents a view of the repository for a user with the specified credentials.
getWorkspace(Principal) - Method in interface com.ibm.workplace.wcm.api.Repository
Returns a Workspace object representing a view of the repository for the specified Principal.
getWorkspace() - Method in interface com.ibm.workplace.wcm.api.Repository
Returns a Workspace object representing a view of the repository for the current User accessing the system.
getWriter() - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationResponse
Get the Writer that can be used to write the URL.
getWriter() - Method in interface com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel
 

H

hasAccess(Access) - Method in interface com.ibm.workplace.wcm.api.Security
TODO: make clear in each method whether the access levels are nested TODO: i.e.
hasAccess(UserProfile, Access) - Method in interface com.ibm.workplace.wcm.api.Security
Checks if the UserProfile has the specified access to the associated document.
hasAccess(DocumentId<? extends Document>, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Checks if the user of the Workspace has the specified access to specified document.
hasAccess(DocumentId<? extends Document>, UserProfile, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Checks if the UserProfile has the specified access to specified document.
hasApproverAccess(UserProfile) - Method in interface com.ibm.workplace.wcm.api.Project
Checks if the UserProfile has Approver access to this project.
hasApproverAccess() - Method in interface com.ibm.workplace.wcm.api.Project
Checks if the user of the Workspace associated with the current project has Approver access to this project.
hasApproverAccess(UserProfile) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Checks if the UserProfile has Approver access to this Document.
hasApproverAccess() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Checks if the user of the Workspace associated with the current document has Approver access to this Document.
hasComponent(String) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Returns true if and only if the argument is not null and a ContentComponent with a name specified by the argument exists in this ContentComponentContainer.
hasContent(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns true if this SiteArea object has a direct child or link to Content with the given DocumentId.
hasContributorAccess(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Checks if user associated with the workspace has Contributor Acccess to the given DocumentId
hasDeleteAccess(UserProfile) - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. This method is deprecated from version 6.0. Calls to This method will be deprecated in the future. Calls to 'Delete' access methods have the same effect as 'Manager' access method calls. Use Workspace.hasManagerAccess(DocumentId documentId) instead
hasDeleteAccess() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. This method is deprecated from version 6.0. Calls to This method will be deprecated in the future. Calls to 'Delete' access methods have the same effect as 'Manager' access method calls. Use Workspace.hasManagerAccess(DocumentId documentId) instead
hasDirectContent(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns true if this SiteArea object has a direct child Content with the given DocumentId.
hasDraft() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Returns true if this Document has a draft document.
hasDraftIdByPublishedId(DocumentId<? extends Document>, DocumentId<Project>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns true if a draft document associated with the supplied published/expired and project DocumentId exists.
hasDraftIdsByPublishedId(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns true if a draft document associated with the supplied published/expired DocumentId exists
hasEditAccess(UserProfile) - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. This method is deprecated from version 6.0. Calls to This method will be deprecated in the future. Calls to 'Edit' access methods have the same effect as 'Editor' access method calls. Use Workspace.hasEditorAccess(DocumentId documentId) instead
hasEditAccess() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. This method is deprecated from version 6.0. Calls to This method will be deprecated in the future. Calls to 'Edit' access methods have the same effect as 'Editor' access method calls. Use Workspace.hasEditorAccess(DocumentId documentId) instead
hasEditorAccess(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Checks if user associated with the workspace has Editor Acccess to the given DocumentId
hasElements() - Method in class com.ibm.workplace.wcm.api.query.CompoundSelector
 
hasElements() - Method in interface com.ibm.workplace.wcm.api.query.QueryElement
 
hashCode() - Method in class com.ibm.workplace.wcm.api.query.Sort
equal sorts have equal hashCodes
hashCode() - Method in class com.ibm.workplace.wcm.api.SaveOptions
 
hasLibraryAccess(LibraryMemberRole, UserProfile) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns true if the user identified by the supplied UserProfile has the indicated role in this library
hasLibraryResourceAccess(LibraryResourceType, LibraryMemberRole, UserProfile) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Returns true if the user identified by the supplied UserProfile has the indicated role against the specified resource type of this library
hasLinkedContent(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns true if this SiteArea object has a content link to the Content with the given DocumentId.
hasLiveAccess(UserProfile) - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Contributor' access method calls. Use Workspace.hasContributorAccess(DocumentId documentId) instead
hasLiveAccess() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Contributor' access method calls. Use Workspace.hasContributorAccess(DocumentId documentId) instead
hasManagerAccess(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Checks if user associated with the workspace has Manager Acccess to the given DocumentId
hasNext() - Method in interface com.ibm.workplace.wcm.api.ContentComponentIterator
Returns true if the iteration has more elements.
hasNext() - Method in interface com.ibm.workplace.wcm.api.DocumentIdIterator
Returns true if the iteration has more elements.
hasNext() - Method in interface com.ibm.workplace.wcm.api.DocumentIterator
Returns true if the iteration has more elements.
hasNext() - Method in interface com.ibm.workplace.wcm.api.HistoryLogIterator
Returns true if the iteration has more elements.
hasNext() - Method in interface com.ibm.workplace.wcm.api.query.PageIterator
Returns true if there are more pages.
hasOption(SaveOption) - Method in class com.ibm.workplace.wcm.api.SaveOptions
Checks for option.
hasParents() - Method in interface com.ibm.workplace.wcm.api.query.Query
Returns true if this query has a parent DocumentQuery.
hasProject() - Method in interface com.ibm.workplace.wcm.api.Document
Return true if this Document is in a Project.
hasPublishedIdByDraftId(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns true if a published or expired document associated with the supplied draft DocumentId exists
hasReadAccess(UserProfile) - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Contributor' access method calls. Use Workspace.hasContributorAccess(DocumentId documentId) instead
hasReadAccess() - Method in interface com.ibm.workplace.wcm.api.Document
Deprecated. This method is deprecated from version 6.0. Calls to 'Live' access methods have the same effect as 'Contributor' access method calls. Use Workspace.hasContributorAccess(DocumentId documentId) instead
hasSiteArea(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns true if the container has a child SiteArea with the given DocumentId.
hasTemplateMapping(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Returns true if the container has a mapping for the AuthoringTemplate with the given DocumentId.
hasUserAccess(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Checks if user associated with the workspace has User Acccess to the given DocumentId
hasVersions() - Method in interface com.ibm.workplace.wcm.api.VersionCatalog
Returns true if this Document has stored Version documents in the repository.
Hierarchical - Interface in com.ibm.workplace.wcm.api
Interface for WCM Document Types that are stored under a hierarchy of either SiteAreas or Folders.
HierarchicalPrototype - Interface in com.ibm.workplace.wcm.api
An interface defining an object which is a hierarchical prototype in the repository.
HierarchicalTemplate - Interface in com.ibm.workplace.wcm.api
Represents a hierarchical authoring template.
HierarchicalTemplatedDocument - Interface in com.ibm.workplace.wcm.api
An interface defining a hierarchical TemplatedDocument.
HISTORY_ENTRIES_REMOVED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording that the HistoryLog has entries removed.
HistoryLogEntry - Interface in com.ibm.workplace.wcm.api
A read-only History Log Entry
HistoryLogEntryCodes - Interface in com.ibm.workplace.wcm.api
A list of event codes returned by the HistoryLogEntry.getCode().
HistoryLogIterator - Interface in com.ibm.workplace.wcm.api
HistoryLogIterator iterates over HistoryLogEntry objects.
HistorySelectors - Class in com.ibm.workplace.wcm.api.query
HistorySelectors is a helper class to create history related Selector.
HistorySelectors() - Constructor for class com.ibm.workplace.wcm.api.query.HistorySelectors
 
HTMLComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a HTMLComponent.
HTMLComponent - Interface in com.ibm.workplace.wcm.api
Represents a HTML component.

I

Identity<T> - Interface in com.ibm.workplace.wcm.api
Represents the ID of a WCM API object.
idEquals(Identity) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing id 'equals'.
IDigitalAsset - Interface in com.ibm.workplace.wcm.api.extensions.digitalasset
IDigitalAsset defines the information for a given managed asset.
IDigitalAsset.ResourceManagementOption - Enum in com.ibm.workplace.wcm.api.extensions.digitalasset
ResourceManagementOption defines the management options that are valid for a managed DigitalAsset.
idIn(Identity...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing id 'in'.
idIn(Collection<? extends Identity>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing id 'in'.
IllegalDocumentTypeException - Exception in com.ibm.workplace.wcm.api.exceptions
 
IllegalDocumentTypeException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.IllegalDocumentTypeException
Constructor.
IllegalDocumentTypeException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.IllegalDocumentTypeException
Constructs a new exception with the given message.
IllegalDocumentTypeException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.IllegalDocumentTypeException
Constructor that requires detail plus a cause exception
IllegalDocumentTypeException(DocumentType, DocumentType) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.IllegalDocumentTypeException
Constructor that requires detail plus a cause exception
IllegalTypeChangeException - Exception in com.ibm.workplace.wcm.api.exceptions
 
IllegalTypeChangeException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.IllegalTypeChangeException
Constructor.
IllegalTypeChangeException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.IllegalTypeChangeException
Constructs a new exception with the given message.
IllegalTypeChangeException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.IllegalTypeChangeException
Constructor that requires detail plus a cause exception
ImageComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a ImageComponent.
ImageComponent - Interface in com.ibm.workplace.wcm.api
Represents an Image component.
importLibraryFromStream(Workspace, InputStream, Locale) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Import document library from the supplied input stream as a new library.
insertContent(DocumentId, DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteArea
Deprecated. use Workspace.createContent(authoringTemplateId, parentSiteId, siblingId, position) instead
insertSiteArea(DocumentId, DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Deprecated. use Workspace.createSiteArea(parentId, siblingId, position) instead.
IS_PREVIEW_PARAMETER - Static variable in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionRequest
Key of the request parameter that indicates if the current request is a request trigger from a preview authoring action.
isAuthenticationRequired() - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Returns true if and only if the following conditions are met: The user is not authenticated yet. The filter chain has not determined a Portal page to show, that is, ContentPageResolutionResponse.getPageID() returns null. The filter chain might return a Portal page for an authenticated user, that is, there are matching Portal pages but the anonymous user is not authorised to access them.
isAuthoringTemplateType() - Method in interface com.ibm.workplace.wcm.api.DocumentType
Checks if the DocumentType is an Authoring Template type.
isChanged() - Method in interface com.ibm.workplace.wcm.api.Editable
Returns the value of the changed flag.
isClearable() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Checks if the link can be cleared.
isClearable() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Checks if the link can be cleared.
isCommentOnApprovalEnabled() - Method in interface com.ibm.workplace.wcm.api.WorkflowStage
Indicates if this Workflow Stage has commenting enabled on approval
isConsiderFileContentsValid() - Method in exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
If true the file contents should be considered valid, even though an exception was thrown during validation.
isContentComponentType() - Method in interface com.ibm.workplace.wcm.api.DocumentType
Checks if the DocumentType is a Content Component type.
isContributorAccessInherited() - Method in interface com.ibm.workplace.wcm.api.Document
Checks if the Contributor access permissions will be inherited from the parent of this Document.
isDeletionProhibited() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Indicates if this DocumentLibrary has deletion prohibited.
isDigitalAssetManaged() - Method in interface com.ibm.workplace.wcm.api.DigitalAssetManagable
Indicates is the Component asset is extenrally managed
isDistinguishedNamesUsed() - Method in interface com.ibm.workplace.wcm.api.Workspace
Indicates whether this Workspace is set to use distinguished names for users Returns true if this Workspace is set to use distinguished names rather than their common names.
isDraft() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns true if the current document has a workflow status of 'draft'
isDraft() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns true if the Document represented by this DocumentId is a draft document.
isDraft() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Return true if this Document object is a draft.
isDraftOfPublishedDocument() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Is this a draft of a Published Document
isEditable() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Returns the editable status of this editor.
isEditorAccessInherited() - Method in interface com.ibm.workplace.wcm.api.Document
Checks if the Editor access permissions will be inherited from the parent of this Document.
isEmpty() - Method in interface com.ibm.workplace.wcm.api.Folder
Indicates if this folder contains any children
isEnabled() - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Indicates if this DocumentLibrary is enabled
isEnabled() - Method in interface com.ibm.workplace.wcm.api.Subscriber
Returns true if this Subscriber is enabled, false if not.
isEnabled() - Method in interface com.ibm.workplace.wcm.api.Syndicator
Returns true if this Syndicator is enabled, false if not.
isExpired() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns true if the current document has a workflow status of 'expired'
isExpired() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns true if the Document represented by this DocumentId is a expired document.
isExpired() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Return true if this Document has expired.
isFormattingControlsHidden() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Indicates whether the formatting controls should be hidden from the user when the editor is rendered.
isFormReadOnly() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns true if the form being viewed in the authoring interface is currently in read mode
isFormReadOnly() - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.FormContext
Flag to specify whether the form being viewed in the authoring interface is currently in read or edit mode.
isGenerateContextualLinks() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns whether to generate contextual links if possible.
isHTMLModeHidden() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Indicates whether the HTML mode should be hidden from the user when the editor is rendered.
isIdQuery() - Method in interface com.ibm.workplace.wcm.api.query.Query
Indicates whether this is query for DocumentId or not.
isInherited(LibraryMemberRole) - Method in interface com.ibm.workplace.wcm.api.DocumentLibraryACL
 
isInherited(Access) - Method in interface com.ibm.workplace.wcm.api.Security
Checks if the specified Access level will be inherited from the parent of the associated Item.
isJointApprovalEnabled() - Method in interface com.ibm.workplace.wcm.api.WorkflowStage
Indicates if this Workflow Stage is using Joint Approval
isLibraryComponentType() - Method in interface com.ibm.workplace.wcm.api.DocumentType
Checks if the current DocumentType is a Library Component type.
isLimitedToLibraryImagePicker() - Method in interface com.ibm.workplace.wcm.api.authoring.EditorBean
Indicates whether the Image picker dialog will be limited to library images, and not allow users to upload their own images.
isLocked(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Indicates whether the DocumentId provided is locked or not
isLockedToVersion() - Method in interface com.ibm.workplace.wcm.api.DocumentManagerComponent
Deprecated. Returns true is the document is locked to a specific verison.
isLockedToVersion() - Method in interface com.ibm.workplace.wcm.api.LibraryDocumentManagerComponent
Deprecated. Returns true is the document is locked to a specific version.
isManagedExternally() - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Defines the current state/use of a DiitalAsset.
isManagerAccessInherited() - Method in interface com.ibm.workplace.wcm.api.Document
Checks if the Manager access permissions will be inherited from the parent of this Document.
isMemberOfGroup(String) - Method in interface com.ibm.workplace.wcm.api.Workspace
Indicates if the user of this Workspace is a member of the group with the specified name.
isNew() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns true if the Document opened in the authoring interface has never been saved.
isNew() - Method in interface com.ibm.workplace.wcm.api.Document
Return true if this Document is new and unsaved.
isNew() - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.FormContext
Flag that the Document opened in the authoring interface has never been saved.
isObjectQuery() - Method in interface com.ibm.workplace.wcm.api.query.Query
Indicates whether this is query for Document or not.
isOfEquivalentType(DocumentType<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.DocumentId
Indicates if the type of the Document represented by this DocumentId is 'equivalent' to the DocumentType passed in.
isOfEquivalentType(DocumentType<? extends WCMApiObject>) - Method in interface com.ibm.workplace.wcm.api.DocumentType
Indicates if this DocumentType is 'equivalent' to the DocumentType passed in.
isOfType(DocumentType<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.DocumentId
Indicates if the type of the Document represented by this DocumentId is of the exact same type of the DocumentType passed in.
isOfType(DocumentType<? extends WCMApiObject>) - Method in interface com.ibm.workplace.wcm.api.DocumentType
Indicates if this DocumentType is of the exact same type of the DocumentType passed in.
isPermanentDelete() - Method in interface com.ibm.workplace.wcm.api.custom.DeleteDirectiveParams
Indicates if a permanent delete has been requested
isPermanentDelete() - Method in class com.ibm.workplace.wcm.api.custom.WCM_DeleteDirectiveParams
Indicates if a permanent delete has been requested
isPresentationOverride() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Returns true if a presentation template override has been specified; false otherwise.
isPresetFolder() - Method in interface com.ibm.workplace.wcm.api.Folder
Returns true if this folder is a preset folder
isPreviousStageEnabled() - Method in interface com.ibm.workplace.wcm.api.WorkflowStage
Indicates if the moving to previous stage is enabled (for non-managers) for this Workflow.
isPropagated(LibraryMemberRole) - Method in interface com.ibm.workplace.wcm.api.DocumentLibraryACL
 
isPublished() - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Returns true if the current document has a workflow status of 'published'
isPublished() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns true if the Document represented by this DocumentId is a published document.
isPublished() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Return true if this Document document is live published document.
isPurged() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns true if the Document represented by this DocumentId is a purged document.
isRelative() - Method in enum com.ibm.workplace.wcm.api.Placement
 
isRunning() - Method in interface com.ibm.workplace.wcm.api.SyndicationStatus
Returns true if syndication is currently active.
isRunningEntryActions() - Method in interface com.ibm.workplace.wcm.api.custom.NextStageDirectiveParams
Indicates if the entry actions on the destination stage should be run.
isRunningEntryActions() - Method in interface com.ibm.workplace.wcm.api.custom.PreviousStageDirectiveParams
Indicates if the entry actions on the destination stage should be run.
isRunningEntryActions() - Method in class com.ibm.workplace.wcm.api.custom.WCM_NextStageDirectiveParams
Indicates if the entry actions on the destination stage should be run.
isRunningEntryActions() - Method in class com.ibm.workplace.wcm.api.custom.WCM_PreviousStageDirectiveParams
Indicates if the entry actions on the destination stage should be run.
isRunningExitActions() - Method in interface com.ibm.workplace.wcm.api.custom.NextStageDirectiveParams
Indicates if the exit actions on the current stage are run before moving to the next stage.
isRunningExitActions() - Method in class com.ibm.workplace.wcm.api.custom.WCM_NextStageDirectiveParams
Indicates if the exit actions on the current stage are run before moving to the next stage.
isShownInAuthoringUI() - Method in interface com.ibm.workplace.wcm.api.plugin.AuthoringPlugin
This property should return true if the plugin will be selectable through the Web Content Manager Authoring UI or false if the plugin is to be hidden from users.
isSingleSelect() - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Returns true if this OptionSelectionComponent has been configured within the authoring template to be single select, false if not.
isSystemWorkspace() - Method in interface com.ibm.workplace.wcm.api.Workspace
Returns true if this Workspace will act with system credentials Indicates this Workspace will perform operations with system credentials.
isUserAccessInherited() - Method in interface com.ibm.workplace.wcm.api.Document
Checks if the User access permissions will be inherited from the parent of this Document.
isUseReferenceDescription() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Checks if we use the referenced Document description as the anchor tag title attribute
isUseReferenceDescription() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Checks if we use the referenced Document Description as the anchor tag title attribute.
isUseReferenceLinkText() - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Checks if we use the referenced Document title as the default Link Text
isUseReferenceLinkTextEnabled() - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Checks if we use the referenced document title as the default hyperlink display text.
isValidForForm(FormContext) - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.AuthoringAction
Flag whether this AuthoringAction should be included in the included on the specified forms button bar or ignored for this current open item.
isWorkflowed() - Method in interface com.ibm.workplace.wcm.api.Document
Return true if this Document object is workflowed.
isWorkflowMovingBackward() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Indicates if the workflow is moving backward (ie.
Item - Interface in com.ibm.workplace.wcm.api
Defines a item on repository by providing the least amount of information to identify the item, in order to maximise the performance of APIs.
iterator() - Method in class com.ibm.workplace.wcm.api.CopyOptions
 
iterator() - Method in class com.ibm.workplace.wcm.api.LinkOptions
Get the iterators to the link options.
iterator() - Method in class com.ibm.workplace.wcm.api.MoveOptions
Get the iterator to the move options.
iterator() - Method in class com.ibm.workplace.wcm.api.SaveOptions
Iterator.

J

JSPComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a JSPComponent.
JSPComponent - Interface in com.ibm.workplace.wcm.api
Represents a JSP component.

K

keywordIn(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.ProfileSelectors
Returns a selector representing keywords 'in'.
keywordsContain(String) - Static method in class com.ibm.workplace.wcm.api.query.ProfileSelectors
Returns a selector representing keywords 'contain'.
keywordsContain(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.ProfileSelectors
Returns a selector representing keywords 'contain'.

L

labels() - Method in interface com.ibm.workplace.wcm.api.Version
Returns the labels set on this Version.
lastModifierEquals(String) - Static method in class com.ibm.workplace.wcm.api.query.HistorySelectors
Returns a selector which matches items where the last modification was made by the specified modifier
lastModifierIn(String...) - Static method in class com.ibm.workplace.wcm.api.query.HistorySelectors
Returns a selector which matches items where the last modification was made by a modifier from the specified list
lastModifierIn(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.HistorySelectors
Returns a selector which matches items where the last modification was made by a modifier from the specified Collection
LastVersionDeletionException - Exception in com.ibm.workplace.wcm.api.exceptions
 
LastVersionDeletionException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.LastVersionDeletionException
Constructor.
LastVersionDeletionException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.LastVersionDeletionException
Constructs a new exception with the given message.
LastVersionDeletionException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.LastVersionDeletionException
Constructor that requires detail plus a cause exception
Library - Interface in com.ibm.workplace.wcm.api
Represents a Library.
LibraryAuthoringToolsComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryAuthoringToolsComponent.
LibraryAuthoringToolsComponent - Interface in com.ibm.workplace.wcm.api
Represents an authoring tools component.
LibraryComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for Library Components.
LibraryComponent - Interface in com.ibm.workplace.wcm.api
The root interface in the Library Component hierarchy.
LibraryCreationException - Exception in com.ibm.workplace.wcm.api.exceptions
 
LibraryCreationException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.LibraryCreationException
Constructor.
LibraryCreationException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.LibraryCreationException
Constructs a new exception with the given message.
LibraryCreationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.LibraryCreationException
Constructor that requires detail plus a cause exception
LibraryDateComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryDateComponent.
LibraryDateComponent - Interface in com.ibm.workplace.wcm.api
Represents a Date component.
LibraryDocumentManagerComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
Deprecated. Document Manager is deprecated since 7.0
LibraryDocumentManagerComponent - Interface in com.ibm.workplace.wcm.api
Deprecated. LibraryDocumentManagerComponent is deprecated since 7.0
libraryEquals(Library) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing library 'equals'
LibraryFileComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryFileComponent.
LibraryFileComponent - Interface in com.ibm.workplace.wcm.api
Represents a File component that exists in the Component Library.
LibraryHTMLComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryHTMLComponent.
LibraryHTMLComponent - Interface in com.ibm.workplace.wcm.api
Represents a HTML component that exists in the Component Library.
LibraryImageComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryImageComponent.
LibraryImageComponent - Interface in com.ibm.workplace.wcm.api
Represents an Image component that exists in the Component Library.
libraryIn(Library...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing library 'in'
libraryIn(Collection<? extends Library>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing library 'in'
LibraryJSPComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryJSPComponent.
LibraryJSPComponent - Interface in com.ibm.workplace.wcm.api
Represents an JSP component that exists in the Component Library.
LibraryLinkComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for LibraryLinkComponent
LibraryLinkComponent - Interface in com.ibm.workplace.wcm.api
Represents a Link component that exists in the Component Library.
LIBRARYLOCK_RETRIEVAL_FAILURE - Static variable in interface com.ibm.workplace.wcm.api.ResultTypes
The document type for an operation that could not retrieve the lock on the library in which the operation is to be performed
LibraryMemberRole - Interface in com.ibm.workplace.wcm.api
 
LibraryMemberRoleConstants - Class in com.ibm.workplace.wcm.api
Constants for library member roles
LibraryMemberRoleConstants() - Constructor for class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
LibraryMemberRoles - Interface in com.ibm.workplace.wcm.api
This class contains static references to all library member roles
LibraryMenuComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryMenuComponent.
LibraryMenuComponent - Interface in com.ibm.workplace.wcm.api
Represents a menu component.
LibraryNavigatorComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryNavigatorComponent.
LibraryNavigatorComponent - Interface in com.ibm.workplace.wcm.api
Represents a library navigator component.
LibraryNumericComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryNumericComponent.
LibraryNumericComponent - Interface in com.ibm.workplace.wcm.api
Represents a Number component.
LibraryPageNavigationComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryPageNavigationComponent.
LibraryPageNavigationComponent - Interface in com.ibm.workplace.wcm.api
Represents a page navigation component.
LibraryPersonalizationComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryPersonalizationComponent.
LibraryPersonalizationComponent - Interface in com.ibm.workplace.wcm.api
Represents a personalization component.
LibraryProperties - Interface in com.ibm.workplace.wcm.api
Contains Properties associated with a Library.
LibraryReferenceComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryReferenceComponent.
LibraryReferenceComponent - Interface in com.ibm.workplace.wcm.api
Represents a component reference component.
LibraryResourceType - Interface in com.ibm.workplace.wcm.api
 
LibraryResourceTypes - Interface in com.ibm.workplace.wcm.api
This class contains all static references to available library resource types
LibraryRichTextComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryRichTextComponent.
LibraryRichTextComponent - Interface in com.ibm.workplace.wcm.api
Represents a RichText component that exists in the Component Library.
LibrarySearchComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibrarySearchComponent.
LibrarySearchComponent - Interface in com.ibm.workplace.wcm.api
Represents a search component.
LibraryShortTextComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryShortTextComponent.
LibraryShortTextComponent - Interface in com.ibm.workplace.wcm.api
Represents an Short Text component that exists in the Component Library.
LibraryStyleSheetComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryStyleSheetComponent.
LibraryStyleSheetComponent - Interface in com.ibm.workplace.wcm.api
Represents a Style Sheet component that exists in the Component Library.
LibraryTaskResult - Interface in com.ibm.workplace.wcm.api
Represents the result of performing an operation on an item in the repository
LibraryTaxonomyComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryTaxonomyComponent.
LibraryTaxonomyComponent - Interface in com.ibm.workplace.wcm.api
Represents a taxonomy component.
LibraryTextComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryTextComponent.
LibraryTextComponent - Interface in com.ibm.workplace.wcm.api
Represents an Text component that exists in the Component Library.
LibraryUserNameComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryUserNameComponent.
LibraryUserNameComponent - Interface in com.ibm.workplace.wcm.api
Represents a user name component.
LibraryUserSelectionComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LibraryUserSelectionComponent.
LibraryUserSelectionComponent - Interface in com.ibm.workplace.wcm.api
Represents a UserSelection component.
LinkComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a LinkComponent.
LinkComponent - Interface in com.ibm.workplace.wcm.api
Represents a Link component.
LinkOption - Interface in com.ibm.workplace.wcm.api
An optional parameter when performing API link creation.
LinkOptions - Class in com.ibm.workplace.wcm.api
A container for specifying multiple LinkOptions when performing API link creation.
LinkOptions() - Constructor for class com.ibm.workplace.wcm.api.LinkOptions
Default constructor.
Location - Interface in com.ibm.workplace.wcm.api
Represents a document location used to specify the destination for copy and move operations.
lock(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Locks the document (draft or non-draft) provided by the DocumentId.
login() - Method in interface com.ibm.workplace.wcm.api.Workspace
Performs a login at the Workspace level.
logout() - Method in interface com.ibm.workplace.wcm.api.Workspace
Performs a logout at the Workspace level
lookup(int) - Static method in enum com.ibm.workplace.wcm.api.security.Access
Looks up the Access object whose integer value equals to the given value.

M

Manager - Static variable in interface com.ibm.workplace.wcm.api.LibraryMemberRoles
 
MANAGER_STRING - Static variable in class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
MarkForDeletionFailedException - Exception in com.ibm.workplace.wcm.api.exceptions
 
MarkForDeletionFailedException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MarkForDeletionFailedException
Constructor
MarkForDeletionFailedException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MarkForDeletionFailedException
Constructor that requires detail plus a cause exception
MarkForDeletionFailedException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MarkForDeletionFailedException
Constructs a new exception with the given message.
MarkForDeletionFailedException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MarkForDeletionFailedException
Constructor to only be used by sub classes
MarkForDeletionFailedException(Localized) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MarkForDeletionFailedException
Constructor that requires a localized message
markItemForDeletion(Workspace, Project, Document) - Method in class com.ibm.workplace.wcm.api.ProjectService
Set a Document into deleted state.
MaximumProjectItemsReachedException - Exception in com.ibm.workplace.wcm.api.exceptions
 
MaximumProjectItemsReachedException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MaximumProjectItemsReachedException
Constructor.
MaximumProjectItemsReachedException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MaximumProjectItemsReachedException
Constructs a new exception with the given message.
MaximumProjectItemsReachedException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MaximumProjectItemsReachedException
Constructor that requires detail plus a cause exception
MEDIA_TYPE_ALL - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for any media-type device
MEDIA_TYPE_AURAL - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for speech and sound synthesizers
MEDIA_TYPE_BRAILLE - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for Braille touch-feedback devices
MEDIA_TYPE_HANDHELD - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for small or handheld devices
MEDIA_TYPE_PRINT - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for page-by-page use, typically printed on paper
MEDIA_TYPE_PROJECTION - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for projection using transparent media
MEDIA_TYPE_SCREEN - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for continuous (non-paged) color computer screens
MEDIA_TYPE_TTY - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for media that uses a fixed-pitch character grid
MEDIA_TYPE_TV - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Target style rules for television-link devices
MEDIA_TYPE_UNSPECIFIED - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
No style rules have been specified
MESSAGE_PROPERTY_ACTION - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains an indication of the action being performed.
MESSAGE_PROPERTY_AUTHORING_TEMPLATE_DOCID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the ID of the authoring template for an item in a MessageUpdateType.IWKContentUpdate message
MESSAGE_PROPERTY_AUTHORING_TEMPLATE_NAME - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the name of the authoring template for an item in a MessageUpdateType.IWKContentUpdate message
MESSAGE_PROPERTY_CHANGEID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
 
MESSAGE_PROPERTY_DOCID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the ID of the item in a MessageUpdateType.IWKContentUpdate message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE or PrerenderMessageType.ITEM
MESSAGE_PROPERTY_DOCNAME - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the name of the item in a MessageUpdateType.IWKContentUpdate message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE or PrerenderMessageType.ITEM
MESSAGE_PROPERTY_DOCTYPE - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the type (DocumentType) of the item in a MessageUpdateType.IWKContentUpdate message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE or PrerenderMessageType.ITEM
MESSAGE_PROPERTY_DOCUMENT_RENAMED_BOOL - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that indicates if the changed item was also renamed.
MESSAGE_PROPERTY_ITEM_PENDING_STATUS - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the pending status of an item in a MessageUpdateType.IWKContentUpdate message.
MESSAGE_PROPERTY_ITEM_STATE_INT - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the state of a ContentItem update in a MessageUpdateType.IWKContentUpdate message.
MESSAGE_PROPERTY_ITEM_STATE_STRING - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the state of a ContentItem update in a MessageUpdateType.IWKContentUpdate message.
MESSAGE_PROPERTY_ITEM_STATUS - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the status of an item in a MessageUpdateType.IWKContentUpdate message.
MESSAGE_PROPERTY_LIBRARY_ID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the type (DocumentType) of the item in a MessageUpdateType.IWKContentUpdate message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE
MESSAGE_PROPERTY_LIBRARY_NAME - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the name of the library for an item in a MessageUpdateType.IWKContentUpdate message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE
MESSAGE_PROPERTY_LOCATION - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the filesystem location for the current Prerendering event.
MESSAGE_PROPERTY_NAME - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
 
MESSAGE_PROPERTY_OLD_LIBRARY_ID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the id of the old library for an item in a MessageUpdateType.IWKContentUpdate with State Moved message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE
MESSAGE_PROPERTY_OLD_LIBRARY_NAME - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the name of the old library for an item in a MessageUpdateType.IWKContentUpdate with State Moved message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE
MESSAGE_PROPERTY_OLD_PARENT_DOCID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the ID of the old parent of an item in a MessageUpdateType.IWKContentUpdate message with State Moved
MESSAGE_PROPERTY_OLD_PARENT_DOCTYPE - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the type (DocumentType) of the items old parent in a MessageUpdateType.IWKContentUpdate with State Moved message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE or PrerenderMessageType.ITEM
MESSAGE_PROPERTY_PARENT_DOCID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the ID of the parent for an item in a MessageUpdateType.IWKContentUpdate message
MESSAGE_PROPERTY_PARENT_DOCTYPE - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the type (DocumentType) of the parent of an item in a MessageUpdateType.IWKContentUpdate message or MessageUpdateType.IWKPrerenderUpdate with a MESSAGE_PROPERTY_PRERENDER_TYPE value of PrerenderMessageType.SITE or PrerenderMessageType.ITEM
MESSAGE_PROPERTY_PRERENDER_TYPE - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the type of prerendering event/message being delivered.
MESSAGE_PROPERTY_PROJECT_DOCID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the ID of the Project associated with an item in a MessageUpdateType.IWKContentUpdate message
MESSAGE_PROPERTY_SOURCE_NODE_NAME - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that identifies the node that the message was initiated from
MESSAGE_PROPERTY_STATUS_INT - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the subsystem status being indicated by the event/message in a MessageUpdateType.IWKPrerenderUpdate or MessageUpdateType.IWKSyndicationUpdate message.
MESSAGE_PROPERTY_STATUS_STRING - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the subsystem status being indicated by the event/message in a MessageUpdateType.IWKPrerenderUpdate or MessageUpdateType.IWKSyndicationUpdate message.
MESSAGE_PROPERTY_SUBSCRIBER_ID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the Id of the Subscriber in the Syndicator/Subscriber pair involved in the Syndication event
MESSAGE_PROPERTY_SUBSCRIBER_NAME - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the name of the Subscriber in the Syndicator/Subscriber pair involved in the Syndication event
MESSAGE_PROPERTY_SYNDICATION_IN_PROGRESS - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a ItemChange MessageMap that indicates if syndication is currently in progress.
MESSAGE_PROPERTY_SYNDICATION_MODE - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the type of syndication event/message being delivered.
MESSAGE_PROPERTY_SYNDICATOR_ID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the Id of the Syndicato in the Syndicator/Subscriber pair involved in the Syndication event
MESSAGE_PROPERTY_SYNDICATOR_NAME - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the name of the Syndicator in the Syndicator/Subscriber pair involved in the Syndication event
MESSAGE_PROPERTY_VPID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the ID of the Virtual Portal that this request originated from.
MESSAGE_PROPERTY_WORKFLOW_DOCID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the ID of the workflow for an item in a MessageUpdateType.IWKContentUpdate message
MESSAGE_PROPERTY_WORKFLOW_STAGE_DOCID - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the ID of the current workflow stage ID for an item in a MessageUpdateType.IWKContentUpdate message
MESSAGE_QUEUE_NAME_PROPERTY - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
 
MESSAGE_QUEUE_QUERY_ACTION_PROPERTY - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
Property in a MessageMap that contains the status request type MessageQueueStatusType for a message of JMSType MessageStatusType.IWKSyndicationStatus.
MESSAGE_QUEUE_QUERY_SYNDICATOR_NAME_PROPERTY - Static variable in class com.ibm.workplace.wcm.api.messaging.MessagingConstants
 
MessagingConstants - Class in com.ibm.workplace.wcm.api.messaging
 
MessagingConstants() - Constructor for class com.ibm.workplace.wcm.api.messaging.MessagingConstants
 
MessagingConstants.ItemState - Enum in com.ibm.workplace.wcm.api.messaging
The state of an item.
MessagingConstants.ItemStatus - Enum in com.ibm.workplace.wcm.api.messaging
Represents the valid status's of an item.
MessagingConstants.MessageQueueID - Enum in com.ibm.workplace.wcm.api.messaging
MessageQueueID is used by a client application to send a Point to point message to WCM The name of the ID should be specified as the value of the MESSAGE_QUEUE_NAME_PROPERTY key in the MessageMap.
MessagingConstants.MessageQueueStatusType - Enum in com.ibm.workplace.wcm.api.messaging
Value for the MESSAGE_QUEUE_QUERY_ACTION_PROPERTY property, to indicate the type/amount of status being requested for a given message of JMSType MessageStatusType.
MessagingConstants.MessageStatusType - Enum in com.ibm.workplace.wcm.api.messaging
The value of a JMSType for message send to WCM via a Queue and belonging to a TopicID.
MessagingConstants.MessageUpdateType - Enum in com.ibm.workplace.wcm.api.messaging
The value of a JMSType for message published from WCM for messages of belonging to MessageQueueID.
MessagingConstants.PrerenderAction - Enum in com.ibm.workplace.wcm.api.messaging
Value of the MESSAGE_PROPERTY_ACTION in the MessageMap for a published message of type TopicID.PRERENDER CACHE indicates the site/item is being cached, prerendered, written to disk.
MessagingConstants.PrerenderMessageType - Enum in com.ibm.workplace.wcm.api.messaging
Message type for a prerendering topic, a message of JMSType MessageUpdateType.IWKPrerenderUpdate.
MessagingConstants.SubsystemStatus - Enum in com.ibm.workplace.wcm.api.messaging
SubSystem Status is used when publishing MessageUpdateType.IWKSyndicationUpdate and MessageUpdateType.IWKSyndicationUpdate messages to indicate the starting/stopping of a particular event.
MessagingConstants.SyndicationMessageMode - Enum in com.ibm.workplace.wcm.api.messaging
Value of the MESSAGE_PROPERTY_SYNDICATION_MODE in the MessageMap for a published message of type TopicID.SYNDICATION Syndicator indicates the event is coming from the Syndicator side of Syndication.
MessagingConstants.TopicID - Enum in com.ibm.workplace.wcm.api.messaging
TopicID is used in the MessageMap to identify the type of message being send.
MODE_ALL - Static variable in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.ListenConfig
The portlet listens to context changes from itself and other portlets
MODE_CURRENT_PAGE - Static variable in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.PublishConfig
The portlet publishes to the current page
MODE_DYNAMIC - Static variable in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.PublishConfig
The portlet publishes to a page.
MODE_NONE - Static variable in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.ListenConfig
The portlet does not listen
MODE_NONE - Static variable in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.PublishConfig
The portlet does not publish
MODE_PREDEFINED_PAGE - Static variable in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.PublishConfig
The portlet publishes to a page.
MODE_SELF - Static variable in interface com.ibm.workplace.wcm.api.extensions.url.PortletContextSharingConfig.ListenConfig
The portlet listens to context changes from itself
modifiedBefore(Date) - Static method in class com.ibm.workplace.wcm.api.query.HistorySelectors
Returns a selector matching content modified before the specified date The comparison is exclusive, i.e.
modifiedSince(Date) - Static method in class com.ibm.workplace.wcm.api.query.HistorySelectors
Returns a selector matching content modified since the specified date The comparison is inclusive, i.e.
modifier() - Method in interface com.ibm.workplace.wcm.api.Version
The String distinguished name of the last modifier that created this Version.
MOVE - Static variable in interface com.ibm.workplace.wcm.api.SaveOption
 
move(DocumentId<? extends Document>, DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Moves a document and adds it under a new parent.
move(Placeable, PlacementLocation, MoveOptions) - Method in interface com.ibm.workplace.wcm.api.Workspace
Moves the supplied Placeable document to the target location according to the rules specified by the moveOptions parameter.
move(Document, ParentLocation, MoveOptions) - Method in interface com.ibm.workplace.wcm.api.Workspace
Moves the supplied document to the new parent according to the rules specified by the moveOptions parameter.
moveCategory(DocumentId, DocumentId) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. Use Workspace.move instead
moveItemToFolder(Workspace, Folder, Item) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Deprecated. Use Workspace.move instead
MoveOption - Interface in com.ibm.workplace.wcm.api
An optional parameter when performing an API move.
MoveOptions - Class in com.ibm.workplace.wcm.api
A container for specifying multiple MoveOptions when performing an API move.
MoveOptions() - Constructor for class com.ibm.workplace.wcm.api.MoveOptions
Default constructor
moveSiteFrameworkDocument(DocumentId, DocumentId, DocumentId, int) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use Workspace.move(Placeable, PlacementLocation, MoveOptions) instead.
moveToLibrary(DocumentLibrary, DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
This method moves non-hierarchical or root items to another library.
MultipleDraftsExistException - Exception in com.ibm.workplace.wcm.api.exceptions
Gets thrown when a draft in a project is marked for deletion while there exists other drafts for the same published version.
MultipleDraftsExistException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MultipleDraftsExistException
Constructor
MultipleDraftsExistException(String, String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MultipleDraftsExistException
Constructs a new exception with the given message.
MultipleDraftsExistException(String, Throwable, String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MultipleDraftsExistException
Constructor that requires detail plus a cause exception
MultipleDraftsExistException(Localized, String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.MultipleDraftsExistException
Constructor that requires a localized message

N

nameEquals(String) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing name 'equals'
nameIn(String...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches on any supplied name
nameIn(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches on any supplied name
nameLike(String) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing name 'like'.
next() - Method in interface com.ibm.workplace.wcm.api.ContentComponentIterator
Returns the next element in the interation.
next() - Method in interface com.ibm.workplace.wcm.api.DocumentIdIterator
Returns the next element in the iteration.
next() - Method in interface com.ibm.workplace.wcm.api.DocumentIterator
Returns the next element in the iteration.
next() - Method in interface com.ibm.workplace.wcm.api.HistoryLogIterator
Returns the next element in the iteration.
next() - Method in interface com.ibm.workplace.wcm.api.query.PageIterator
Returns a simple Iterator over the results in the next page
NEXT_WORKFLOW_STAGE - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to move the target Document to the next workflow stage.
nextDocument() - Method in interface com.ibm.workplace.wcm.api.DocumentIterator
Deprecated. use DocumentIterator.next() instead. Since this class has been generified, the two methods are identical.
nextId() - Method in interface com.ibm.workplace.wcm.api.DocumentIdIterator
Deprecated. Use DocumentIdIterator.next(). Since this class has been generified, the two methods are identical.
nextLogEntry() - Method in interface com.ibm.workplace.wcm.api.HistoryLogIterator
Deprecated. use HistoryLogIterator.next() instead
NextStageDirectiveParams - Interface in com.ibm.workplace.wcm.api.custom
The NextStageDirectiveParams object is used to specify arguments or options to a 'NextStage' Directive.
nextWorkflowStage() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Deprecated. use WorkflowedDocument.nextWorkflowStage(boolean, boolean, String)}
nextWorkflowStage(boolean, boolean) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Deprecated. use WorkflowedDocument.nextWorkflowStage(boolean, boolean, String)}
nextWorkflowStage(boolean, boolean, String) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Move this Document onject into the next stage in its workflow.
NoMoreWorkflowStagesException - Exception in com.ibm.workplace.wcm.api.exceptions
 
NoMoreWorkflowStagesException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoMoreWorkflowStagesException
Constructor.
NoMoreWorkflowStagesException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoMoreWorkflowStagesException
Constructs a new exception with the given message.
NoMoreWorkflowStagesException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoMoreWorkflowStagesException
Constructor that requires detail plus a cause exception
NONE - Static variable in interface com.ibm.workplace.wcm.api.SaveOption
 
NoNextStageException - Exception in com.ibm.workplace.wcm.api.exceptions
To signify the document can not be moved to the next stage in its workflow because it is already in the last stage of the worflow.
NoNextStageException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoNextStageException
Constructor
NoNextStageException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoNextStageException
Constructor
NoNextStageException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoNextStageException
Constructor
NoNextStageException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoNextStageException
Constructor
NoPreviousStageException - Exception in com.ibm.workplace.wcm.api.exceptions
To signify the document can not be put in the previous stage of the current workflow because it is already in the first stage of the workflow.
NoPreviousStageException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoPreviousStageException
Constructor
NoPreviousStageException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoPreviousStageException
Constructor
NoPreviousStageException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoPreviousStageException
Constructor
NoPreviousStageException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.NoPreviousStageException
Constructor
NoSaveOption - Class in com.ibm.workplace.wcm.api
The NoSaveOption represents the default save option that is used when no options are specified.
NoSaveOption() - Constructor for class com.ibm.workplace.wcm.api.NoSaveOption
 
NOT - Static variable in class com.ibm.workplace.wcm.api.query.Operator
 
NumericComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a NumericComponent.
NumericComponent - Interface in com.ibm.workplace.wcm.api
Represents a Number component.

O

onSubscriberComplete(SubscriberEvent) - Method in interface com.ibm.workplace.wcm.api.extensions.syndication.SubscriberComplete
Execute any extensions registered for the Subscriber Process Complete Event in the syndication engine.
onSubscriberReady(SubscriberEvent) - Method in interface com.ibm.workplace.wcm.api.extensions.syndication.SubscriberReady
Execute any extensions registered for the Subscriber Ready Event in the syndication engine.
onSyndicatorComplete(SyndicatorEvent) - Method in interface com.ibm.workplace.wcm.api.extensions.syndication.SyndicatorComplete
Execute any extensions registered for the Syndicator Complete Event in the syndication engine.
onSyndicatorStarted(SyndicatorEvent) - Method in interface com.ibm.workplace.wcm.api.extensions.syndication.SyndicatorStarted
Execute any extensions registered for the Syndicator Started event in the syndication engine.
OpenDocument - Class in com.ibm.workplace.wcm.api.extensions.authoring.directive
This directive will open the specified target document in the authoring UI on completion of the action.
OpenDocument(List<DocumentId>, boolean) - Constructor for class com.ibm.workplace.wcm.api.extensions.authoring.directive.OpenDocument
Construct a new OpenDocument directive.
openInReadMode() - Method in class com.ibm.workplace.wcm.api.extensions.authoring.directive.OpenDocument
 
OPERATION_PARTIAL_SUCCESS - Static variable in interface com.ibm.workplace.wcm.api.ResultTypes
The document type for an operation that was partially successful - there were some errors during its execution
OPERATION_SUCCESS - Static variable in interface com.ibm.workplace.wcm.api.ResultTypes
The document type for a completely successful operation
OperationFailedException - Exception in com.ibm.workplace.wcm.api.exceptions
 
OperationFailedException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.OperationFailedException
Constructor.
OperationFailedException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.OperationFailedException
Constructs a new exception with the given message.
OperationFailedException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.OperationFailedException
Constructor that requires detail plus a cause exception
Operator - Class in com.ibm.workplace.wcm.api.query
Defined the operator for the query, this is the share class in both API and implementation.
OptionSelectionComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a OptionSelectionComponent.
OptionSelectionComponent - Interface in com.ibm.workplace.wcm.api
Represents a OptionSelection component.
OptionType - Enum in com.ibm.workplace.wcm.api
OptionType is a simple enum defining the different option types that can be set in option selection elements.
OR - Static variable in class com.ibm.workplace.wcm.api.query.Operator
 
ordinal() - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.AuthoringAction
Get the desired relative order that this action will appear when compared to all other AuthoringActions that will be included on the authoring form.
outputDocumentListModifiedBetweenToStream(Workspace, String, Date, Date, DocumentListWriter, Locale) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Export a list of all items modified between the specified dates to the passed character stream.
outputDocumentListModifiedSinceToStream(Workspace, String, Date, DocumentListWriter, Locale) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Export a list of all items modified since the specified date to the passed character stream.
outputDocumentListToStream(Workspace, String, DocumentListWriter, Locale) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Export a list of all items in a document library to the passed character stream.
ownersContain(String) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items whose list of owners contains the specified owner
ownersContain(String...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items whose list of owners contains each specified owner
ownersContain(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector which matches items whose list of owners contains each specified owner

P

PageIterator<T> - Interface in com.ibm.workplace.wcm.api.query
Extends Iterator, provides additional paging methods using the default iterator methods.
PageOptions - Interface in com.ibm.workplace.wcm.api
The page configurations of a navigator component.
ParentLocation - Class in com.ibm.workplace.wcm.api
 
ParentLocation(DocumentId) - Constructor for class com.ibm.workplace.wcm.api.ParentLocation
Represents a parent location for a Document.
PENDING_WORKFLOWSTATUS_DELETED - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Item is marked for deletion and is pending delete.
PENDING_WORKFLOWSTATUS_EXPIRED - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Pending workflow status for expired.
PENDING_WORKFLOWSTATUS_NONE - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Pending workflow status for none.
PENDING_WORKFLOWSTATUS_PUBLISHED - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Pending workflow status for published.
Placeable - Interface in com.ibm.workplace.wcm.api
An interface defining an Document that can be placed relative to other Documents.
Placement - Enum in com.ibm.workplace.wcm.api
 
PlacementLocation - Class in com.ibm.workplace.wcm.api
 
PlacementLocation(DocumentId, Placement) - Constructor for class com.ibm.workplace.wcm.api.PlacementLocation
Represents a location for a Placeable document.
PortalPage - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for PortalPage
PortalPage - Interface in com.ibm.workplace.wcm.api
Represents a Portal Page Object.
PortletContextSharingConfig - Interface in com.ibm.workplace.wcm.api.extensions.url
Interface that allows the specification of how the rendering portlet receives and broadcast links with other portlets.
PortletContextSharingConfig.ListenConfig - Interface in com.ibm.workplace.wcm.api.extensions.url
The configuration of the portlet that defines how the portlet listens to shared context state.
PortletContextSharingConfig.PublishConfig - Interface in com.ibm.workplace.wcm.api.extensions.url
The configuration of the portlet that defines how the portlet publishes shared context state.
PrerenderAuthenticationCredentials - Interface in com.ibm.workplace.wcm.api.prerender
This interface is used by the WCMDefaultPrerenderAutthenticator to retrieve user credentials.
PrerenderAuthenticator - Interface in com.ibm.workplace.wcm.api.prerender
Used by the extended Cacher (Prerendering service ) to authenticate w/ Portal?WCM so that the cacher can establish a HTTP/HTTPS connection, to execute the prerendering.
PrerenderException - Exception in com.ibm.workplace.wcm.api.prerender
The exception is to be thrown by a PrerenderAuthenticator if an error occurs whilst trying to authenticate.
PrerenderException() - Constructor for exception com.ibm.workplace.wcm.api.prerender.PrerenderException
Constructor.
PrerenderException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.prerender.PrerenderException
Constructor that requires detail plus a cause exception
PrerenderException(String) - Constructor for exception com.ibm.workplace.wcm.api.prerender.PrerenderException
Constructor that requires detail
PrerenderException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.prerender.PrerenderException
Constructor that requires a cause exception
PresentationTemplate - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a PresentationTemplate
PresentationTemplate - Static variable in interface com.ibm.workplace.wcm.api.LibraryResourceTypes
 
PresentationTemplate - Interface in com.ibm.workplace.wcm.api
Represents a Presentation Template in the repository.
PresetFolderType - Enum in com.ibm.workplace.wcm.api
Defines available types of library preset folders.
PREVIOUS_WORKFLOW_STAGE - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to move the target Document to the previous workflow stage.
PreviousStageDirectiveParams - Interface in com.ibm.workplace.wcm.api.custom
The PreviousStageDirectiveParams object is used to specify arguments or options to a 'PreviousStage' Directive.
PreviousStageNotEnabledException - Exception in com.ibm.workplace.wcm.api.exceptions
This exception is thrown when attempting to move a Document to its previous workflow stage when moving to the previous workflow stage has been disabled within the workflow.
PreviousStageNotEnabledException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.PreviousStageNotEnabledException
Constructor.
PreviousStageNotEnabledException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.PreviousStageNotEnabledException
Constructs a new exception with the given message.
PreviousStageNotEnabledException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.PreviousStageNotEnabledException
Constructor that requires detail plus a cause exception
previousWorkflowStage(boolean) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Deprecated. use WorkflowedDocument.previousWorkflowStage(boolean, String)
previousWorkflowStage(boolean, String) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Move this document to its previous stage in the workflow.
printStackTrace() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Overridden to include cause
printStackTrace(PrintStream) - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Overridden to include cause
printStackTrace(PrintWriter) - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMException
Overridden to include cause
printStackTrace() - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
Overridden to include cause
printStackTrace(PrintStream) - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
Overridden to include cause
printStackTrace(PrintWriter) - Method in exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
Overridden to include cause
Privileged_User - Static variable in interface com.ibm.workplace.wcm.api.LibraryMemberRoles
 
PRIVILEGED_USER_STRING - Static variable in class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
process(HttpSession, ContextProcessorParams) - Method in interface com.ibm.workplace.wcm.api.ContextProcessor
Processes the supplied ContextProcessorParams and updates parameters within as necessary
ProfileSelectors - Class in com.ibm.workplace.wcm.api.query
ProfileSelectors is a helper class to create profile related Selector.
ProfileSelectors() - Constructor for class com.ibm.workplace.wcm.api.query.ProfileSelectors
 
Project - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for Project
Project - Interface in com.ibm.workplace.wcm.api
This class represents Project object
Project.ApprovalMode - Enum in com.ibm.workplace.wcm.api
The list of valid project approval modes
Project.CommentMode - Enum in com.ibm.workplace.wcm.api
The list of valid project comment modes
Project.PublishOptions - Enum in com.ibm.workplace.wcm.api
The list of valid project publish options
PROJECT_APPROVAL_WITHDRAWN - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording an approval being removed from a Project.
PROJECT_APPROVED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project being approved.
PROJECT_CHANGED_STATE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
Deprecated. use PROJECT_ENTERED_{state} instead.
PROJECT_DOCUMENT_ADDED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document being added to a Project.
PROJECT_DOCUMENT_REMOVED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document being removed from a Project.
PROJECT_ENTERED_ACTIVE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project entering ACTIVE state.
PROJECT_ENTERED_PENDING - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project entering PENDING state.
PROJECT_ENTERED_PUBLISH_FAILED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project entering PUBLISHED_FAILED state.
PROJECT_ENTERED_PUBLISHED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project entering PUBLISHED state.
PROJECT_ENTERED_PUBLISHING - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project entering PUBLISHING state.
PROJECT_ENTERED_REJECTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project entering REJECTED state.
PROJECT_ENTERED_REVIEW - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project entering REVIEW state.
PROJECT_ENTERED_SYNDICATING - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project entering SYNDICATING state.
PROJECT_PUBLISHED_STATE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project changing state.
PROJECT_REJECTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project being rejected.
PROJECT_SUBMITTED_FOR_REVIEW - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project being submitted for Review.
PROJECT_WITHDRAWN_FROM_REVIEW - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Project being withdrawn from Review.
projectEquals(Identity) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing project id 'equals'.
ProjectException - Exception in com.ibm.workplace.wcm.api.exceptions
 
ProjectException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ProjectException
Constructor.
ProjectException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ProjectException
Constructs a new exception with the given message.
ProjectException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ProjectException
Constructor that requires detail plus a cause exception
projectIn(Identity...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing project id 'in'.
ProjectInvalidStateException - Exception in com.ibm.workplace.wcm.api.exceptions
Indicates the Project is invalid state to peform an operation
ProjectInvalidStateException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ProjectInvalidStateException
Constructor
ProjectInvalidStateException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ProjectInvalidStateException
Constructor
ProjectInvalidStateException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ProjectInvalidStateException
Constructor
ProjectPrototype - Interface in com.ibm.workplace.wcm.api
Models the prototype of a ProjectTemplate
ProjectService - Class in com.ibm.workplace.wcm.api
ProjectService enables access to the WCM API through Portal services.
ProjectService() - Constructor for class com.ibm.workplace.wcm.api.ProjectService
Constructor
ProjectStateSelectors - Class in com.ibm.workplace.wcm.api.query
ProjectStateSelector is a helper class to create project state related Selector.
ProjectStateSelectors() - Constructor for class com.ibm.workplace.wcm.api.query.ProjectStateSelectors
 
ProjectStateSelectors.State - Enum in com.ibm.workplace.wcm.api.query
Project state
ProjectTemplate - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for ProjectTemplate
ProjectTemplate - Interface in com.ibm.workplace.wcm.api
A template from which Projects can be created.
PropertyRetrievalException - Exception in com.ibm.workplace.wcm.api.exceptions
 
PropertyRetrievalException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.PropertyRetrievalException
Constructor.
PropertyRetrievalException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.PropertyRetrievalException
Constructs a new exception with the given message.
PropertyRetrievalException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.PropertyRetrievalException
Constructor that requires detail plus a cause exception
Prototype - Interface in com.ibm.workplace.wcm.api
An interface defining an object which is a prototype in the repository.
publish() - Method in interface com.ibm.workplace.wcm.api.Project
Publish this project.
PublishAction - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for PublishAction
PublishAction - Interface in com.ibm.workplace.wcm.api
Represents a publish action.
publishAfter(Date, boolean) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing 'after' a specified workflow publish date.
publishBefore(Date, boolean) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing 'before' a specified workflow publish date.
purge(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Purges an item with the given DocumentId.

Q

Query - Interface in com.ibm.workplace.wcm.api.query
An interface defining a query for QueryService.
QueryDepth - Enum in com.ibm.workplace.wcm.api.query
If a Query is scoped to parents, QueryDepth tells the Query to return all descendants or children of the parent(s).
QueryElement - Interface in com.ibm.workplace.wcm.api.query
Base QueryElement interface of the query, do not use directly.
QueryService - Interface in com.ibm.workplace.wcm.api.query
The QueryService provides the ability to retrieve WCM Document by DocumentQuery.
QueryServiceException - Exception in com.ibm.workplace.wcm.api.exceptions
 
QueryServiceException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.QueryServiceException
 
QueryStructureException - Exception in com.ibm.workplace.wcm.api.query
The QueryStructureException is thrown if the query is not legal or inappropriate.
QueryStructureException(String) - Constructor for exception com.ibm.workplace.wcm.api.query.QueryStructureException
Constructor

R

ReadMode - Class in com.ibm.workplace.wcm.api.extensions.authoring.directive
When returned in the ActionResult this directive will change the form to read mode.
ReadMode() - Constructor for class com.ibm.workplace.wcm.api.extensions.authoring.directive.ReadMode
Constructor
rebuild() - Method in interface com.ibm.workplace.wcm.api.Subscriber
Trigger a full rebuild of the Subscriber.
rebuild() - Method in interface com.ibm.workplace.wcm.api.Syndicator
Trigger a full rebuild of the Syndicator.
RecursiveCopyOption - Class in com.ibm.workplace.wcm.api
This CopyOption is used to copy descendants recursively.
RecursiveCopyOption() - Constructor for class com.ibm.workplace.wcm.api.RecursiveCopyOption
 
Reference - Interface in com.ibm.workplace.wcm.api
An interface defining a reference from one entity in the repository to another.
ReferenceComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a ReferenceComponent.
ReferenceComponent - Interface in com.ibm.workplace.wcm.api
Represents a component that can contain a reference to one LibraryComponent.
refreshDocument() - Method in interface com.ibm.workplace.wcm.api.DocumentManagerComponent
Deprecated. Refresh the document information, including latest version information for the document from Document Manager.
refreshDocument() - Method in interface com.ibm.workplace.wcm.api.LibraryDocumentManagerComponent
Deprecated. Refresh the document information, including latest version information for the document from Document Manager.
registerFactory(CustomWorkflowActionFactory) - Method in interface com.ibm.workplace.wcm.api.custom.CustomWorkflowService
Register a custom workflow action factory.
registerFactory(CustomWorkflowActionFactory) - Method in class com.ibm.workplace.wcm.api.WebContentCustomWorkflowService
Register a custom workflow action factory.
remove() - Method in interface com.ibm.workplace.wcm.api.ContentComponentIterator
This method is not implemented.
remove() - Method in interface com.ibm.workplace.wcm.api.DocumentIdIterator
This method is not implemented.
remove() - Method in interface com.ibm.workplace.wcm.api.DocumentIterator
This method is not implemented.
remove() - Method in interface com.ibm.workplace.wcm.api.HistoryLogIterator
This method is not implemented.
remove(String) - Method in interface com.ibm.workplace.wcm.api.LibraryProperties
Removes the property with given name if it exists.
remove(Version) - Method in interface com.ibm.workplace.wcm.api.VersionCatalog
Remove the specified Version Documents for this item.
removeAdditionalViewers(String...) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Removes names from the list of additional live viewers for this Document.
removeApprovers(String...) - Method in interface com.ibm.workplace.wcm.api.Project
Removes the given approvers from the approver list for this object.
removeApprovers(String...) - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Removes the given approvers from the approver list for this object.
removeApprovers(String...) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Removes each approver specified in the string array argument from the approvers of this Document object.
removeAttribute(String) - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Removes an attribute from this request.
removeAuthors(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Removes each author specified in the string array argument from the authors of this Editable object.
removeCategoryIds(DocumentId<? extends Category>[]) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Remove categories from this content.
removeComponent(String) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Removes the ContentComponent with the name specified by the argument in this ContentComponentContainer.
removeContent(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteArea
Deprecated. use Workspace.delete(DocumentId) instead.
removeContributorAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Removes each name specified in the string array argument from the members who have Contributor access to this Editable object.
removeDeleteAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Deprecated. Use Editable.removeManagerAccessMembers(String[]) instead
removeEditAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Deprecated. Use Editable.removeEditorAccessMembers(String[]) instead
removeEditorAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Removes each name specified in the string array argument from the members who have Editor access to this Editable object.
removeFile() - Method in interface com.ibm.workplace.wcm.api.FileComponent
Removes file contained within this component.
removeFile() - Method in interface com.ibm.workplace.wcm.api.LibraryFileComponent
Removes file contained within this component.
removeImage() - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Removes the image file contained within this component.
removeImage() - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Removes the image file contained within this component.
removeItemFromProject(Workspace, Project, Document) - Method in class com.ibm.workplace.wcm.api.ProjectService
Remove a Document from Project
removeLiveAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Deprecated. Use Editable.removeUserAccessMembers(String[]) instead
removeManagerAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Removes each name specified in the string array argument from the members who have Manager access to this Editable object.
removeMembers(LibraryMemberRole, String[]) - Method in interface com.ibm.workplace.wcm.api.DocumentLibraryACL
 
removeMembers(Access, String[]) - Method in interface com.ibm.workplace.wcm.api.EditableSecurity
Removes each specified member from the list of members who have the specified Access to the associated Item.
removeOwners(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Removes each owner specified in the string array argument from the owners of this Editable object.
removeProject() - Method in interface com.ibm.workplace.wcm.api.RenderingContext
remove any Project from this RenderingContext.
removeReadAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Deprecated. Use Editable.removeContributorAccessMembers(String[]) instead
removeSiteArea(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Deprecated. use Workspace.delete(id) instead.
removeStyleSheet() - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Removes the style sheet file contained within this component.
removeTemplateMapping(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Removes the mapping for the AuthoringTemplate with the given DocumentId
removeUserAccessMembers(String[]) - Method in interface com.ibm.workplace.wcm.api.Editable
Removes each name specified in the string array argument from the members who have User access to this Editable object.
RenameCopyOption - Class in com.ibm.workplace.wcm.api
This CopyOption is used to rename the item being copied.
RenameCopyOption(String) - Constructor for class com.ibm.workplace.wcm.api.RenameCopyOption
 
render(RenderingPluginModel) - Method in interface com.ibm.workplace.wcm.api.plugin.rendering.RenderingPlugin
The Rendering Plugin should render its output to the provided RenderingPluginModel object's Writer.
render(RenderingContext) - Method in interface com.ibm.workplace.wcm.api.Workspace
Renders the content, according to the RenderingContext that is passed in.
render(RenderingContext, ContentComponent) - Method in interface com.ibm.workplace.wcm.api.Workspace
Renders the given WCM content component using the specified rendering context.
render(RenderingContext, LibraryComponent) - Method in interface com.ibm.workplace.wcm.api.Workspace
Renders the specified WCM LibraryComponent using the specified RenderingContext.
RenderingContext - Interface in com.ibm.workplace.wcm.api
Represents a rendering context.
RenderingPlugin - Interface in com.ibm.workplace.wcm.api.plugin.rendering
Represents a rendering plugin.
RenderingPluginException - Exception in com.ibm.workplace.wcm.api.plugin.rendering
A RenderingPluginException is any error occurs while executing or looking up a RenderingPlugin.
RenderingPluginException() - Constructor for exception com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException
Constructs a new exception with the given message.
RenderingPluginException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException
Constructs a new exception with the given message.
RenderingPluginException(String) - Constructor for exception com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException
Constructs a new exception with the given message.
RenderingPluginException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException
Constructs a new exception with the given message.
RenderingPluginModel - Interface in com.ibm.workplace.wcm.api.plugin.rendering
The PluginModel provides the RenderingPlugin with all the context information necessary to render its output.
replace(DocumentId) - Method in interface com.ibm.workplace.wcm.api.Reference
Replace the referer's reference with the specified Document
ReplaceCreatorCopyOption - Class in com.ibm.workplace.wcm.api
This CopyOption is used to replace the original creator of the source item being copied.
ReplaceCreatorCopyOption(Principal) - Constructor for class com.ibm.workplace.wcm.api.ReplaceCreatorCopyOption
 
ReplaceCreatorCopyOption(User) - Constructor for class com.ibm.workplace.wcm.api.ReplaceCreatorCopyOption
 
replaceReferences(Reference[], DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Replaces all the references represented by the array of Reference instances with the new object represented by the specified DocumentId.
Repository - Interface in com.ibm.workplace.wcm.api
The entry point into the WCM repository.
RESCHEDULE - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to reschedule the current action against the target Document.
RescheduleDirectiveParams - Interface in com.ibm.workplace.wcm.api.custom
The RescheduleDirectiveParams object is used to specify arguments or options to a 'Reschedule' Directive.
resolve(ContentPageResolutionRequest, ContentPageResolutionResponse, ContentPageResolutionFilterChain) - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionFilter
Invoked as part of the ContentPageResolution processing when determining the contentPath and Page to render for a given URI
resolve(ContentPageResolutionRequest, ContentPageResolutionResponse) - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionFilterChain
Calls the resolve method of the next content page resolution filter in the content page resolution filter chain.
ResolvedItem - Interface in com.ibm.workplace.wcm.api.extensions.resolution
Identification information of content items that are resolved by resolution services.
RESTART_WORKFLOW - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to restart the workflow on the target Document.
restartWorkflow() - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Restart the workflow on this Document object.
restore(Version, RestoreOption...) - Method in interface com.ibm.workplace.wcm.api.versioning.VersioningService
Restore an existing item to a previous version.
RestoreFailedException - Exception in com.ibm.workplace.wcm.api.exceptions
The RestoreFailedException is thrown if the restore Opreation fails to restore an item from a version
RestoreFailedException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.RestoreFailedException
Constructor that requires detail plus a cause exception
RestoreFailedException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.RestoreFailedException
Constructs a new exception with the given message.
RestoreOption - Interface in com.ibm.workplace.wcm.api.versioning
Marker interface to indicate the various options for restoring.
RestoreStateOption - Class in com.ibm.workplace.wcm.api.versioning
This is one of the RestoreOption to be used in conjuction with VersioningService.restore(Version, RestoreOption...)
RestoreStateOption.State - Enum in com.ibm.workplace.wcm.api.versioning
State to restore as
Result - Class in com.ibm.workplace.wcm.api.extensions.syndication
Result returned from the SubscriberComplete and SyndicatorComplete Extensions.
Result(String) - Constructor for class com.ibm.workplace.wcm.api.extensions.syndication.Result
Constructor
ResultDirective - Class in com.ibm.workplace.wcm.api.extensions.syndication
This is a result obtained from the SyndicatorStarted and SubscriberReady extensions.
ResultDirective(DirectiveType) - Constructor for class com.ibm.workplace.wcm.api.extensions.syndication.ResultDirective
Constructor
ResultIterator<E> - Interface in com.ibm.workplace.wcm.api.query
The ResultIterator is an iterator of WCM API query results.
ResultType - Interface in com.ibm.workplace.wcm.api
This interface is used to define the types of results that are available to the API.
ResultTypes - Interface in com.ibm.workplace.wcm.api
This interface holds constants that define each of the ResultTypes that are known to the API.
returnIds() - Method in interface com.ibm.workplace.wcm.api.query.Query
Instructs the QueryService to return DocumentId instead of Document
returnObjects() - Method in interface com.ibm.workplace.wcm.api.query.Query
Instructs the QueryService to return Document instead of DocumentId
reverse() - Method in class com.ibm.workplace.wcm.api.query.Sort
 
RichTextComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a RichTextComponent.
RichTextComponent - Interface in com.ibm.workplace.wcm.api
Represents a Rich Text component.
ROLE_APPROVER - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items.
ROLE_AUTHOR - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items.
ROLE_OWNER - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. From 8.0 onwards, use the QueryService to query for items.
ROLLBACK_DOCUMENT - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to rollback all changes to the target Document.
RollbackDirectiveParams - Interface in com.ibm.workplace.wcm.api.custom
The RollbackDirectiveParams object is used to specify arguments or options to a 'Rollback' Directive.

S

save(Document) - Method in interface com.ibm.workplace.wcm.api.Workspace
Saves an editable document to the WCM repository.
save(Document, DocumentId, SaveOptions) - Method in interface com.ibm.workplace.wcm.api.Workspace
Save the given object with specific options.
SaveAndMoveOption - Class in com.ibm.workplace.wcm.api
The SaveAndMoveOption saves and moves a document to the specified parent in Workspace.save(Document object, DocumentId parent, int saveOptions) }.
SaveAndMoveOption() - Constructor for class com.ibm.workplace.wcm.api.SaveAndMoveOption
 
saveFolder(Workspace, Folder) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Deprecated. Use Workspace.save instead
saveLibrary(Workspace, DocumentLibrary) - Method in class com.ibm.workplace.wcm.api.WebContentLibraryService
Save the DocumentLibrary.
SaveOption - Interface in com.ibm.workplace.wcm.api
This class represents an abstract configurable option used when saving a document in the WCM API.
SaveOptions - Class in com.ibm.workplace.wcm.api
A list of options to use when saving document objects.
SaveOptions() - Constructor for class com.ibm.workplace.wcm.api.SaveOptions
Instantiates a new save options.
saveProject(Workspace, Project) - Method in class com.ibm.workplace.wcm.api.ProjectService
Add or update a Project in the WCM repository.
ScheduledMoveAction - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for ScheduledMoveAction
ScheduledMoveAction - Interface in com.ibm.workplace.wcm.api
Represents an scheduled move action.
Security - Interface in com.ibm.workplace.wcm.api
An interface to define security accessors for a WCM item Note that all methods query or update the repository directly Any updates to security will be immedaiately applied Any queries on security will return the latest infomration from the repository
Security_Admin - Static variable in interface com.ibm.workplace.wcm.api.LibraryMemberRoles
 
SECURITY_ADMIN_STRING - Static variable in class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
SECURITY_APPROVER_ACCESS - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use Access.APPROVER instead
SECURITY_CONTRIBUTOR_ACCESS - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use Access.CONTRIBUTOR instead
SECURITY_DELETE_ACCESS - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. Use manager access
SECURITY_EDIT_ACCESS - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. Use editor access
SECURITY_EDITOR_ACCESS - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use Access.EDITOR instead
SECURITY_MANAGER_ACCESS - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use Access.MANAGER instead
SECURITY_READ_ACCESS - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. Use contributor access
SECURITY_USER_ACCESS - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use Access.USER instead
seekToPage(int) - Method in interface com.ibm.workplace.wcm.api.query.PageIterator
Seeks to a page.
Selector - Interface in com.ibm.workplace.wcm.api.query
An interface indicates an object is a Selector.
Selectors - Class in com.ibm.workplace.wcm.api.query
Selectors is a factory class to create Selectors.
Selectors() - Constructor for class com.ibm.workplace.wcm.api.query.Selectors
 
ServiceNotAvailableException - Exception in com.ibm.workplace.wcm.api.exceptions
 
ServiceNotAvailableException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ServiceNotAvailableException
Constructor.
ServiceNotAvailableException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ServiceNotAvailableException
Constructs a new exception with the given message.
ServiceNotAvailableException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.ServiceNotAvailableException
Constructor that requires detail plus a cause exception
set(String, Collection<String>) - Method in interface com.ibm.workplace.wcm.api.LibraryProperties
Adds a key/value pair to the Library Properties.
setAdditionalAttribute(String) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets Additional Attribute for HTML anchor tag properties.
setAdditionalAttribute(String) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets an additional attribute for the HTML anchor tag.
setAllowClear(boolean) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Enable/Disable whether link may be cleared
setAllowClear(boolean) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Enables/Disables whether link may be cleared.
setAltText(String) - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Sets the alternate text of the image.
setAltText(String) - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Sets the alternate text of the image.
setApprovalMode(Project.ApprovalMode) - Method in interface com.ibm.workplace.wcm.api.Project
Set the ApprovalMode on this object.
setApprovalMode(Project.ApprovalMode) - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Set the ApprovalMode on this object.
setAssetId(DigitalAssetID) - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Sets the DigitalAssetID for this DigitalAsset
setAssetMeta(DigitalAssetMetaData) - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Sets the meta data to be associated with this Digital Asset
setAssetPath(String) - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Sets the path for this DigitalAsset
setAttribute(String, Object) - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationRequest
Stores an attribute in this request.
setAuthenticationRequired(boolean) - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Indicates that no Portal pages were found to handle the content for the anonymous user, but protected Portal pages were found that might be available to an authenticated user to render the addressed content.
setAuthoringTemplateID(DocumentId) - Method in interface com.ibm.workplace.wcm.api.TemplatedDocument
Sets the authoring template associated with this TemplatedDocument.
setBorder(String) - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Sets the image border.
setBorder(String) - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Sets the image border.
setCandidatePageIds(List<ObjectID>) - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Sets the list of candidate Portal pages that must be used to determine the resolved Portal page from.
setCategorySelections(DocumentId[]) - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Sets the selected categories on this OptionSelectionComponent.
setCommentMode(Project.CommentMode) - Method in interface com.ibm.workplace.wcm.api.Project
Sets the CommentMode for this project.
setCommentMode(Project.CommentMode) - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Sets the CommentMode for this project.
setComponent(String, ContentComponent) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Sets the ContentComponent with the name specified by the argument in this ContentComponentContainer.
setComponentRef(LibraryComponent) - Method in interface com.ibm.workplace.wcm.api.ReferenceComponent
Sets the Library Component that this component refers to.
setConsiderFileContentsValid(boolean) - Method in exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
If set to true, WCM will consider the file content valid ( is passed validation) even though an exception is being thrown during validation.
setContentPath(String) - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Sets the path of the content to be rendered after the resolution process.
setContributorAccessInheritance(boolean) - Method in interface com.ibm.workplace.wcm.api.Editable
Sets if the Contributor access permissions will be inherited from the parent of this Document.
setCurrentDocumentLibrary(DocumentLibrary) - Method in interface com.ibm.workplace.wcm.api.Workspace
Sets the current DocumentLibrary for this Workspace.
setCustomErrorMsg(String) - Method in interface com.ibm.workplace.wcm.api.custom.RollbackDirectiveParams
Specifies the custom error message that the Rollback Directive should display within the WCM Authoring UI
setCustomErrorMsg(String) - Method in class com.ibm.workplace.wcm.api.custom.WCM_RollbackDirectiveParams
Specifies the custom error message that the Rollback Directive should display within the WCM Authoring UI
setDate(Date) - Method in interface com.ibm.workplace.wcm.api.DateComponent
Sets the Date contained in this DateComponent.
setDate(Date) - Method in interface com.ibm.workplace.wcm.api.LibraryDateComponent
Sets the Date contained in this DateComponent.
setDateType(int) - Method in interface com.ibm.workplace.wcm.api.DateComponent
Sets the formatting type for this DateComponent.
setDateType(int) - Method in interface com.ibm.workplace.wcm.api.LibraryDateComponent
Sets the formatting type for this LibraryDateComponent.
setDefaultContent(DocumentId) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Sets the default Content for this Site or SiteArea if the DocumentId argument is not null.
setDefaultElementsPerPage(int) - Method in interface com.ibm.workplace.wcm.api.PageOptions
Set the default number of elements per page
setDefaultMaxPages(int) - Method in interface com.ibm.workplace.wcm.api.PageOptions
Set the default maximum number of pages
setDefaultReadAhead(int) - Method in interface com.ibm.workplace.wcm.api.PageOptions
Set the default number of page to read ahead
setDeletionProhibited(boolean) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Set the DocumentLibrary deletion prohibited status
setDepth(QueryDepth) - Method in interface com.ibm.workplace.wcm.api.query.Query
If the query is scoped to parents, descend tells the query to return all descendent children of the parents This has no effect if the query is not scoped to parents
setDescription(String) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Set the description of this DocumentLibrary
setDescription(String) - Method in interface com.ibm.workplace.wcm.api.EditableItem
Sets the description of this EditableItem object to the specified String argument.
setDescriptionTextProviderKey(String) - Method in interface com.ibm.workplace.wcm.api.Editable
Set the text provider key for the description of this item.
setDescriptionTextProviderName(String) - Method in interface com.ibm.workplace.wcm.api.Editable
Set the text provider name for the description of this item.
setDigitalAssetInfo(IDigitalAsset) - Method in interface com.ibm.workplace.wcm.api.DigitalAssetManagable
Sets the externally managed informaiton about this asset.
setDirection(SortDirection) - Method in class com.ibm.workplace.wcm.api.query.Sort
 
setDocumentInformation(String, String) - Method in interface com.ibm.workplace.wcm.api.DocumentManagerComponent
Deprecated. Sets the Document library and path information for the DocumentManager Document associated with this component.
setDocumentInformation(String, String) - Method in interface com.ibm.workplace.wcm.api.LibraryDocumentManagerComponent
Deprecated. Sets the Document library and path information for the DocumentManager Document associated with this component.
setDocumentManagerReference(String, String) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets the Document Reference of this Component to a document within the DocumentManager.
setDocumentReference(DocumentId) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets the Document Reference of this Component to the document provided.
setDocumentReference(DocumentId) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets the Document Reference of this Component to the document provided.
setDocumentTypes(FolderDocumentType[]) - Method in interface com.ibm.workplace.wcm.api.Folder
Set the DocumentType of this folder.
setEditorAccessInheritance(boolean) - Method in interface com.ibm.workplace.wcm.api.Editable
Sets if the Editor access permissions will be inherited from the parent of this Document.
setEffectiveDate(Date) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Sets the effective date of this Document document.
setEnabled(boolean) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Set the DocumentLibrary enabled status (enable or disable)
setEnabled(boolean, Workspace) - Method in interface com.ibm.workplace.wcm.api.Subscriber
Set true to enable this Syndicator.
setEnabled(boolean, Workspace) - Method in interface com.ibm.workplace.wcm.api.Syndicator
Set true to enable this Syndicator.
setErrorMessage(String) - Method in interface com.ibm.workplace.wcm.api.JSPComponent
Sets the error message contained in this JSPComponent.
setErrorMessage(String) - Method in interface com.ibm.workplace.wcm.api.LibraryJSPComponent
Sets the error message contained in this JSPComponent.
setExpiryDate(Date) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Sets the expiry date for this Document document.
setExternalReference(String) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets the External URL Reference of this Component to the URL provided.
setExternalReference(String) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets the External URL Reference of this Component to the URL provided.
setFactory(Sorts.SortFactory) - Static method in class com.ibm.workplace.wcm.api.query.Sorts
Sets the concrete factory
setFieldValue(Object) - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Sets the value of the element associated with the CustomItemBean
setFile(String, byte[]) - Method in interface com.ibm.workplace.wcm.api.FileComponent
Sets the file contained within this component.
setFile(String, File) - Method in interface com.ibm.workplace.wcm.api.FileComponent
Sets the file contained within this component.
setFile(String, byte[]) - Method in interface com.ibm.workplace.wcm.api.LibraryFileComponent
Sets the file contained within this component.
setFile(String, File) - Method in interface com.ibm.workplace.wcm.api.LibraryFileComponent
Sets the file contained within this component.
setGeneralDateOne(Date) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Set general date one for this Document document.
setGeneralDateTwo(Date) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Set general date two for this Document document.
setGenerateContextualLinks(boolean) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets whether to generate contextual links if possible.
setHeight(String) - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Sets the image height.
setHeight(String) - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Sets the image height.
setHTML(String) - Method in interface com.ibm.workplace.wcm.api.HTMLComponent
Sets the HTML contained in this HTMLComponent.
setHTML(String, EmbeddedImageMap) - Method in interface com.ibm.workplace.wcm.api.HTMLComponent
Deprecated. This method is deprecated from version 6.0. Use HTMLComponent.setHTML(String) instead.
setHTML(String) - Method in interface com.ibm.workplace.wcm.api.LibraryHTMLComponent
Sets the HTML contained in this LibraryHTMLComponent from the specified html argument.
setHTML(String, EmbeddedImageMap) - Method in interface com.ibm.workplace.wcm.api.LibraryHTMLComponent
Deprecated. This method is deprecated from version 6.0. Use LibraryHTMLComponent.setHTML(String) instead.
setHTML(String) - Method in interface com.ibm.workplace.wcm.api.PresentationTemplate
Sets the HTML contained in this PresentationTemplate from the specified html argument.
setHTMLBody(String) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets the HTML to be written between the start and end anchor tags when this link is rendered.
setHTMLNameTag(String) - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Sets the HTML tag name of the image.
setImage(String, byte[]) - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Sets the image file contained within this component.
setImage(String, File) - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Sets the image file contained within this component.
setImage(String, byte[]) - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Sets the image file contained within this component.
setImage(String, File) - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Sets the image file contained within this component.
setInheritance(LibraryMemberRole, boolean) - Method in interface com.ibm.workplace.wcm.api.DocumentLibraryACL
 
setInheritance(Access, boolean) - Method in interface com.ibm.workplace.wcm.api.EditableSecurity
Controls inheritance of access controls from the parent of the associated Item.
setJspPath(String) - Method in interface com.ibm.workplace.wcm.api.JSPComponent
Sets the JSP path to be contained in this JSPComponent.
setJspPath(String) - Method in interface com.ibm.workplace.wcm.api.LibraryJSPComponent
Sets the JSP path to be contained in this JSPComponent.
setKeywords(String[]) - Method in interface com.ibm.workplace.wcm.api.ContentComponentContainer
Sets the keywords for this Content document.
setLabels(String...) - Method in interface com.ibm.workplace.wcm.api.Version
Set the labels for this Version.
setLibraryAccess(DocumentLibraryACL) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Set the access control for this DocumentLibrary
setLibraryResourceAccess(LibraryResourceType, DocumentLibraryACL) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Set the access control for the supplied library resource type
setLinkDescription(String) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets Link description for title attribute of anchor tag.
setLinkDescription(String) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets the description attribute of the anchor tag.
setLinkImage(DocumentId) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets the image of the DocumentId as the link image.
setLinkTarget(String) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets the target window name.
setLinkTargetName(String) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets the target window name.
setLinkTargetString(String) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets the Target of the anchor tag target attribute
setLinkText(String) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets the plain text to be written between the start and end anchor tags when this link is rendered.
setLinkText(String) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets the hyperlink display text.
setLinkTextImage(DocumentId) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets the image of the DocumentId as the Link Text image.
setLocale(Locale) - Method in interface com.ibm.workplace.wcm.api.Project
Sets the Locale of this project object.
setLockToVersion(boolean) - Method in interface com.ibm.workplace.wcm.api.DocumentManagerComponent
Deprecated. Sets the current lock state for the document, If locked is true then the docuemnt will be locked to the current document version.
setLockToVersion(boolean) - Method in interface com.ibm.workplace.wcm.api.LibraryDocumentManagerComponent
Deprecated. Sets the current lock state for the document, if locked is true then the document will be locked to the current document version.
setManagedExternally(boolean) - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Set the current state of a DigitalAsset.
setManagerAccessInheritance(boolean) - Method in interface com.ibm.workplace.wcm.api.Editable
Sets if the Manager access permissions will be inherited from the parent of this Document.
setMediaType(int) - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Sets the media type of the style sheet.
setName(String) - Method in interface com.ibm.workplace.wcm.api.EditableItem
Sets the name of this EditableItem object to the specified String argument.
setNameTag(String) - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Sets the HTML tag name of the image.
setNumber(Number) - Method in interface com.ibm.workplace.wcm.api.LibraryNumericComponent
Sets the Number contained in this NumericComponent.
setNumber(Number) - Method in interface com.ibm.workplace.wcm.api.NumericComponent
Sets the Number contained in this NumericComponent.
setNumberType(int) - Method in interface com.ibm.workplace.wcm.api.LibraryNumericComponent
Sets the number type contained in this NumericComponent.
setNumberType(int) - Method in interface com.ibm.workplace.wcm.api.NumericComponent
Sets the Number Type contained in this NumericComponent.
setOptionType(OptionType) - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Set the OptionType for this OptionSelectionComponent
setPageID(ObjectID) - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Sets the ObjectID of the Portal page that should be invoked to render the given content after the resolution process.
setParentIds(Collection<Identity>, QueryDepth) - Method in interface com.ibm.workplace.wcm.api.query.Query
Instructs this query to find children of the parent documents.
setParentQuery(Query, QueryDepth) - Method in interface com.ibm.workplace.wcm.api.query.Query
Instructs this query to find children of the parent documents.
setPermanentDelete(boolean) - Method in interface com.ibm.workplace.wcm.api.custom.DeleteDirectiveParams
Specifies whether the Delete Directive should perform a permanent delete.
setPermanentDelete(boolean) - Method in class com.ibm.workplace.wcm.api.custom.WCM_DeleteDirectiveParams
Specifies whether the Delete Directive should perform a permanent delete.
setPrefix(String) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets the prefix for all document URLs generated on rendering.
setPresentationTemplateOverride(String) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets the name of the presentation template to the string argument specified.
setPresentationTemplatePath(String) - Method in interface com.ibm.workplace.wcm.api.extensions.resolution.ContentPageResolutionResponse
Sets the path of the presentation template to be used when rendering the addressed content after the resolution process.
setProject(String) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Set a Project by name in this RenderingContext.
setProject(Project) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Set a Project within this RenderingContext.
setPropagation(LibraryMemberRole, boolean) - Method in interface com.ibm.workplace.wcm.api.DocumentLibraryACL
 
setProperty(String, Object) - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.DigitalAssetMetaData
 
setPublishDate(long) - Method in interface com.ibm.workplace.wcm.api.Project
Sets the date used by the 'Date' publish option
setPublishOption(Project.PublishOptions) - Method in interface com.ibm.workplace.wcm.api.Project
Sets the publish option on this project
setPublishOption(Project.PublishOptions) - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Set the given PublishOptions on this object.
setQueryString(String) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Sets the Query String to append to URL
setQueryString(String) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Sets the query string append to a URL.
setReason(String) - Method in exception com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationException
Sets the reason for the validation failure.
setRenderedContent(String) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets the full path of the Content to render.
setRenderedContent(Site) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Deprecated. Use setRenderedContent(SiteArea)
setRenderedContent(SiteArea) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets the SiteArea to be rendered.
setRenderedContent(Content, SiteArea) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets the Content object to be rendered.
setRenderingBehaviour(SiteFrameworkContainer.RenderingBehaviour) - Method in interface com.ibm.workplace.wcm.api.SiteFrameworkContainer
Sets the rendering behaviour of the current SiteArea.
setRenderingContext(RenderingContext) - Method in interface com.ibm.workplace.wcm.api.ContextProcessorParams
Sets the WCM API RenderingContext for the current request
setRequestParameters(Map) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets the request parameters to be used by this RenderingContext while rendering.
setRescheduleDate(Date) - Method in interface com.ibm.workplace.wcm.api.custom.RescheduleDirectiveParams
Specifies the date that the Reschedule Directive should reschedule the current workflow action
setRescheduleDate(Date) - Method in class com.ibm.workplace.wcm.api.custom.WCM_RescheduleDirectiveParams
Specifies the date that the Reschedule Directive should reschedule the current workflow action
setResourceManagementOption(IDigitalAsset.ResourceManagementOption) - Method in interface com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset
Sets the managementOption for a given DigitalAsset
setRichText(String) - Method in interface com.ibm.workplace.wcm.api.LibraryRichTextComponent
Sets value for this rich text component replacing any existing markup.
setRichText(String) - Method in interface com.ibm.workplace.wcm.api.RichTextComponent
Sets value for this rich text component replacing any existing markup.
setRichText(String, EmbeddedImageMap) - Method in interface com.ibm.workplace.wcm.api.RichTextComponent
Deprecated. This method is deprecated from version 6.0. Use RichTextComponent.setRichText(String) instead.
setRunEntryActions(boolean) - Method in interface com.ibm.workplace.wcm.api.custom.NextStageDirectiveParams
Specifies whether to run the entry actions on the destination stage.
setRunEntryActions(boolean) - Method in interface com.ibm.workplace.wcm.api.custom.PreviousStageDirectiveParams
Specifies whether to run the entry actions on the destination stage.
setRunEntryActions(boolean) - Method in class com.ibm.workplace.wcm.api.custom.WCM_NextStageDirectiveParams
Specifies whether to run the entry actions on the destination stage.
setRunEntryActions(boolean) - Method in class com.ibm.workplace.wcm.api.custom.WCM_PreviousStageDirectiveParams
Specifies whether to run the entry actions on the destination stage.
setRunExitActions(boolean) - Method in interface com.ibm.workplace.wcm.api.custom.NextStageDirectiveParams
Specifies whether to run the exit actions on the current stage before moving to the next stage.
setRunExitActions(boolean) - Method in class com.ibm.workplace.wcm.api.custom.WCM_NextStageDirectiveParams
Specifies whether to run the exit actions on the current stage before moving to the next stage.
setSelections(Principal[]) - Method in interface com.ibm.workplace.wcm.api.LibraryUserSelectionComponent
Sets the Principal[] contained in this UserSelectionComponent.
setSelections(String[]) - Method in interface com.ibm.workplace.wcm.api.OptionSelectionComponent
Sets the String[] contained in this OptionSelectionComponent.
setSelections(Principal[]) - Method in interface com.ibm.workplace.wcm.api.UserSelectionComponent
Sets the Principal[] contained in this UserSelectionComponent.
setStartPage(int) - Method in interface com.ibm.workplace.wcm.api.PageOptions
Sets the stage page
setStyleSheet(String, byte[]) - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Sets the style sheet file contained within this component.
setStyleSheetTitle(String) - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Sets the title of the style sheet.
setSubmitFunctionName(String) - Method in interface com.ibm.workplace.wcm.api.authoring.CustomItemBean
Specifies the name of the Javascript Submit function used to set the value of the element associated with the CustomItemBean
setTargetComponent(TargetableContentComponent) - Method in interface com.ibm.workplace.wcm.api.AbstractAuthoringTemplate
Sets the TargetableContentComponent as the target component for this AuthoringTemplate.
setText(String) - Method in interface com.ibm.workplace.wcm.api.LibraryTextComponent
Sets the plain text contained in this TextComponent.
setText(String) - Method in interface com.ibm.workplace.wcm.api.TextComponent
Sets the plain text contained in this TextComponent.
setTitle(String) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Set the title of this DocumentLibrary.
setTitle(String) - Method in interface com.ibm.workplace.wcm.api.EditableItem
Sets the title of this EditableItem object to the specified String argument.
setTitleTextProviderKey(String) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Set the text provider key for the title of this DocumentLibrary.
setTitleTextProviderKey(String) - Method in interface com.ibm.workplace.wcm.api.Editable
Set the text provider key for the title of this item.
setTitleTextProviderName(String) - Method in interface com.ibm.workplace.wcm.api.DocumentLibrary
Set the text provider name for the title of this DocumentLibrary.
setTitleTextProviderName(String) - Method in interface com.ibm.workplace.wcm.api.Editable
Set the text provider name for the title of this item.
setType(int) - Method in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Sets the type of the style sheet.
setUserAccessInheritance(boolean) - Method in interface com.ibm.workplace.wcm.api.Editable
Sets if the User access permissions will be inherited from the parent of this Document.
setUseReferenceDescription(boolean) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Enable/Disable use of the referenced Document description as the anchor tag title attribute
setUseReferenceDescription(boolean) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Enables/Disables the usage of the referenced document description as the anchor tag title attribute.
setUseReferenceLinkText(boolean) - Method in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
Enable/Disable use of the referenced Document title as the Link Text
setUseReferenceLinkText(boolean) - Method in interface com.ibm.workplace.wcm.api.LinkComponent
Enables/Disables the usage of the referenced document title as the hyperlink display text.
setWcmServletPath(String) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets the servlet path of the WCM servlet.
setWcmWebAppPath(String) - Method in interface com.ibm.workplace.wcm.api.RenderingContext
Sets the path (including host) to the WCM web application.
setWidth(String) - Method in interface com.ibm.workplace.wcm.api.ImageComponent
Sets the width of the image.
setWidth(String) - Method in interface com.ibm.workplace.wcm.api.LibraryImageComponent
Sets the width of the image.
setWorkflowActionsForState(ProjectStateSelectors.State, DocumentId...) - Method in interface com.ibm.workplace.wcm.api.Project
Set the given WorkflowActions for the specified State of this Project.
setWorkflowActionsForState(ProjectStateSelectors.State, DocumentId...) - Method in interface com.ibm.workplace.wcm.api.ProjectPrototype
Set the given WorkflowActions for the specified State on this object.
setWorkflowId(DocumentId) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Sets the Workflow on this Document given the ID of the Workflow.
setWorkflowId(DocumentId, boolean) - Method in interface com.ibm.workplace.wcm.api.WorkflowedDocument
Sets the Workflow on this Document given the ID of the Workflow.
ShortTextComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a ShortTextComponent.
ShortTextComponent - Interface in com.ibm.workplace.wcm.api
Represents a Short Text component.
Site - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
Deprecated. Since 7.0, Site is replaced by SiteArea.
Site - Interface in com.ibm.workplace.wcm.api
Deprecated. Use SiteArea instead
SiteArea - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for SiteArea
SiteArea - Interface in com.ibm.workplace.wcm.api
Represents a SiteArea object.
SiteAreaPrototype - Interface in com.ibm.workplace.wcm.api
An interface defining an object which is a site area prototype in the repository.
SiteAreaTemplate - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for SiteAreaTemplate
SiteAreaTemplate - Interface in com.ibm.workplace.wcm.api
Represents a site area authoring template.
SiteFramework - Static variable in interface com.ibm.workplace.wcm.api.LibraryResourceTypes
 
SiteFrameworkContainer - Interface in com.ibm.workplace.wcm.api
The ability to organize and build a Site Framework is enabled by implementing the SiteFrameworkContainer interface.
SiteFrameworkContainer.RenderingBehaviour - Enum in com.ibm.workplace.wcm.api
The possible rendering behaviours for a SiteArea
Sort - Class in com.ibm.workplace.wcm.api.query
Sort implementations are located in api.impl this abstract class delegates the factory methods to a protected interface to keep the API uncluttered
SORT_KEY_CREATION_DATE - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for creation date
SORT_KEY_DESCRIPTION - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for description
SORT_KEY_EXPIRY_DATE - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for expiry date
SORT_KEY_GENERAL_DATE_ONE - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for general date one
SORT_KEY_GENERAL_DATE_TWO - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for general date two
SORT_KEY_LASTMODIFIED_DATE - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for last modified date
SORT_KEY_NAME - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for name
SORT_KEY_NONE - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for no sorting
SORT_KEY_PUBLISH_DATE - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for publish date
SORT_KEY_TITLE - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Content Search method sort key for title
SortDirection - Enum in com.ibm.workplace.wcm.api.query
An enumeration representing the desired direction of sorting.
Sorts - Class in com.ibm.workplace.wcm.api.query
This class contains several static methods for helping creating Sort object.
Sorts() - Constructor for class com.ibm.workplace.wcm.api.query.Sorts
 
stageEquals(Identity) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing workflow stage 'equals'.
stageIn(Collection<? extends Identity>) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing workflow stage 'in'.
START - Static variable in interface com.ibm.workplace.wcm.api.ChildPosition
Child position constant indicating the item will be placed at the start of the index.
StartOption - Enum in com.ibm.workplace.wcm.api
Represents the various start option configuration on the navigator component.
STATE_REVERT_TO_DRAFT - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a backward state transition to draft.
STATE_REVERT_TO_PUBLISHED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a backward state transition to published.
STATE_TO_PENDING_PUBLISHED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a forward transition to pending published.
STATE_TO_PUBLISHED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a forward state transition to published.
stateEquals(ProjectStateSelectors.State) - Static method in class com.ibm.workplace.wcm.api.query.ProjectStateSelectors
Returns a selector representing project state 'equals'
stateIn(Collection<ProjectStateSelectors.State>) - Static method in class com.ibm.workplace.wcm.api.query.ProjectStateSelectors
Returns a selector representing project state 'in'
statusEquals(WorkflowSelectors.Status) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing workflow status 'equals'
statusIn(Collection<WorkflowSelectors.Status>) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing workflow status 'in'
STOP - Static variable in interface com.ibm.workplace.wcm.api.custom.Directives
Directs system to stop executing any further actions for the current workflow stage.
submitForReview() - Method in interface com.ibm.workplace.wcm.api.Project
Submits this project for review.
Subscriber - Interface in com.ibm.workplace.wcm.api
Represents a WCM Subscriber.
SubscriberComplete - Interface in com.ibm.workplace.wcm.api.extensions.syndication
Extensions that implement this interface are processed in the subscriber before the process complete message is sent to the syndicator.
SubscriberEvent - Interface in com.ibm.workplace.wcm.api.extensions.syndication
The event info passed into the SubscriberReady and SubscriberComplete extensions.
SubscriberReady - Interface in com.ibm.workplace.wcm.api.extensions.syndication
Extensions that implement this interface are processed in the subscriber after the subscriber ready message is received from the syndicator and before a response is returned to the syndicator.
successMessage() - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.ActionResult
Return a Localized success message that will be shown in the authoring interface.
SyndicationDeploymentException - Exception in com.ibm.workplace.wcm.api.exceptions
 
SyndicationDeploymentException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationDeploymentException
Constructor.
SyndicationDeploymentException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationDeploymentException
Constructs a new exception with the given message.
SyndicationDeploymentException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationDeploymentException
Constructor that requires detail plus a cause exception
SyndicationNotEnabledException - Exception in com.ibm.workplace.wcm.api.exceptions
 
SyndicationNotEnabledException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationNotEnabledException
Constructor.
SyndicationNotEnabledException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationNotEnabledException
Constructs a new exception with the given message.
SyndicationNotEnabledException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationNotEnabledException
Constructor that requires detail plus a cause exception
SyndicationResult - Interface in com.ibm.workplace.wcm.api
The SyndicationResult class contains the results of a particular syndication event at the time it was generated.
SyndicationRuntimeException - Exception in com.ibm.workplace.wcm.api.exceptions
 
SyndicationRuntimeException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationRuntimeException
Constructor.
SyndicationRuntimeException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationRuntimeException
Constructs a new exception with the given message.
SyndicationRuntimeException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationRuntimeException
Constructor to only be used by sub classes
SyndicationRuntimeException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.SyndicationRuntimeException
Constructor that requires detail plus a cause exception
SyndicationService - Class in com.ibm.workplace.wcm.api
SyndicationService enables access to control syndication between Syndicator and Subscriber.
SyndicationService() - Constructor for class com.ibm.workplace.wcm.api.SyndicationService
Constructor
SyndicationStatus - Interface in com.ibm.workplace.wcm.api
The SyndicationStatus class represents the state of a particular syndicator or subscriber when getStatus is called on it.
Syndicator - Interface in com.ibm.workplace.wcm.api
Represents a WCM Syndicator.
SyndicatorComplete - Interface in com.ibm.workplace.wcm.api.extensions.syndication
Extensions that implement this interface are processed in the syndicator after the process complete message is received from the subscriber.
SyndicatorEvent - Interface in com.ibm.workplace.wcm.api.extensions.syndication
The Event object passed into the SyndicatorStarted and SyndicatorComplete extensions The SyndicatorEvent contains all the information that is needed by the extensions.
SyndicatorStarted - Interface in com.ibm.workplace.wcm.api.extensions.syndication
Extensions that implement this interface are processed in the syndicator after the syndicator receives a successful subscriber ready message from the subscriber and before the syndicator generates the package

T

TargetableContentComponent - Interface in com.ibm.workplace.wcm.api
Representing a ContentComponent that can be used to provide a Link to a Content within a Menu, Navigator or by a Link Component.
TargetPageConfig - Interface in com.ibm.workplace.wcm.api.extensions.url
Interface that allows specification of a page that should used to render the content the URL is generated for.
Taxonomy - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for Taxonomy
Taxonomy - Static variable in interface com.ibm.workplace.wcm.api.LibraryResourceTypes
 
Taxonomy - Interface in com.ibm.workplace.wcm.api
Represents a Taxonomy in the repository.
TemplatedDocument - Interface in com.ibm.workplace.wcm.api
An interface defining a Document that can be templated using an AuthoringTemplate
TEXT_HTML - Static variable in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
A format for the Link.
TEXT_LIBRARYIMAGE - Static variable in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
A format for the Link.
TEXT_LIBRARYIMAGE - Static variable in interface com.ibm.workplace.wcm.api.LinkComponent
The hyperlink displays text as the defined library image.
TEXT_PLAINTEXT - Static variable in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
A format for the Link.
TEXT_PLAINTEXT - Static variable in interface com.ibm.workplace.wcm.api.LinkComponent
The hyperlink displays text as plain text.
TextComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a TextComponent.
TextComponent - Interface in com.ibm.workplace.wcm.api
Represents a Text component.
TextProvider - Interface in com.ibm.workplace.wcm.api.plugin.textprovider
Interface for providing localized title and description values for use in the Web Content Manager Authoring UI.
titleEquals(String) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing 'title equals'.
titleIn(String...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing title 'in'.
titleIn(Collection<String>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing title 'in'.
titleLike(String) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing 'title like' The syntax of the query string is like SQL.
toPathName() - Method in enum com.ibm.workplace.wcm.api.PresetFolderType
Retrieve the path name of the preset folder
toString() - Method in interface com.ibm.workplace.wcm.api.DocumentId
Returns a String representation of this DocumentId.
toString() - Method in interface com.ibm.workplace.wcm.api.DocumentType
Returns a String representation of this object.
toString() - Method in class com.ibm.workplace.wcm.api.extensions.authoring.directive.AuthoringDirective
 
toString() - Method in class com.ibm.workplace.wcm.api.extensions.syndication.ResultDirective
 
toString() - Method in interface com.ibm.workplace.wcm.api.LibraryMemberRole
 
toString() - Method in interface com.ibm.workplace.wcm.api.LibraryResourceType
 
toString() - Method in class com.ibm.workplace.wcm.api.query.Association
 
toString() - Method in class com.ibm.workplace.wcm.api.query.Operator
 
toString() - Method in class com.ibm.workplace.wcm.api.query.Sort
 
toString() - Method in class com.ibm.workplace.wcm.api.versioning.RestoreStateOption
 
TYPE_ALTERNATE - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
Alternate style sheets grouped under a single style name.
TYPE_DATE - Static variable in interface com.ibm.workplace.wcm.api.DateComponent
Type constant indicating that the Date returned from this DateComponent will be formatted to only show the date.
TYPE_DATE - Static variable in interface com.ibm.workplace.wcm.api.LibraryDateComponent
Type constant indicating that the Date returned from this LibraryDateComponent will be formatted to only show the date.
TYPE_DOCUMENTMANAGER - Static variable in interface com.ibm.workplace.wcm.api.LinkComponent
TYPE_DOCUMENTMANAGER references a document in the Document Manager.
TYPE_DOUBLE - Static variable in interface com.ibm.workplace.wcm.api.LibraryNumericComponent
Type constant indicating that the Number returned will be a double.
TYPE_DOUBLE - Static variable in interface com.ibm.workplace.wcm.api.NumericComponent
Type constant indicating that the Number returned will be a double.
TYPE_EXISTINGLINK - Static variable in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
A type of Link.
TYPE_EXISTINGLINK - Static variable in interface com.ibm.workplace.wcm.api.LinkComponent
TYPE_EXISTINGLINK references an existing link component.
TYPE_EXTERNALURL - Static variable in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
A type of Link.
TYPE_EXTERNALURL - Static variable in interface com.ibm.workplace.wcm.api.LinkComponent
TYPE_EXTERNALURL references an external URL.
TYPE_INTEGER - Static variable in interface com.ibm.workplace.wcm.api.LibraryNumericComponent
Type constant indicating that the Number returned will be an integer.
TYPE_INTEGER - Static variable in interface com.ibm.workplace.wcm.api.NumericComponent
Type constant indicating that the Number returned will be an integer.
TYPE_MANAGEDCONTENT - Static variable in interface com.ibm.workplace.wcm.api.LibraryLinkComponent
A type of Link.
TYPE_MANAGEDCONTENT - Static variable in interface com.ibm.workplace.wcm.api.LinkComponent
TYPE_MANAGEDCONTENT references content, file or image resources.
TYPE_PERSISTENT - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
A style sheet that user agents must apply in addition to alternate style sheets.
TYPE_PREFERRED - Static variable in interface com.ibm.workplace.wcm.api.LibraryStyleSheetComponent
The authors preferred cascading style sheet, that should be applied unless the user selects an alternate style
TYPE_TIME - Static variable in interface com.ibm.workplace.wcm.api.DateComponent
Type constant indicating that the Date returned from this DateComponent will be formatted to only show the time.
TYPE_TIME - Static variable in interface com.ibm.workplace.wcm.api.LibraryDateComponent
Type constant indicating that the Date returned from this LibraryDateComponent will be formatted to only show the time.
TYPE_TIME_AND_DATE - Static variable in interface com.ibm.workplace.wcm.api.DateComponent
Type constant indicating that the Date returned from this DateComponent will be formatted to show the time and date.
TYPE_TIME_AND_DATE - Static variable in interface com.ibm.workplace.wcm.api.LibraryDateComponent
Type constant indicating that the Date returned from this LibraryDateComponent will be formatted to show the time and date.
typeEquals(Class<? extends Item>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing type 'equals'
typeIn(Class<? extends Item>...) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing type 'in'
typeIn(Collection<Class<? extends Item>>) - Static method in class com.ibm.workplace.wcm.api.query.Selectors
Returns a selector representing type 'in'

U

UNAVAILABLE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A legacy HistoryLogEntry without a HistoryLogEntryCode.
unlock(DocumentId<? extends Document>) - Method in interface com.ibm.workplace.wcm.api.Workspace
Unlocks the document (draft or non-draft) provided by the DocumentId.
UnsupportedComponentTypeException - Exception in com.ibm.workplace.wcm.api.exceptions
 
UnsupportedComponentTypeException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.UnsupportedComponentTypeException
Constructs a new exception with no message.
UnsupportedComponentTypeException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.UnsupportedComponentTypeException
Constructs a new exception with the given message.
UnsupportedComponentTypeException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.UnsupportedComponentTypeException
Constructor to only be used by sub classes
UnsupportedComponentTypeException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.UnsupportedComponentTypeException
Constructor that requires detail plus a cause exception
update() - Method in interface com.ibm.workplace.wcm.api.Subscriber
Trigger an update of the Subscriber.
update() - Method in interface com.ibm.workplace.wcm.api.Syndicator
Trigger an update of the Syndicator.
useCurrentPage() - Method in interface com.ibm.workplace.wcm.api.extensions.url.TargetPageConfig
Returns Boolean.TRUE if the current page should be used as target page.
useDistinguishedNames(boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Sets the Workspace to use distinguished names users.
useLiveAccess(boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Deprecated. use useUserAccess(boolean userAccess)
User - Static variable in interface com.ibm.workplace.wcm.api.LibraryMemberRoles
 
USER_STRING - Static variable in class com.ibm.workplace.wcm.api.LibraryMemberRoleConstants
 
UserProfile - Interface in com.ibm.workplace.wcm.api
The UserProfile interface retrieves user related information.
UserSelectionComponent - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for a UserSelectionComponent.
UserSelectionComponent - Interface in com.ibm.workplace.wcm.api
Represents a UserSelection component.
useUserAccess(boolean) - Method in interface com.ibm.workplace.wcm.api.Workspace
Sets the Access context to use for the following methods.

V

validate(InputStream, FileUploadValidationContext) - Method in interface com.ibm.workplace.wcm.api.extensions.validation.FileUploadValidationPlugin
The FileUploadValidation Plugin should validate inputStream to determine if the file or image should be stored in the WCM repository.
value() - Method in enum com.ibm.workplace.wcm.api.query.WorkflowSelectors.Status
 
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.extensions.authoring.directive.AuthoringDirectiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.extensions.digitalasset.DigitialAssetChooserModel.ResourceSelectionModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset.ResourceManagementOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.extensions.syndication.DirectiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.FolderDocumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.ItemState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.ItemStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.MessageQueueID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.MessageQueueStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.MessageStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.MessageUpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.PrerenderAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.PrerenderMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.SubsystemStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.SyndicationMessageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.TopicID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.OptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.Placement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.PresetFolderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.Project.ApprovalMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.Project.CommentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.Project.PublishOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.query.ProjectStateSelectors.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.query.QueryDepth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.query.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.query.WorkflowSelectors.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.security.Access
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.SiteFrameworkContainer.RenderingBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.StartOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.versioning.RestoreStateOption.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.Workflow.DraftCreationBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.workplace.wcm.api.WorkflowStage.ACTION_GROUP
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.workplace.wcm.api.extensions.authoring.directive.AuthoringDirectiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.extensions.digitalasset.DigitialAssetChooserModel.ResourceSelectionModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.extensions.digitalasset.IDigitalAsset.ResourceManagementOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.extensions.syndication.DirectiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.FolderDocumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.ItemState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.ItemStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.MessageQueueID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.MessageQueueStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.MessageStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.MessageUpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.PrerenderAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.PrerenderMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.SubsystemStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.SyndicationMessageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.messaging.MessagingConstants.TopicID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.OptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.Placement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.PresetFolderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.Project.ApprovalMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.Project.CommentMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.Project.PublishOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.query.ProjectStateSelectors.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.query.QueryDepth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.query.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.query.WorkflowSelectors.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.security.Access
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.SiteFrameworkContainer.RenderingBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.StartOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.versioning.RestoreStateOption.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.Workflow.DraftCreationBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.workplace.wcm.api.WorkflowStage.ACTION_GROUP
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Interface in com.ibm.workplace.wcm.api
A reference to a specific Version of an Item stored within the repository.
VersionAction - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for VersionAction
VersionAction - Interface in com.ibm.workplace.wcm.api
Represents a version action.
VersionCatalog - Interface in com.ibm.workplace.wcm.api
Access the set of available Versions of a Document
versionedDocument() - Method in interface com.ibm.workplace.wcm.api.Version
The Item representation of this Version.
VersioningException - Exception in com.ibm.workplace.wcm.api.exceptions
 
VersioningException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.VersioningException
Constructor.
VersioningException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.VersioningException
Constructs a new exception with the given message.
VersioningException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.VersioningException
Constructor that requires detail plus a cause exception
VersioningService - Interface in com.ibm.workplace.wcm.api.versioning
The Versioning Service gives access to the version related tasks of WCM
versionName() - Method in interface com.ibm.workplace.wcm.api.Version
The name for this Version
VirtualPortalAssociationException - Exception in com.ibm.workplace.wcm.api.exceptions
 
VirtualPortalAssociationException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.VirtualPortalAssociationException
Constructor.
VirtualPortalAssociationException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.VirtualPortalAssociationException
Constructs a new exception with the given message.
VirtualPortalAssociationException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.VirtualPortalAssociationException
Constructor that requires detail plus a cause exception

W

warningMessage() - Method in interface com.ibm.workplace.wcm.api.extensions.authoring.ActionResult
Return a Localized warning message that will be shown in the authoring interface.
WCM_API - Class in com.ibm.workplace.wcm.api
Provides a handle to the WCM Repository object.
WCM_API() - Constructor for class com.ibm.workplace.wcm.api.WCM_API
 
WCM_DeleteDirectiveParams - Class in com.ibm.workplace.wcm.api.custom
The DeleteDirectiveParams object is used to specify arguments or options to a 'Delete' Directive.
WCM_DeleteDirectiveParams() - Constructor for class com.ibm.workplace.wcm.api.custom.WCM_DeleteDirectiveParams
 
WCM_EmptyDirectiveParams - Class in com.ibm.workplace.wcm.api.custom
An 'Empty' directive params object, used for directives that don't have any parameters
WCM_EmptyDirectiveParams() - Constructor for class com.ibm.workplace.wcm.api.custom.WCM_EmptyDirectiveParams
Constructor
WCM_ERROR_KEY - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Key for String error messages in the page context
WCM_NextStageDirectiveParams - Class in com.ibm.workplace.wcm.api.custom
The NextStageDirectiveParams object is used to specify arguments or options to a 'NextStage' Directive.
WCM_NextStageDirectiveParams() - Constructor for class com.ibm.workplace.wcm.api.custom.WCM_NextStageDirectiveParams
 
WCM_PreviousStageDirectiveParams - Class in com.ibm.workplace.wcm.api.custom
The PreviousStageDirectiveParams object is used to specify arguments or options to a 'PreviousStage' Directive.
WCM_PreviousStageDirectiveParams() - Constructor for class com.ibm.workplace.wcm.api.custom.WCM_PreviousStageDirectiveParams
 
WCM_RENDERINGCONTEXT_KEY - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Key for the RenderingContext in the page context
WCM_RescheduleDirectiveParams - Class in com.ibm.workplace.wcm.api.custom
The RescheduleDirectiveParams object is used to specify arguments or options to a 'Reschedule' Directive.
WCM_RescheduleDirectiveParams() - Constructor for class com.ibm.workplace.wcm.api.custom.WCM_RescheduleDirectiveParams
Constructor
WCM_RollbackDirectiveParams - Class in com.ibm.workplace.wcm.api.custom
The RollbackDirectiveParams object is used to specify arguments or options to a 'Rollback' Directive.
WCM_RollbackDirectiveParams() - Constructor for class com.ibm.workplace.wcm.api.custom.WCM_RollbackDirectiveParams
Constructor
WCM_WORKSPACE_KEY - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Key for the Workspace in the page context
WCMApiObject - Interface in com.ibm.workplace.wcm.api
Represents an object type in the WCM API.
WCMApiService - Class in com.ibm.workplace.wcm.api
Deprecated. Replaced by WebContentService
WCMApiService() - Constructor for class com.ibm.workplace.wcm.api.WCMApiService
Deprecated.  
WCMException - Exception in com.ibm.workplace.wcm.api.exceptions
 
WCMException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WCMException
Constructor that requires detail
WCMException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WCMException
Constructor that requires detail plus a cause exception
WCMException(Localized) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WCMException
Constructor that requires a localized message
WCMIllegalStateException - Exception in com.ibm.workplace.wcm.api.exceptions
 
WCMIllegalStateException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WCMIllegalStateException
Constructor.
WCMIllegalStateException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WCMIllegalStateException
Constructs a new exception with the given message.
WCMIllegalStateException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WCMIllegalStateException
Constructor that requires detail plus a cause exception
WCMRuntimeException - Exception in com.ibm.workplace.wcm.api.exceptions
 
WCMRuntimeException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
Constructor that requires detail
WCMRuntimeException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WCMRuntimeException
Constructor that requires detail plus a cause exception
WCMServiceHome - Interface in com.ibm.workplace.wcm.api
Deprecated. Replaced by WebContentService
WebContentCustomWorkflowService - Class in com.ibm.workplace.wcm.api
WebContentCustomWorkflowService enables access to the Web Content Custom Workflow methods through Portal services.
WebContentCustomWorkflowService() - Constructor for class com.ibm.workplace.wcm.api.WebContentCustomWorkflowService
WebContentCustomWorkflowService implementation constructor
WebContentLibraryService - Class in com.ibm.workplace.wcm.api
WebContentLibraryService enables access to Web Content Library methods through Portal services.
WebContentLibraryService() - Constructor for class com.ibm.workplace.wcm.api.WebContentLibraryService
Constructor
WebContentService - Class in com.ibm.workplace.wcm.api
WebContentService enables access to the WCM API through Portal services.
WebContentService() - Constructor for class com.ibm.workplace.wcm.api.WebContentService
 
withdrawApproval() - Method in interface com.ibm.workplace.wcm.api.Project
Withdraws the approval of the current user from the project.
withdrawFromReview() - Method in interface com.ibm.workplace.wcm.api.Project
Withdraws this project from the ProjectStateSelectors.State.REVIEW state.
Workflow - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for Workflow
Workflow - Static variable in interface com.ibm.workplace.wcm.api.LibraryResourceTypes
 
Workflow - Interface in com.ibm.workplace.wcm.api
Represents a workflow.
Workflow.DraftCreationBehavior - Enum in com.ibm.workplace.wcm.api
The Workflow.DraftCreationBehavior controls how items using the Workflow can create new drafts
WORKFLOW_APPROVED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document being reviewed and approved.
WORKFLOW_CHANGED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Workflow change on a Document.
WORKFLOW_NEXT_STAGE - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document moving to another Workflow stage
The value of this HistoryLogEntryCode is 3100.
WORKFLOW_REJECTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document being reviewed and rejected.
WORKFLOW_REJECTED_STAGE_EXECUTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Document being reviewed and rejected then executing a specified Workflow stage.
WORKFLOW_RESTARTED - Static variable in interface com.ibm.workplace.wcm.api.HistoryLogEntryCodes
A HistoryLogEntry recording a Workflow restart on a Document.
WorkflowAction - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for WorkflowAction
WorkflowAction - Interface in com.ibm.workplace.wcm.api
Represents a workflow action.
WorkflowedDocument - Interface in com.ibm.workplace.wcm.api
WorkflowedDocument Interface Represents a WCM API object that supports workflow methods WorkflowedDocument description
workflowEquals(Identity) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing workflow 'equals'.
WorkflowException - Exception in com.ibm.workplace.wcm.api.exceptions
Base class for all workflowable WCM classes
WorkflowException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WorkflowException
Constructor
WorkflowException(Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WorkflowException
Constructor
WorkflowException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WorkflowException
Constructor
WorkflowException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WorkflowException
Constructor
workflowIn(Collection<? extends Identity>) - Static method in class com.ibm.workplace.wcm.api.query.WorkflowSelectors
Returns a selector representing workflow 'in'.
WorkflowNotFoundException - Exception in com.ibm.workplace.wcm.api.exceptions
A WorkflowNotFoundException is thrown if the Document being accessed is not workflowable.
WorkflowNotFoundException() - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WorkflowNotFoundException
Constructor.
WorkflowNotFoundException(String) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WorkflowNotFoundException
Constructs a new exception with the given message.
WorkflowNotFoundException(String, Throwable) - Constructor for exception com.ibm.workplace.wcm.api.exceptions.WorkflowNotFoundException
Constructor that requires detail plus a cause exception
WorkflowSelectors - Class in com.ibm.workplace.wcm.api.query
WorkflowSelectors is a helper class to create workflow related Selector.
WorkflowSelectors() - Constructor for class com.ibm.workplace.wcm.api.query.WorkflowSelectors
 
WorkflowSelectors.Status - Enum in com.ibm.workplace.wcm.api.query
Workflow status
WorkflowStage - Static variable in interface com.ibm.workplace.wcm.api.DocumentTypes
The document type for WorkflowStage
WorkflowStage - Interface in com.ibm.workplace.wcm.api
Represents a workflow stage.
WorkflowStage.ACTION_GROUP - Enum in com.ibm.workplace.wcm.api
The list of possible workflow action groups
WORKFLOWSTATUS_ALL - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Workflow status for draft, published or expired.
WORKFLOWSTATUS_DRAFT - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Workflow status for draft.
WORKFLOWSTATUS_EXPIRED - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Workflow status for expired.
WORKFLOWSTATUS_PUBLISHED - Static variable in interface com.ibm.workplace.wcm.api.Workspace
Workflow status for published.
Workspace - Interface in com.ibm.workplace.wcm.api
Represents a view of the WCM repository for a particular user.
writeEndDocument() - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeEndDocument() - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Write an element for the end of a new document entry in the document list
writeEndDocumentList() - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeEndDocumentList() - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Write an element for the end of a document list.
writeEndProperty() - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeEndProperty() - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Write an element for the end of a property entry for a document entry in the document list
writeEndType() - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeEndType() - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Write an element for the end of a document type section within the document list
writeStartDocument() - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeStartDocument() - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Write an element for the start of a new document entry in the document list
writeStartDocumentList(Locale) - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeStartDocumentList(Locale) - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Writes an element for the start of the document list.
writeStartProperty() - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeStartProperty() - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Write an element for the start of a property entry for a document entry in the document list
writeStartType(String) - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeStartType(String) - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Write an element for the start of a new document type section within the document list
writeURL(ContentUrlGenerationRequest, ContentUrlGenerationResponse, ContentUrlGenerationFilterChain) - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationFilter
Write the content URL for a given content.
writeURL(ContentUrlGenerationRequest, ContentUrlGenerationResponse) - Method in interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationFilterChain
Calls the writeURL method of the next content URL generation filter in the URL generation chain.
writeValue(String) - Method in class com.ibm.workplace.wcm.api.CSVDocumentListWriter
 
writeValue(String) - Method in interface com.ibm.workplace.wcm.api.DocumentListWriter
Write a value to the document list

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