A C D E F G H I L M N P R S T U V W 
All Classes All Packages

A

Action - Interface in com.comalatech.workflow.model.document.activity
The Action that was performed on the document
ActionDetail - Interface in com.comalatech.workflow.model.document.activity
Extra info and details for the action Action
ActionType - Interface in com.comalatech.workflow.model.document.activity
Type of action performed
activateGlobalTemplate(String) - Method in interface com.comalatech.workflow.template.WorkflowTemplateManager
Activate global workflow template so it can be applied to spaces or pages.
activateSpaceWorkflow(Space, String) - Method in interface com.comalatech.workflow.WorkflowService
Activate the given space workflow
Activity - Interface in com.comalatech.workflow.model
The Activity represents workflow activity information
Activity - Interface in com.comalatech.workflow.model.document.activity
The Activity that was performed on the document, including Action, time and page affected
Actor - Interface in com.comalatech.workflow.model.document.activity
The actor who has taken action on the document
addRecord(AuditRecord) - Method in interface com.comalatech.workflow.audit.WorkflowAuditService
Deprecated.
Add an audit record.
addSpaceLabelLink(String, String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Add a link between a label (space category) and the given global workflow template name.
addTemplateLink(String, String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Links a global template to a space, the workflow will be applied to all pages in the space.
addWorkflowTemplate(Space, String) - Method in interface com.comalatech.workflow.template.WorkflowTemplateManager
Adds a workflow template to a space
addWorkflowTemplate(Space, String) - Method in interface com.comalatech.workflow.WorkflowService
ANY - com.comalatech.workflow.model.WorkflowVisibility
Any user can view page workflow elements
Approval - Interface in com.comalatech.workflow.model
Represents an approve or reject activity by a user on an approval.
ApprovalApprovedEvent - Interface in com.comalatech.workflow.event.approval
The ApprovalApprovedEvent is fired when a partial or final approval is given
ApprovalAssignedEvent - Interface in com.comalatech.workflow.event.approval
 
ApprovalDueDateExpiredEvent - Interface in com.comalatech.workflow.event
 
ApprovalEvent - Interface in com.comalatech.workflow.event.approval
The ApprovalEvent is fired when a partial or final approval/rejection is given
ApprovalRejectedEvent - Interface in com.comalatech.workflow.event.approval
The ApprovalRejectedEvent is fired when a partial or final rejection is given
ApprovalService - Interface in com.comalatech.workflow
Provides services for approving and rejecting content.
ApprovalUnassignedEvent - Interface in com.comalatech.workflow.event.approval
 
approve(ContentEntityObject, String, String, String, String) - Method in interface com.comalatech.workflow.ApprovalService
Approves the content.
asc - com.comalatech.workflow.model.document.activity.SortingOrder
 
assign(ContentEntityObject, String, Assignee, String) - Method in interface com.comalatech.workflow.ApprovalService
Assigns the named approval on the given content
Assignee - Class in com.comalatech.workflow.model
Backing bean for the assignee data
Assignee() - Constructor for class com.comalatech.workflow.model.Assignee
 
Assignee(String, String) - Constructor for class com.comalatech.workflow.model.Assignee
 
ASSIGNEE_ASCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
ASSIGNEE_DESCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
Assignment - Interface in com.comalatech.workflow.model
Represents an assignment
AssignmentEvent - Interface in com.comalatech.workflow.event
Represents an assignment event
assignTask(ContentEntityObject, String, String, String) - Method in interface com.comalatech.workflow.TaskService
Assigns the given task
assignTask(ContentEntityObject, String, String, String, Date) - Method in interface com.comalatech.workflow.TaskService
Assigns the given task
AttachmentVersion - Interface in com.comalatech.workflow.model
The AttachmentVersion is used to record the current version of attachments when a state is changed
AuditRecord - Interface in com.comalatech.workflow.audit
Deprecated.
From Confluence 5.10 onwards, workflow records will only be stored in Confluence Audit Log.

C

canComplete() - Method in interface com.comalatech.workflow.model.Task
Whether or not the current user can complete this task
com.comalatech.workflow - package com.comalatech.workflow
This package provide the services for accessing and manipulating Ad hoc Workflows information
com.comalatech.workflow.audit - package com.comalatech.workflow.audit
 
com.comalatech.workflow.event - package com.comalatech.workflow.event
This package define the workflow related events
com.comalatech.workflow.event.admin - package com.comalatech.workflow.event.admin
 
com.comalatech.workflow.event.approval - package com.comalatech.workflow.event.approval
 
com.comalatech.workflow.event.readack - package com.comalatech.workflow.event.readack
 
com.comalatech.workflow.model - package com.comalatech.workflow.model
This package define the Ad hoc Workflows object model
com.comalatech.workflow.model.document.activity - package com.comalatech.workflow.model.document.activity
 
com.comalatech.workflow.template - package com.comalatech.workflow.template
 
completeTask(ContentEntityObject, String, String) - Method in interface com.comalatech.workflow.TaskService
Completes the given task.
completeTask(ContentEntityObject, String, String, String) - Method in interface com.comalatech.workflow.TaskService
Completion - Interface in com.comalatech.workflow.model
Represents an Activity completion
ContentAssignEvent - Interface in com.comalatech.workflow.event
Deprecated.
This interface will be removed in upcoming versions.
ContentRejectEvent - Interface in com.comalatech.workflow.event
This event is fired when a content object is rejected
ContentReportingService - Interface in com.comalatech.workflow
Provides services for reporting on content
ContentTask - Interface in com.comalatech.workflow.model
 
ContentUnassignEvent - Interface in com.comalatech.workflow.event
Deprecated.
This interface will be removed in upcoming versions.
CONTRIBUTORS - com.comalatech.workflow.model.WorkflowVisibility
Only space administrators and page editors can view page workflow elements
copyGlobalTemplate(String) - Method in interface com.comalatech.workflow.template.WorkflowTemplateManager
Copies a global workflow template
CREATED_ASCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
CREATED_DESCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
createTask(ContentEntityObject, String, String, String) - Method in interface com.comalatech.workflow.TaskService
Create a task on the content in the current State.
createTask(ContentEntityObject, String, String, String, Date) - Method in interface com.comalatech.workflow.TaskService
Create a task on the content in the current State.
CUSTOM_THEME_HTML_FOOTER - Static variable in interface com.comalatech.workflow.WorkflowService
 
CUSTOM_THEME_HTML_HEADER - Static variable in interface com.comalatech.workflow.WorkflowService
 
CUSTOM_THEME_HTML_MENU - Static variable in interface com.comalatech.workflow.WorkflowService
 

D

deactivateGlobalTemplate(String) - Method in interface com.comalatech.workflow.template.WorkflowTemplateManager
Deactivate global workflow template so it can't be applied to spaces or pages.
deactivateSpaceWorflow(Space, String) - Method in interface com.comalatech.workflow.WorkflowService
Deactivate the given space workflow.
DEFAULT - com.comalatech.workflow.model.MacroTransformStatus
For space level that is just defaulting to use what is set at global admin level
DEFAULT - com.comalatech.workflow.model.PageUpdateResetApprovalStatus
For space level that is just defaulting to use whatever is set at global admin level
DEFAULT - com.comalatech.workflow.model.TasksMode
For space level that is just defaulting to use what is set at global admin level
DEFAULT - com.comalatech.workflow.model.WorkflowVisibility
For space level that is just defaulting to use what is set at global admin level
DEFAULT - Static variable in class com.comalatech.workflow.model.ReportSort
 
DEFAULT - Static variable in enum com.comalatech.workflow.model.WorkflowParameterType
 
DEFAULT_RESULTS_LIMIT - Static variable in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
 
desc - com.comalatech.workflow.model.document.activity.SortingOrder
 
DISABLED - com.comalatech.workflow.model.MacroTransformStatus
No changes
DocumentActivityActionTypesFilter - Class in com.comalatech.workflow.model.document.activity
Object to contain a selection of type / subtypes to be filtered in a document activity query
DocumentActivityActionTypesFilter() - Constructor for class com.comalatech.workflow.model.document.activity.DocumentActivityActionTypesFilter
 
DocumentActivityInvolvedActors(List<String>) - Static method in class com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
Limits the actors of the activity to be one of the values in the list.
DocumentActivityInvolvedParticipants(List<String>) - Static method in class com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
Limits the participant of the activity to be one of the values in the list.
DocumentActivityInvolvedUsers - Class in com.comalatech.workflow.model.document.activity
Filter for activities where the specified users were involved.
DocumentActivityInvolvedUsers(List<String>, List<String>) - Constructor for class com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
 
DocumentActivityQuery - Class in com.comalatech.workflow.model.document.activity
Query object to search for document activities using DocumentActivityService
DocumentActivityQuery() - Constructor for class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
 
DocumentActivityQueryFilter - Class in com.comalatech.workflow.model.document.activity
Filters to apply to a Document Activity search in a query DocumentActivityQuery
DocumentActivityQueryFilter() - Constructor for class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
 
DocumentActivityResult - Interface in com.comalatech.workflow.model.document.activity
Result set of activities returned by DocumentActivityService
DocumentActivityService - Interface in com.comalatech.workflow
Service providing a method to query for Document activities
DURATION - com.comalatech.workflow.model.WorkflowParameterType
 

E

editTask(ContentEntityObject, String, String, String, Date) - Method in interface com.comalatech.workflow.TaskService
Edits a currently existing task.
ENABLED - com.comalatech.workflow.model.MacroTransformStatus
Changes the include and excerpt-include macros to render the workflow approved version of the referenced page

F

findContent(Map<String, String>) - Method in interface com.comalatech.workflow.ContentReportingService
Deprecated.
This method will be removed in upcoming versions.
We encourage developers to use CQL based searches for retrieving lists of content. Either by using the Confluence CQLSearchService interface or the CQL Search REST API.
You can found the list of available CQL mappings for Comala Workflows in our documentation wiki.

G

getAbstractPage() - Method in interface com.comalatech.workflow.event.approval.ApprovalEvent
Returns the content (page or blog post) being approved
getAckTimestamp() - Method in interface com.comalatech.workflow.event.readack.ReadAckCompletedEvent
Returns the read confirmation acknowledged timestamp
getAction() - Method in interface com.comalatech.workflow.model.document.activity.Activity
Activity info: type, user and details
getActionDetails() - Method in interface com.comalatech.workflow.model.document.activity.Action
Details of the action
getActionType() - Method in interface com.comalatech.workflow.model.document.activity.Action
Type of the action
getActiveTasks(ContentEntityObject) - Method in interface com.comalatech.workflow.TaskService
Returns a list of tasks which are currently active on the given content object.
getActiveWorkflows(ContentEntityObject) - Method in interface com.comalatech.workflow.WorkflowService
returns the workflow that is active on the given Content Object (Page, BlogPost)
getActivities() - Method in interface com.comalatech.workflow.model.document.activity.DocumentActivityResult
List of document activities returned by the query
getActivityId() - Method in interface com.comalatech.workflow.model.Activity
Returns the internal activity id
getActors() - Method in interface com.comalatech.workflow.model.document.activity.Action
Actors involved in this action
getActors() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
 
getActors() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Retrieves the list of actors of the activity, represented by user id
getAllTasks() - Method in interface com.comalatech.workflow.model.State
Returns the list of all tasks (completed or not) in the state
getApproval() - Method in interface com.comalatech.workflow.event.approval.ApprovalApprovedEvent
Provides the approval given.
getApprovalName() - Method in interface com.comalatech.workflow.event.approval.ApprovalEvent
Returns the name of the approval being approved
getApprovals() - Method in interface com.comalatech.workflow.model.State
Deprecated.
getApprovals() - Method in interface com.comalatech.workflow.model.StateApproval
Returns a list of all approve and reject activities on this approval.
getAssignee() - Method in interface com.comalatech.workflow.model.Assignment
 
getAssignees() - Method in interface com.comalatech.workflow.model.StateApproval
The users assigned to this approval.
getAssigneesUserNames() - Method in interface com.comalatech.workflow.model.Assignment
Deprecated.
getAssignment() - Method in interface com.comalatech.workflow.event.AssignmentEvent
Provides the assignment record
getAssignments() - Method in interface com.comalatech.workflow.model.State
Returns a list of assignments on this state.
getAssignments() - Method in interface com.comalatech.workflow.model.Task
The list of assignment of this task
getAttachmentId() - Method in interface com.comalatech.workflow.model.AttachmentVersion
Provides the attachment id
getAttachmentList() - Method in interface com.comalatech.workflow.model.document.activity.Target
Attachment list
getAttachmentVersions() - Method in interface com.comalatech.workflow.model.State
Returns a list of the version of the content's attachments, at the time the content reached this state
getColour() - Method in interface com.comalatech.workflow.model.State
Returns a string that represents the colour of the state
getComment() - Method in interface com.comalatech.workflow.model.Activity
returns the comment recorded by the user when this action was performed
getCompletedTasks(ContentEntityObject) - Method in interface com.comalatech.workflow.TaskService
Returns a list of tasks which are completed on the given content object.
getCompletion() - Method in interface com.comalatech.workflow.event.TaskCompleteEvent
Retrieves the task completion
getCompletions() - Method in interface com.comalatech.workflow.model.Task
The list of completions of this task
getConfig() - Method in interface com.comalatech.workflow.event.admin.WorkflowAdvancedConfigurationUpdatedEvent
 
getConfig() - Method in interface com.comalatech.workflow.event.admin.WorkflowConfigurationUpdatedEvent
 
getConfigValue() - Method in interface com.comalatech.workflow.event.admin.WorkflowNotificationConfigurationUpdatedEvent
 
getContent() - Method in interface com.comalatech.workflow.model.ContentTask
 
getContentVersion() - Method in interface com.comalatech.workflow.model.State
Returns the content's version at the time it reached this state.
getCurrentApprovals(ContentEntityObject) - Method in interface com.comalatech.workflow.StateService
Returns the approvals that exist on the current state for the given content.
getCurrentAssignment() - Method in interface com.comalatech.workflow.model.Task
Retrieves the current assignment for the task.
getCurrentState(ContentEntityObject) - Method in interface com.comalatech.workflow.StateService
Returns the current content's state Retrieves the
getCustomThemeWorkflowHtml(ContentEntityObject) - Method in interface com.comalatech.workflow.WorkflowService
getDate() - Method in interface com.comalatech.workflow.audit.AuditRecord
Deprecated.
 
getDate() - Method in interface com.comalatech.workflow.model.Activity
returns the date of this action
getDescription() - Method in interface com.comalatech.workflow.model.State
Deprecated.
getDescription() - Method in interface com.comalatech.workflow.model.Workflow
 
getDescription() - Method in interface com.comalatech.workflow.model.Workflow.State
Returns the state description defined in the workflow
getDescription() - Method in interface com.comalatech.workflow.model.WorkflowParameter
 
getDisplayName() - Method in interface com.comalatech.workflow.model.document.activity.Actor
full name of the user
getDueDate() - Method in interface com.comalatech.workflow.model.Task
Returns the due date for the task.
getEffectiveMacroTransformStatus(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns the effective "Published View Macro Transform" setting that defines if with page publishing workflows the include and excerpt-include macros should render the workflow approved version of the referenced page.
getEffectiveResetApprovalStatus(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns the effective "Page Update Reset Approval" setting from a space.
getEffectiveTasksMode(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns the effective "Tasks Mode" setting from a space.
getEffectiveWorkflowVisibility(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns the effective "Workflow Activity and Drafts Visibility" setting from a space.
getErrorMessage() - Method in interface com.comalatech.workflow.model.Workflow
 
getEventType() - Method in interface com.comalatech.workflow.audit.AuditRecord
Deprecated.
 
getExpirationDate() - Method in interface com.comalatech.workflow.model.State
Returns the expiration date for this state.
getFilters() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
Retrieves the filters object
getFromDate() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Retrieves the timestamp of the starting date
getId() - Method in interface com.comalatech.workflow.model.document.activity.Actor
Id of the user
getId() - Method in interface com.comalatech.workflow.model.PageWorkflowParameter
Unique identification for a page workflow parameter
getId() - Method in enum com.comalatech.workflow.model.SignatureType
 
getLabelName() - Method in interface com.comalatech.workflow.model.Workflow
Deprecated.
Since Workflows 4.9 a workflow can be associated with multiple labels, this method will only return the first one. Use Workflow.getLabelNames() instead.
getLabelNames() - Method in interface com.comalatech.workflow.model.Workflow
The labels associated with this worklow.
getLastAssignment() - Method in interface com.comalatech.workflow.model.State
Deprecated.
state assignment is no longer supported.
getLastAssignment() - Method in interface com.comalatech.workflow.model.Task
Retrieves the current assignment for the task.
getLastCompletion() - Method in interface com.comalatech.workflow.model.Task
Retrieves the last completion
getLimit() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
Retrieves the limit of the amount of activities, by default is 100
getLinkedLabelTemplateNames(String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Returns the global workflow template names that are linked to a specific space label.
getLinkedLabelTemplates(String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Returns the global workflows that are linked to a specific space label.
getLinkedSpaceLabels(String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Returns the labels (space categories) that are linked to a given global workflow template name.
getLinkedSpaces(String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Get the spaces that are linked to a global template
getLinkedSpacesList(String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Get the spaces that are linked to a global template
getLinkedTemplateNames(String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Get the names of the global workflow templates that are linked to a space
getLinkedTemplates(String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Get the global workflow templates that are linked to a space.
getMacroTransformStatus(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns "Published View Macro Transform" setting for the given space.
getMoment() - Method in interface com.comalatech.workflow.model.document.activity.Activity
Instant when the activity took place expressed in epoch millis
getName() - Method in interface com.comalatech.workflow.model.Approval
The name of the approval given
getName() - Method in interface com.comalatech.workflow.model.document.activity.Actor
name of the user
getName() - Method in interface com.comalatech.workflow.model.Rejection
The name of the rejection given
getName() - Method in interface com.comalatech.workflow.model.State
Returns the state name
getName() - Method in interface com.comalatech.workflow.model.StateApproval
The name of the approval
getName() - Method in interface com.comalatech.workflow.model.Task
The name of the task
getName() - Method in interface com.comalatech.workflow.model.Workflow
 
getName() - Method in interface com.comalatech.workflow.model.Workflow.State
Returns the state name
getName() - Method in interface com.comalatech.workflow.model.WorkflowParameter
 
getName() - Method in enum com.comalatech.workflow.model.WorkflowParameterType
 
getNewValues() - Method in interface com.comalatech.workflow.audit.AuditRecord
Deprecated.
For getting new configuration values in case of configuration change event.
getNotificationType() - Method in interface com.comalatech.workflow.event.admin.WorkflowNotificationConfigurationUpdatedEvent
 
getOffset() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
Retrieves the offset of the query, by default is 0
getOldConfig() - Method in interface com.comalatech.workflow.event.admin.WorkflowAdvancedConfigurationUpdatedEvent
 
getOldConfig() - Method in interface com.comalatech.workflow.event.admin.WorkflowConfigurationUpdatedEvent
 
getOldSpaceConfig() - Method in interface com.comalatech.workflow.event.admin.SpaceWorkflowConfigurationUpdatedEvent
 
getOldTask() - Method in interface com.comalatech.workflow.event.TaskUpdatedEvent
Returns the previous version of the task before this update event.
getOldValues() - Method in interface com.comalatech.workflow.audit.AuditRecord
Deprecated.
For getting old configuration values in case of configuration change event.
getOptions() - Method in interface com.comalatech.workflow.model.WorkflowParameter
Returns a list of the workflow parameter options.
getOrder() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
Retrieves the sorting order SortingOrder for the data
getOrder() - Method in class com.comalatech.workflow.model.ReportSort
 
getOutcome() - Method in interface com.comalatech.workflow.model.Completion
The outcome of the completion
getOutcome() - Method in interface com.comalatech.workflow.model.Task
The Outcome of the last completion
getPagesActivity(List<Long>, DocumentActivityQuery) - Method in interface com.comalatech.workflow.DocumentActivityService
Retrieves the DocumentActivityResult associated to the provided query
getPageWorkflowParameter(AbstractPage, String) - Method in interface com.comalatech.workflow.WorkflowParameterManager
Returns the workflow parameter that is associated with an specific page.
getParametersForAnyTransition(AbstractPage, Workflow.State, boolean) - Method in interface com.comalatech.workflow.WorkflowParameterManager
Retrieves the required parameters information for all the states that can be reached from the given state using built in transitions.
getParametersForTransition(AbstractPage, Workflow.State) - Method in interface com.comalatech.workflow.WorkflowParameterManager
Gets the list of the required parameters to transition to the given target state
getParticipants() - Method in interface com.comalatech.workflow.model.document.activity.ActionDetail
Participant users of this detail record
getParticipants() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
 
getParticipants() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Retrieves the list of participants of the activity, represented by user id
getPendingApprovers() - Method in interface com.comalatech.workflow.model.StateApproval
Returns a list of users who are assigned but have not yet approved or rejected this approval.
getPerformer() - Method in interface com.comalatech.workflow.model.Activity
 
getPreviousEvent() - Method in interface com.comalatech.workflow.event.StateChangeEvent
Provides the preceding state
getProfilePicPath() - Method in interface com.comalatech.workflow.model.document.activity.Actor
the path to the user's profile avatar
getPublishedState(ContentEntityObject) - Method in interface com.comalatech.workflow.StateService
Retrieves the most recent published state of the content.
getRecords(String) - Method in interface com.comalatech.workflow.audit.WorkflowAuditService
Deprecated.
Get workflow audit records for a space (space specific configuration changes) or gloabl (spaceKey = null)
getRejection() - Method in interface com.comalatech.workflow.event.ContentRejectEvent
Provides the rejection given.
getRejections() - Method in interface com.comalatech.workflow.model.State
Deprecated.
use StateApproval.getApprovals() instead and check Approval.isApproved() is false.
getResetApprovalStatus(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns "Page Update Reset Approval" setting from a space
getSignatureType() - Method in interface com.comalatech.workflow.model.Approval
Returns the signature type used for this approval.
getSignatureType() - Method in interface com.comalatech.workflow.model.Rejection
Returns the signature type used for this rejection.
getSort() - Method in class com.comalatech.workflow.model.ReportSort
 
getSpace() - Method in interface com.comalatech.workflow.event.WorkflowSpaceEvent
 
getSpaceConfig() - Method in interface com.comalatech.workflow.event.admin.SpaceWorkflowConfigurationUpdatedEvent
 
getSpaceKey() - Method in interface com.comalatech.workflow.audit.AuditRecord
Deprecated.
 
getSpaceKey() - Method in interface com.comalatech.workflow.model.document.activity.Target
Spacekey where the activity took place
getSpacesActivity(List<String>, DocumentActivityQuery) - Method in interface com.comalatech.workflow.DocumentActivityService
Retrieves the DocumentActivityResult associated to the provided query
getSpaceWorkflowParameter(String, String) - Method in interface com.comalatech.workflow.WorkflowParameterManager
Returns the workflow parameter of a space that matches the given parameter name.
getSpaceWorkflowsParameters(String) - Method in interface com.comalatech.workflow.WorkflowParameterManager
Returns a list of existing Workflow Parameters in a certain space.
getState() - Method in interface com.comalatech.workflow.event.admin.SpaceWorkflowStatesInitializationEvent
 
getState() - Method in interface com.comalatech.workflow.event.WorkflowEvent
The current state of the content
getStateNames() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Retrieves the list of active workflows state names
getStateNames() - Method in interface com.comalatech.workflow.model.Workflow
 
getStates(ContentEntityObject) - Method in interface com.comalatech.workflow.StateService
Deprecated.
since 7.0, use methods in DocumentActivityService instead with an adequate query - filtering by type "state" and subtype "transition" - to obtain the list of states recorded for the page.
getSubtype() - Method in interface com.comalatech.workflow.model.document.activity.ActionType
Subtype of the action
getSubtypes() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityActionTypesFilter
List of Action Subtypes
getTarget() - Method in interface com.comalatech.workflow.model.document.activity.Activity
Target object containing the info the page where the activity happened
getTargetAttachmentId() - Method in interface com.comalatech.workflow.model.document.activity.TargetAttachment
Id of the attachment
getTargetAttachmentVersion() - Method in interface com.comalatech.workflow.model.document.activity.TargetAttachment
Version of the attachment
getTargetId() - Method in interface com.comalatech.workflow.model.document.activity.Target
Id of the target page or blogpost
getTargetVersion() - Method in interface com.comalatech.workflow.model.document.activity.Target
Version of the target page or blogpost
getTargetVersionId() - Method in interface com.comalatech.workflow.model.document.activity.Target
Id of the version of the target page or blogpost where the action took place
getTask() - Method in interface com.comalatech.workflow.event.TaskEvent
 
getTask() - Method in interface com.comalatech.workflow.model.ContentTask
 
getTasks() - Method in interface com.comalatech.workflow.model.State
Returns the list of active tasks in the state
getTasks(ContentEntityObject) - Method in interface com.comalatech.workflow.TaskService
Returns all tasks which are on the given content object.
getTasksMode(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns "Tasks Mode" setting from a space
getToDate() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Retrieves the timestamp of the end date
getType() - Method in interface com.comalatech.workflow.model.document.activity.ActionDetail
Type of this detail record
getType() - Method in interface com.comalatech.workflow.model.document.activity.ActionType
Type of the action
getType() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityActionTypesFilter
Action type to be selected
getType() - Method in interface com.comalatech.workflow.model.WorkflowParameter
 
getTypes() - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Retrieves the list of action types and its list of subtypes
getUserId() - Method in interface com.comalatech.workflow.audit.AuditRecord
Deprecated.
 
getUserName() - Method in interface com.comalatech.workflow.model.Activity
Deprecated.
getUsers() - Method in interface com.comalatech.workflow.event.readack.ReadAckCreatedEvent
Returns the set of users assigned to the read confirmation
getValue() - Method in interface com.comalatech.workflow.audit.AuditRecord
Deprecated.
For getting audit record description/value.
getValue() - Method in interface com.comalatech.workflow.model.document.activity.ActionDetail
Value
getValue() - Method in interface com.comalatech.workflow.model.WorkflowParameter
 
getVersion() - Method in interface com.comalatech.workflow.model.AttachmentVersion
Provides the attachment version
getVersion() - Method in interface com.comalatech.workflow.WorkflowService
Retrieves the version of Ad hoc Workflows
getWorkflow() - Method in interface com.comalatech.workflow.event.admin.WorkflowChangeEvent
 
getWorkflow(ContentEntityObject) - Method in interface com.comalatech.workflow.WorkflowService
Returns the workflow that is set on a content object (Page, Blogpost).
getWorkflow(Space, String) - Method in interface com.comalatech.workflow.WorkflowService
Returns the space workflow with the given name.
getWorkflowHtmlElements(ContentEntityObject) - Method in interface com.comalatech.workflow.WorkflowService
Provides the html content to include in a page to allow the Workflow menu and other items to be displayed in a custom theme.
getWorkflowHtmlElements(ContentEntityObject, boolean) - Method in interface com.comalatech.workflow.WorkflowService
Provides the html content to include in a page to allow the Workflow menu and other items to be displayed in a custom theme.
getWorkflowMarkup() - Method in interface com.comalatech.workflow.model.Workflow
 
getWorkflowParameter() - Method in interface com.comalatech.workflow.event.admin.SpaceWorkflowParameterEvent
 
getWorkflowParameter() - Method in interface com.comalatech.workflow.event.WorkflowPageParameterUpdatedEvent
 
getWorkflowParameters() - Method in interface com.comalatech.workflow.model.Workflow
 
getWorkflows(Space) - Method in interface com.comalatech.workflow.WorkflowService
Returns the workflows for the given space.
getWorkflowStateNames(ContentEntityObject) - Method in interface com.comalatech.workflow.StateService
Returns the names of all possible states in the workflow associated with the given content.
getWorkflowStates() - Method in interface com.comalatech.workflow.model.Workflow
 
getWorkflowTemplates() - Method in interface com.comalatech.workflow.template.WorkflowTemplateManager
Returns the global workflow templates
getWorkflowTemplates() - Method in interface com.comalatech.workflow.WorkflowService
getWorkflowTemplates(Space) - Method in interface com.comalatech.workflow.template.WorkflowTemplateManager
Returns the workflow templates for a given space
getWorkflowTemplates(Space) - Method in interface com.comalatech.workflow.WorkflowService
getWorkflowVisibility(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns "Workflow Activity and Drafts Visibility" setting for the given space
GlobalAuditHistoryClearedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when global workflows audit history is cleared.
GROUP - com.comalatech.workflow.model.WorkflowParameterType
 

H

hasMoreResults() - Method in interface com.comalatech.workflow.model.document.activity.DocumentActivityResult
Indicates whether more results exists for the query than the ones returned in the current request

I

IGNORE - com.comalatech.workflow.model.PageUpdateResetApprovalStatus
Ignore page updates and leave approvals in place
isActive() - Method in interface com.comalatech.workflow.model.Workflow
 
isApproved() - Method in interface com.comalatech.workflow.model.Approval
Returns true if this is an approve activity, false if it is a reject activity.
isAssignable() - Method in interface com.comalatech.workflow.model.State
Deprecated.
State assignment is no longer supported. This attribute will be removed in a future version.
isAssignable() - Method in interface com.comalatech.workflow.model.Workflow.State
Deprecated.
page assignment is no longer supported in the user interface from Workflows 4.0
isAtTaskCreation() - Method in interface com.comalatech.workflow.event.TaskAssignEvent
 
isCompleted() - Method in interface com.comalatech.workflow.model.Task
Whether or not this task has been completed
isDefault() - Method in interface com.comalatech.workflow.model.PageWorkflowParameter
A workflow parameter on a page can be different to its space level default value.
isFinalState() - Method in interface com.comalatech.workflow.model.Workflow.State
Returns true if the state is marked as the final (published) state.
isInvertLabels() - Method in interface com.comalatech.workflow.model.Workflow
Is the label condition inverted, ie, workflow is active for pages that don't have the labels in Workflow.getLabelNames()
isLinked(String, String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Returns true if the given space and global workflow template are linked.
isOverrideCurrentState() - Method in interface com.comalatech.workflow.event.admin.SpaceWorkflowStatesInitializationEvent
 
isPageEditable() - Method in interface com.comalatech.workflow.model.WorkflowParameter
A page editable parameter can have a different value specified on each page.
isPartial() - Method in interface com.comalatech.workflow.event.approval.ApprovalEvent
Returns true if there are pending users to give their approval, and false if the approval is final
isPublished() - Method in interface com.comalatech.workflow.model.State
Returns true if the current state activity represents the published version of a page.
isSnapshotsCreationEnabled(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns if the creation of automatic snapshots is enabled or not This feature requires a Comala Workflows Enterprise license.
isTaskable() - Method in interface com.comalatech.workflow.model.State
Deprecated.
This attribute is actually associated with the workflow, not a state activity. This property was previously set correctly when retrieving the current state, but may not be accurate for historic states. From 1.4 to determine if a future state will be taskable use Workflow.State.isTaskable().
isTaskable() - Method in interface com.comalatech.workflow.model.Workflow.State
Returns true is the state is taskable
isTransitionAllowed(AbstractPage, Workflow.State) - Method in interface com.comalatech.workflow.WorkflowParameterManager
Checks in the given page if the transition to the given workflows state is allowed with the current state of the its parameters.
isVersionsCompleted() - Method in interface com.comalatech.workflow.model.State
 
isVersionsCompleted() - Method in interface com.comalatech.workflow.model.Workflow.State
Returns true if this state was marked as the versionscompleted state.
isViewDraftByDefault(Space) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Returns what version of pages should users view by default with internal page publishing workflows

L

LENIENT - com.comalatech.workflow.model.TasksMode
Any task can be completed by any user who is able to modify a page or blog post
LinkedTemplateManager - Interface in com.comalatech.workflow.template
Manages the links between global templates and spaces workflows which enable global workflows to exist on multiple spaces.
LIST - com.comalatech.workflow.model.WorkflowParameterType
 
loadWorkflow(ContentEntityObject, String) - Method in interface com.comalatech.workflow.WorkflowService
Loads the given workflowMarkup into the content
loadWorkflow(Space, String) - Method in interface com.comalatech.workflow.WorkflowService
Loads the given workflowMarkup as a space workflow.
lookupById(int) - Static method in enum com.comalatech.workflow.model.SignatureType
 

M

MacroTransformStatus - Enum in com.comalatech.workflow.model
Represents the options for the MacroTransformStatus setting
MODIFIED_ASCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
MODIFIED_DESCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
MODIFIEDBY_ASCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
MODIFIEDBY_DESCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 

N

NONE - com.comalatech.workflow.model.SignatureType
 

P

PageUpdateResetApprovalStatus - Enum in com.comalatech.workflow.model
Represents the options for Page Update Reset Approval setting
PageWorkflowParameter - Interface in com.comalatech.workflow.model
This class represents a workflow parameter at a page level.
parse(String) - Static method in enum com.comalatech.workflow.model.WorkflowParameterType
 
PartialApproval - Interface in com.comalatech.workflow.model
Represents a partial approval: approvals from other approvers are still required
PartialRejection - Interface in com.comalatech.workflow.model
Represents a partial rejection: there is at least one person who has given the same named approval
PASSWORD - com.comalatech.workflow.model.SignatureType
 

R

ReadAckCompletedEvent - Interface in com.comalatech.workflow.event.readack
This event is fired when the read confirmation status is complete
ReadAckCreatedEvent - Interface in com.comalatech.workflow.event.readack
This event is fired when a read confirmation is created
ReadAckDueDateChangedEvent - Interface in com.comalatech.workflow.event.readack
Event fired when the due date for a read confirmation changes
ReadAckEvent - Interface in com.comalatech.workflow.event.readack
Parent interface for all read confirmation based events
ReadAcknowledgedEvent - Interface in com.comalatech.workflow.event.readack
This event is fired when a read confirmation is acknowledged
ReadAckOverdueEvent - Interface in com.comalatech.workflow.event.readack
This event is fired when a read confirmation is overdue
reject(ContentEntityObject, String, String, String, String) - Method in interface com.comalatech.workflow.ApprovalService
Rejects the content
Rejection - Interface in com.comalatech.workflow.model
Represents an named rejection given
removeSpaceLabelLink(String, String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Remove the link between label (space category) and the given global workflow template name.
removeTask(ContentEntityObject, String) - Method in interface com.comalatech.workflow.TaskService
Removes a given task
removeTask(ContentEntityObject, String, String) - Method in interface com.comalatech.workflow.TaskService
Removes a given task
removeTemplateLink(String, String) - Method in interface com.comalatech.workflow.template.LinkedTemplateManager
Remove a global template link from a space
removeWorkflow(ContentEntityObject) - Method in interface com.comalatech.workflow.WorkflowService
Removes the workflow from a given content object
removeWorkflow(Space, String) - Method in interface com.comalatech.workflow.WorkflowService
Removes the given workflow from a space
removeWorkflowTemplate(Space, String) - Method in interface com.comalatech.workflow.template.WorkflowTemplateManager
Removes a workflow template from a space.
removeWorkflowTemplate(Space, String) - Method in interface com.comalatech.workflow.WorkflowService
ReportSort - Class in com.comalatech.workflow.model
 
ReportSort(String, String) - Constructor for class com.comalatech.workflow.model.ReportSort
 
RESET - com.comalatech.workflow.model.PageUpdateResetApprovalStatus
Reset approvals for all page updates - default value for new instances
rolename - Variable in class com.comalatech.workflow.model.Assignee
 

S

setActors(List<String>) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Sets the list of actors of the activity to filter by
setFilters(DocumentActivityQueryFilter) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
Filter by particular fields and types of activities
setFromDate(Long) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Filter activities from this timestamp
setInvolvedUsers(DocumentActivityInvolvedUsers) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Limits either the actors or participants in the activity.
setLimit(int) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
Sets the limit for the amount of activities retrieved
setMacroTransformStatus(Space, MacroTransformStatus) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Sets the "Published View Macro Transform" setting that defines if with page publishing workflows the include and excerpt-include macros should render the workflow approved version of the referenced page.
setOffset(int) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
Sets the offset used to paginate results within a certain query
setOrder(SortingOrder) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQuery
Sets the sorting order for the results
setPageWorkflowParameterValue(AbstractPage, WorkflowParameter) - Method in interface com.comalatech.workflow.WorkflowParameterManager
Sets a workflow parameter value on a given page.
setParticipants(List<String>) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Sets the list of participants of the activity to filter by
setResetApprovalStatus(Space, PageUpdateResetApprovalStatus) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Sets "Page Update Reset Approval" setting in a space
setSnapshotsCreationEnabled(Space, boolean) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Setting to enable/disable automatic snapshot generation on final workflow state This feature requires a Comala Workflows Enterprise license.
setSpaceWorkflowParameter(String, WorkflowParameter) - Method in interface com.comalatech.workflow.WorkflowParameterManager
Sets a workflow parameter in the given space.
setState(ContentEntityObject, String, String) - Method in interface com.comalatech.workflow.StateService
Changes the state of the content.
setState(ContentEntityObject, String, String, boolean) - Method in interface com.comalatech.workflow.StateService
Changes the state of pages.
setState(String, boolean, String) - Method in interface com.comalatech.workflow.StateService
Changes the states of pages in given space.
setState(String, String, boolean, boolean, Long...) - Method in interface com.comalatech.workflow.StateService
Changes the states of pages.
setState(String, String, boolean, Long...) - Method in interface com.comalatech.workflow.StateService
Changes the states of pages.
setState(String, String, boolean, String) - Method in interface com.comalatech.workflow.StateService
Changes the states of pages that have a given workflow in a space.
setStateNames(List<String>) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
List of active workflows state names
setSubtypes(List<String>) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityActionTypesFilter
List of Action Subtypes
setTasksMode(Space, TasksMode) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Sets "Tasks Mode" setting in a space
setToDate(Long) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
Filter activities up until this timestamp
setType(String) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityActionTypesFilter
Action type to be selected
setTypes(List<DocumentActivityActionTypesFilter>) - Method in class com.comalatech.workflow.model.document.activity.DocumentActivityQueryFilter
List of Activity action types (STATE, APPROVAL, TASK and READ_CONFIRMATION) and its list of subtypes
setValue(String) - Method in interface com.comalatech.workflow.model.WorkflowParameter
 
setViewDraftByDefault(Space, boolean) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Sets the version of pages that users should view by default with internal page publishing workflows in a space.
setWorkflowVisibility(Space, WorkflowVisibility) - Method in interface com.comalatech.workflow.WorkflowConfigurationService
Sets "Workflow Activity and Drafts Visibility" setting in a space
SignatureType - Enum in com.comalatech.workflow.model
Represents the electronic signature type on an approval.
SortingOrder - Enum in com.comalatech.workflow.model.document.activity
Order for the sorting of activities, ascending or descending on the moment they occurred
SpaceAuditHistoryClearedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when space audit history is cleared.
SpaceWorkflowConfigurationUpdatedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when the space workflow configuration is updated.
SpaceWorkflowDeletedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a workflow is removed from a space
SpaceWorkflowDisabledEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a space workflow is disabled.
SpaceWorkflowEditedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a space workflow is edited.
SpaceWorkflowEnabledEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a space workflow is enabled.
SpaceWorkflowHistoryClearedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when the space workflow history is cleared.
SpaceWorkflowLinkedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a global workflow template is linked to a space.
SpaceWorkflowNotificationConfigurationUpdatedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when the space notification settings are updated.
SpaceWorkflowParameterAddedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a workflow parameter is added to a space
SpaceWorkflowParameterEvent - Interface in com.comalatech.workflow.event.admin
Parent interface for space workflow parameter events
SpaceWorkflowParameterRemovedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a space workflow parameter is removed.
SpaceWorkflowParameterUpdatedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a space workflow parameter is updated.
SpaceWorkflowStatesInitializationEvent - Interface in com.comalatech.workflow.event.admin
Event fired after the space workflow states are initialized.
SpaceWorkflowTemplateDeletedEvent - Interface in com.comalatech.workflow.event.admin
 
SpaceWorkflowTemplateDisabledEvent - Interface in com.comalatech.workflow.event.admin
 
SpaceWorkflowTemplateEditedEvent - Interface in com.comalatech.workflow.event.admin
 
SpaceWorkflowTemplateEnabledEvent - Interface in com.comalatech.workflow.event.admin
 
SpaceWorkflowUnlinkedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a linked space workflow is removed from the space.
State - Interface in com.comalatech.workflow.model
This class represent the state activity of a Page.
STATE_ASCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
STATE_DESCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
StateApproval - Interface in com.comalatech.workflow.model
Represents an active approval on a page
STATECHANGED_ASCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
STATECHANGED_DESCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
STATECHANGEDBY_ASCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
STATECHANGEDBY_DESCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
StateChangeEvent - Interface in com.comalatech.workflow.event
This event is fired when the state of a content object is changed
StateExpireEvent - Interface in com.comalatech.workflow.event
This event is fired when the state of a content object has expired
StateExpiryUpdatedEvent - Interface in com.comalatech.workflow.event
 
StateService - Interface in com.comalatech.workflow
Provides services for obtaining content state information, and for changing the state.
STRICT - com.comalatech.workflow.model.TasksMode
Only the assignees (and the creator of the task) can complete tasks
STRING - com.comalatech.workflow.model.WorkflowParameterType
 

T

Target - Interface in com.comalatech.workflow.model.document.activity
Page or blogpost subjected to an activity
TargetAttachment - Interface in com.comalatech.workflow.model.document.activity
Attachments affected by a document action on a page / blogpost
Task - Interface in com.comalatech.workflow.model
Represents a task
TaskAssignEvent - Interface in com.comalatech.workflow.event
This event is fired when a tasks is assigned
TaskCompleteEvent - Interface in com.comalatech.workflow.event
This event is fired when a task is completed
TaskCreateEvent - Interface in com.comalatech.workflow.event
This event is fired when a task is created
TaskDueDateExpiredEvent - Interface in com.comalatech.workflow.event
 
TaskEvent - Interface in com.comalatech.workflow.event
This class represent a Task-related event
TaskService - Interface in com.comalatech.workflow
Provide services for manipulating the content's tasks.
TasksMode - Enum in com.comalatech.workflow.model
Represents the options of how assigned tasks can be handled
TaskUpdatedEvent - Interface in com.comalatech.workflow.event
 
TITLE_ASCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
TITLE_DESCENDING - Static variable in class com.comalatech.workflow.model.ReportSort
 
toString() - Method in class com.comalatech.workflow.model.Assignee
 
toString() - Method in enum com.comalatech.workflow.model.WorkflowParameterType
 

U

unassign(ContentEntityObject, String, String, String) - Method in interface com.comalatech.workflow.ApprovalService
Unassigns the named approval on the given content
updateExpiryDate(ContentEntityObject, Date) - Method in interface com.comalatech.workflow.StateService
Change the expiry date for the current state on the page.
updateExpiryDate(ContentEntityObject, Date, boolean) - Method in interface com.comalatech.workflow.StateService
Change the expiry date for the current state on the page.
USER - com.comalatech.workflow.model.WorkflowParameterType
 
USERID_AND_PASSWORD - com.comalatech.workflow.model.SignatureType
 
username - Variable in class com.comalatech.workflow.model.Assignee
 
USERORGROUP - com.comalatech.workflow.model.WorkflowParameterType
 

V

valueOf(String) - Static method in enum com.comalatech.workflow.model.document.activity.SortingOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.comalatech.workflow.model.MacroTransformStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.comalatech.workflow.model.PageUpdateResetApprovalStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.comalatech.workflow.model.SignatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.comalatech.workflow.model.TasksMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.comalatech.workflow.model.WorkflowParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.comalatech.workflow.model.WorkflowVisibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.comalatech.workflow.model.document.activity.SortingOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.comalatech.workflow.model.MacroTransformStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.comalatech.workflow.model.PageUpdateResetApprovalStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.comalatech.workflow.model.SignatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.comalatech.workflow.model.TasksMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.comalatech.workflow.model.WorkflowParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.comalatech.workflow.model.WorkflowVisibility
Returns an array containing the constants of this enum type, in the order they are declared.

W

Workflow - Interface in com.comalatech.workflow.model
 
Workflow.State - Interface in com.comalatech.workflow.model
 
WorkflowAdvancedConfigurationUpdatedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when the global workflow configuration is updated.
WorkflowAuditService - Interface in com.comalatech.workflow.audit
Deprecated.
From Confluence 5.10 onwards, workflow records will only be stored in Confluence Audit Log.
WorkflowChangeEvent - Interface in com.comalatech.workflow.event.admin
Parent interface for events fired when a workflow is changed.
WorkflowConfigurationService - Interface in com.comalatech.workflow
Provides services for interacting with workflow configuration settings
WorkflowConfigurationUpdatedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when the global workflow configuration is updated.
WorkflowEvent - Interface in com.comalatech.workflow.event
Parent interface for all workflow page based events
WorkflowException - Exception in com.comalatech.workflow
 
WorkflowException() - Constructor for exception com.comalatech.workflow.WorkflowException
 
WorkflowException(String) - Constructor for exception com.comalatech.workflow.WorkflowException
 
WorkflowException(String, Throwable) - Constructor for exception com.comalatech.workflow.WorkflowException
 
WorkflowException(Throwable) - Constructor for exception com.comalatech.workflow.WorkflowException
 
WorkflowNotificationConfigurationUpdatedEvent - Interface in com.comalatech.workflow.event.admin
Event fired when a global workflow notification setting is updated.
WorkflowPageParameterUpdatedEvent - Interface in com.comalatech.workflow.event
Event fired when a workflow parameter is updated on an individual page
WorkflowParameter - Interface in com.comalatech.workflow.model
This class represents a workflow parameter.
WorkflowParameterManager - Interface in com.comalatech.workflow
Manages space and page level workflow parameters.
WorkflowParameterType - Enum in com.comalatech.workflow.model
 
WorkflowService - Interface in com.comalatech.workflow
Provides services for manipulating workflows
WorkflowSpaceEvent - Interface in com.comalatech.workflow.event
Parent interface for workflow events that apply to a space.
WorkflowTemplateDeletedEvent - Interface in com.comalatech.workflow.event.admin
 
WorkflowTemplateDisabledEvent - Interface in com.comalatech.workflow.event.admin
 
WorkflowTemplateEditedEvent - Interface in com.comalatech.workflow.event.admin
 
WorkflowTemplateEnabledEvent - Interface in com.comalatech.workflow.event.admin
 
WorkflowTemplateManager - Interface in com.comalatech.workflow.template
Manage workflow templates
WorkflowVisibility - Enum in com.comalatech.workflow.model
Represents Workflow Visibility setting options
A C D E F G H I L M N P R S T U V W 
All Classes All Packages