Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractActivity - Class in com.appiancorp.suiteapi.process.framework
Abstract class to be subclassed when implementing a Java execution environment activity.
AbstractActivity() - Constructor for class com.appiancorp.suiteapi.process.framework.AbstractActivity
 
AbstractEscalation - Class in com.appiancorp.suiteapi.process
An escalation of an activity, such as notify my supervisor if I haven't accepted in 2 days.
AbstractEscalation() - Constructor for class com.appiancorp.suiteapi.process.AbstractEscalation
 
AbstractFilterCategoryValidator - Class in com.appiancorp.common.query
 
AbstractFilterCategoryValidator() - Constructor for class com.appiancorp.common.query.AbstractFilterCategoryValidator
 
AbstractProcessModel - Class in com.appiancorp.suiteapi.process
The template from which processes are created.
AbstractProcessModel() - Constructor for class com.appiancorp.suiteapi.process.AbstractProcessModel
 
AbstractProcessNode - Class in com.appiancorp.suiteapi.process
A node in a process model.
AbstractProcessNode() - Constructor for class com.appiancorp.suiteapi.process.AbstractProcessNode
 
AbstractSchedule - Class in com.appiancorp.suiteapi.process
A Schedule is used to define a time for an event based either on an absolute Timestamp or relative to some other event.
AbstractSchedule() - Constructor for class com.appiancorp.suiteapi.process.AbstractSchedule
Creates a new instance of Schedule
AbstractSchedule(boolean) - Constructor for class com.appiancorp.suiteapi.process.AbstractSchedule
Creates a new instance of Schedule
AbstractServiceContext - Class in com.appiancorp.services
Represents a service context for use with the service framework.
AbstractServiceContext() - Constructor for class com.appiancorp.services.AbstractServiceContext
 
AbstractServiceContext(ServiceContext, String) - Constructor for class com.appiancorp.services.AbstractServiceContext
 
AbstractServiceContext(String, String) - Constructor for class com.appiancorp.services.AbstractServiceContext
 
AC_NOTIFY_NAME - Static variable in class com.appiancorp.suiteapi.process.AbstractEscalation
The name of the ActivityClass to send a notification.
AC_PRIORITY_NAME - Static variable in class com.appiancorp.suiteapi.process.AbstractEscalation
The name of the ActivityClass to change priority.
AC_REASSIGN_NAME - Static variable in class com.appiancorp.suiteapi.process.AbstractEscalation
The name of the ActivityClass to do a reassignment.
ACCEPT_AUTO_ALWAYS - Static variable in class com.appiancorp.suiteapi.process.Assignment
Constant indicating that acceptance always happens automatically.
ACCEPT_AUTO_IF_ONLY_ASSIGNEE - Static variable in class com.appiancorp.suiteapi.process.Assignment
Constant indicating that acceptance happens automatically only if the size of the assignment pool is 1.
ACCEPT_MANUAL - Static variable in class com.appiancorp.suiteapi.process.Assignment
Constant indicating that acceptance must be performed manually by the runtime user.
acceptTask(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Accepts a task for a user.
acceptTask$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
acceptThreadInvitation(Long) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Called by the invitee to accept the invitation.
acceptThreadInvitation$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
ACCESS_LEVEL_ADMINISTRATIVE - Static variable in class com.appiancorp.suiteapi.collaboration.Community
Deprecated.
Access level of administrator
ACCESS_LEVEL_ADMINISTRATIVE - Static variable in class com.appiancorp.suiteapi.collaboration.Folder
Deprecated.
Access level of administrator
ACCESS_LEVEL_ADMINISTRATIVE - Static variable in class com.appiancorp.suiteapi.collaboration.KnowledgeCenter
Deprecated.
Access level of administrator
ACCESS_LEVEL_NO_ACCESS - Static variable in class com.appiancorp.suiteapi.collaboration.Community
Deprecated.
Access level of 'no access'
ACCESS_LEVEL_NO_ACCESS - Static variable in class com.appiancorp.suiteapi.collaboration.Folder
Deprecated.
Access level of 'no access'
ACCESS_LEVEL_NO_ACCESS - Static variable in class com.appiancorp.suiteapi.collaboration.KnowledgeCenter
Deprecated.
Access level of 'no access'
ACCESS_LEVEL_READ_ONLY - Static variable in class com.appiancorp.suiteapi.collaboration.Folder
Deprecated.
Access level of read-only
ACCESS_LEVEL_READ_ONLY - Static variable in class com.appiancorp.suiteapi.collaboration.KnowledgeCenter
Deprecated.
Access level of read-only
ACCESS_LEVEL_READ_WRITE - Static variable in class com.appiancorp.suiteapi.collaboration.Folder
Deprecated.
Access level of read-write
ACCESS_LEVEL_READ_WRITE - Static variable in class com.appiancorp.suiteapi.collaboration.KnowledgeCenter
Deprecated.
Access level of read-write
accessAsReadOnlyFile() - Method in class com.appiancorp.suiteapi.collaboration.Document
Deprecated.
A function that returns a File object that represents the document.
accessAsReadOnlyFile() - Method in class com.appiancorp.suiteapi.knowledge.Document
A function that returns a File object that represents the document.
accessStatus$TRANSIENT - Static variable in class com.appiancorp.suiteapi.knowledge.KnowledgeCenter
 
acknowledgeActivity(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
no longer necessary
acknowledgeActivity(Long[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
no longer necessary
acknowledgeActivity$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
acknowledgeMessages(Long[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
replaced by work queue, no longer requires separate acknowledgement: call does nothing now
acknowledgeMessages$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
AcpReturnConverter - Class in com.appiancorp.suiteapi.process
Deprecated. 
AcpReturnConverter() - Constructor for class com.appiancorp.suiteapi.process.AcpReturnConverter
Deprecated.
 
AcpsReturnConverter - Class in com.appiancorp.suiteapi.process
Deprecated. 
AcpsReturnConverter() - Constructor for class com.appiancorp.suiteapi.process.AcpsReturnConverter
Deprecated.
 
ACT_CREATE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the content has a create action pending approval.
ACT_DEACTIVATE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the content has a deactivate action pending approval.
ACT_DELETE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the content has a delete action pending approval.
ACTION_FORUM_CREATE_THREAD - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Forum bean that indicates whether the user can create threads in the forum
ACTION_FORUM_DELETE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Forum bean that indicates whether the user can delete the forum
ACTION_FORUM_SPONSOR_THREAD - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Forum bean that indicates whether the user can sponsor a thread in the forum
ACTION_FORUM_SUBSCRIBE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Forum bean that indicates whether the user can subscribe to the forum
ACTION_FORUM_UNSPONSOR_THREAD - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Forum bean that indicates whether the user can unsponsor a thread in the forum
ACTION_FORUM_UNSUBSCRIBE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Forum bean that indicates whether the user can unsubscribe from the forum
ACTION_FORUM_UPDATE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Forum bean that indicates whether the user can update the forum
ACTION_FORUM_VIEW - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Forum bean that indicates whether the user can view the forum
ACTION_GROUP_ADD_GROUP_MEMBERS - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can add members to the group
ACTION_GROUP_ADD_GROUP_RULES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can add group membership rules
ACTION_GROUP_ADD_SELF_TO_GROUP - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can add self to group
ACTION_GROUP_DELETE_GROUP - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can delete the group
ACTION_GROUP_DELETE_GROUP_MEMBERS - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can remove group members
ACTION_GROUP_DELETE_GROUP_RULES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can delete group membership rules
ACTION_GROUP_EDIT_GROUP_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can edit group attributes
ACTION_GROUP_REMOVE_SELF_FROM_GROUP - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can remove his/her membership from group
ACTION_GROUP_UPDATE_DELEGATED_ADMINISTRATION - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can delegate group administration
ACTION_GROUP_USE_GROUP_AS_DELEGATED_PARENT - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the group can be delegated to be a parent group for creation of new groups
ACTION_GROUP_VIEW_GROUP_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can view the group attributes
ACTION_GROUP_VIEW_GROUP_EXISTENCE - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can check the existence of the group
ACTION_GROUP_VIEW_GROUP_MEMBERS - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can view group members
ACTION_GROUP_VIEW_GROUP_RULES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
Constant for whether the user can view the membership rules of the group
ACTION_GROUPTYPE_ADD_GROUPTYPE_DYNAMIC_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of add to a group type's dynamic attributes
ACTION_GROUPTYPE_DELETE_GROUPTYPE - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of deleting a group type
ACTION_GROUPTYPE_DELETE_GROUPTYPE_DYNAMIC_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of delete a group type's dynamic attributes
ACTION_GROUPTYPE_EDIT_GROUPTYPE_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of editing a group type
ACTION_GROUPTYPE_EDIT_GROUPTYPE_DYNAMIC_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of edit a group type's dynamic attributes
ACTION_GROUPTYPE_MODIFY_GROUPTYPE_SECURITY_SETTINGS - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of modifying a group type's security settings
ACTION_GROUPTYPE_USE_GROUPTYPE - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of using a group type (creating groups of that type)
ACTION_GROUPTYPE_VIEW_GROUPTYPE_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of viewing a group type's attributes
ACTION_GROUPTYPE_VIEW_GROUPTYPE_EXISTENCE - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
The action of viewing a group type
ACTION_MESSAGE_ADD_RATING - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Message bean that indicates whether the user can add a rating to the message
ACTION_MESSAGE_DELETE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Message bean that indicates whether the user can delete the message
ACTION_MESSAGE_DELETE_WITH_DESCENDANTS - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Message bean that indicates whether the user can delete the message and its descendents
ACTION_MESSAGE_SET_RATING - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Message bean that indicates whether the user can set the rating of the message
ACTION_MESSAGE_UPDATE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Message bean that indicates whether the user can update the message
ACTION_MESSAGE_VIEW - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Message bean that indicates whether the user can view the message
ACTION_MESSAGE_VIEW_ANONYMOUS - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the Message bean that indicates whether the user can anonymously view the message
ACTION_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ACTION_SYSTEM_GROUP_CREATE - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getSystemActions(Integer[]) which refers to the user's permissions to create a group
ACTION_SYSTEM_GROUP_CREATE_PUBLIC - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getSystemActions(Integer[]) which refers to the user's permissions to create a public group
ACTION_SYSTEM_GROUP_SET_DELEGATED_ADMIN_AT_GROUP_CREATION - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getSystemActions(Integer[]) which refers to the user's permissions to set if a group delegated admin at group creation
ACTION_SYSTEM_GROUPTYPE_CREATE - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getSystemActions(Integer[]) which refers to the user's permissions to create a group type
ACTION_SYSTEM_GROUPTYPE_CREATE_PUBLIC - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getSystemActions(Integer[]) which refers to the user's permissions to create a public group type
ACTION_SYSTEM_USER_CREATE - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getSystemActions(Integer[]) which refers to the user's permissions to create a user
ACTION_SYSTEM_USER_MODIFY_SECURITY_SETTINGS - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getSystemActions(Integer[]) which refers to the user's permissions to modify security settings of a group.
ACTION_SYSTEM_VIEW_DEACTIVATED_USERS - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getSystemActions(Integer[]) which refers to the user's permissions to view deactivated users
ACTION_THREAD_ADD_RESOURCE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can add a resource to the thread
ACTION_THREAD_CREATE_MESSAGE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can create a message in the thread
ACTION_THREAD_DELETE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can delete the thread
ACTION_THREAD_INVITE_OTHER_USERS - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can invite other users to the thread
ACTION_THREAD_MOVE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can move the thread
ACTION_THREAD_REMOVE_RESOURCE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can remove a resource from the thread
ACTION_THREAD_SPONSOR - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can sponsor the thread
ACTION_THREAD_SUBSCRIBE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can subscribe to the thread
ACTION_THREAD_UNSPONSOR - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can unsponsor the thread
ACTION_THREAD_UNSUBSCRIBE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can unsubscribe from the thread
ACTION_THREAD_UPDATE - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can update the thread
ACTION_THREAD_VIEW - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
The index of the element in the allowedActions field of the ThreadSummary bean that indicates whether the user can view the thread
ACTION_USER_DEACTIVATE_USER - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getUserActions(String,Integer[]) which refers to the user's permissions to decativate a user
ACTION_USER_DELETE_USER - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getUserActions(String,Integer[]) which refers to the user's permissions to delete a user
ACTION_USER_EDIT_ALL_USER_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getUserActions(String,Integer[]) which refers to the user's permissions to edit all of a user's attributes
ACTION_USER_EDIT_LIMITED_USER_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getUserActions(String,Integer[]) which refers to the user's permissions to edit a user's limited attributes
ACTION_USER_REACTIVATE_USER - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getUserActions(String,Integer[]) which refers to the user's permissions to reactivate a user
ACTION_USER_VIEW_ALL_USER_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getUserActions(String,Integer[]) which refers to the user's permissions to view a user's attributes
ACTION_USER_VIEW_LIMITED_USER_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getUserActions(String,Integer[]) which refers to the user's permissions to view a user's limited attributes
ACTION_USER_VIEW_USER_EXISTENCE - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
Index in return array from UserService.getUserActions(String,Integer[]) which refers to the user's permissions to see a user's existence
ActionNotFoundException - Exception in com.appiancorp.suiteapi.applications
This exception is thrown when attempting to access an Action that is not found within an Application.
ActionNotFoundException() - Constructor for exception com.appiancorp.suiteapi.applications.ActionNotFoundException
Creates a new exception with a default ErrorCode.INVALID_ACTION code.
ACTIONS - Enum constant in enum class com.appiancorp.suiteapi.applications.Application.Section
 
activateUserSession(Long[], Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.AdministrationService
Deprecated. 
activateUserSession(Long[], Long[]) - Method in interface com.appiancorp.suiteapi.portal.AdministrationService
Deprecated. 
activateUserSession(Long[], Long[], Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
activateUserSession(Long[], Long[], Long) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated. 
activateUserSession(Long[], Long[], Long, String) - Method in interface com.appiancorp.suiteapi.process.analytics2.ProcessAnalyticsService
Notifies the process analytics application that a new session has been created for the current user, and provides information about the current user's membership and administration rights to groups.
activateUserSession(Long[], Long[], Long, String) - Method in interface com.appiancorp.suiteapi.process.ProcessDesignService
Notifies the Process application that a new session has been created for the current user, and provides information about the current user's membership and administration rights to groups.
activateUserSession$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.AdministrationService
Deprecated.
 
activateUserSession$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
activateUserSession$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
activateUserSession$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.AdministrationService
Deprecated.
 
activateUserSession$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.analytics2.ProcessAnalyticsService
 
activateUserSession$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessDesignService
 
ACTIVE - Enum constant in enum class com.appiancorp.suiteapi.autoscale.process.instance.ProcessState
Active process.
ACTIVE_AND_DEACTIVATED_PORTLET - Static variable in interface com.appiancorp.suiteapi.portal.PortletService
Deprecated.
A constant used to indicate both activated and deactivated portlets will be included from portlet searches
ACTIVE_PORTLET - Static variable in interface com.appiancorp.suiteapi.portal.PortletService
Deprecated.
A constant used to indicate only activated portlets will be included from portlet searches
ACTIVE_RECURRENCE_NODES_SKIPPED - Enum constant in enum class com.appiancorp.suiteapi.process.BulkNodeOption
This is the default behavior for Recurrence nodes.
Activities - Annotation Interface in com.appiancorp.suiteapi.process.palette
Deprecated.
This annotation may be removed from the public API in a future release. Instead use WorkflowActivities
ACTIVITIES - Static variable in class com.appiancorp.suiteapi.process.palette.PaletteConstants
This constant can be used on a custom smart service to designate that it should appear in the palette "Activities".
ACTIVITY_CANCELLED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity has been cancelled
ACTIVITY_COMPLETED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity is in an invalid state.
ACTIVITY_ERROR_ADDNOTE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ACTIVITY_INVALID_STATE - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity is in an invalid state
ACTIVITY_PAUSED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity has been paused
ACTIVITY_PROCESS_CANCELLED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity exists in a process that has been cancelled
ACTIVITY_PROCESS_COMPLETED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity exists in a process that has been completed
ACTIVITY_PROCESS_DELETED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity has been deleted, since its parent process has been deleted
ACTIVITY_PROCESS_PAUSED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that the process for an activity is paused
ACTIVITY_SKIPPED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity has been skipped by an exception flow.
ACTIVITY_VALID - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity is valid.
ACTIVITY_WAITING - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
A constant indicating that an activity is waiting on an asynchronous workq item in Java.
ActivityClass - Class in com.appiancorp.suiteapi.process
The activity that is run when a ProcessNode is traversed.
ActivityClass() - Constructor for class com.appiancorp.suiteapi.process.ActivityClass
 
ActivityClass(ActivityClassSchema) - Constructor for class com.appiancorp.suiteapi.process.ActivityClass
 
ActivityClassParameter - Class in com.appiancorp.suiteapi.process
An ActivityClassParameter is a variable that is specified at design time and used at runtime.
ActivityClassParameter() - Constructor for class com.appiancorp.suiteapi.process.ActivityClassParameter
Creates a new activity class parameter
ActivityClassParameter(ActivityClassParameter) - Constructor for class com.appiancorp.suiteapi.process.ActivityClassParameter
 
ActivityClassParameter(ActivityClassParameterSchema) - Constructor for class com.appiancorp.suiteapi.process.ActivityClassParameter
 
ActivityClassParameter(NamedTypedValue) - Constructor for class com.appiancorp.suiteapi.process.ActivityClassParameter
 
ActivityClassParameter(String, Long, Object) - Constructor for class com.appiancorp.suiteapi.process.ActivityClassParameter
Deprecated. 
ActivityClassParameterSchema - Class in com.appiancorp.suiteapi.process
Template from which ActivityClassParameters are created.
ActivityClassParameterSchema() - Constructor for class com.appiancorp.suiteapi.process.ActivityClassParameterSchema
 
ActivityClassParameterSchema(NamedTypedValue) - Constructor for class com.appiancorp.suiteapi.process.ActivityClassParameterSchema
 
ActivityClassSchema - Class in com.appiancorp.suiteapi.process
The template from which activity classes are created.
ActivityClassSchema() - Constructor for class com.appiancorp.suiteapi.process.ActivityClassSchema
 
ActivityExecutionException - Exception in com.appiancorp.suiteapi.process.framework
This is an Exception wrapper, which is used by Activity classes to inform about error conditions while running the activity.
ActivityExecutionException(ErrorCode, Locale, Object...) - Constructor for exception com.appiancorp.suiteapi.process.framework.ActivityExecutionException
 
ActivityExecutionException(Exception, String, String) - Constructor for exception com.appiancorp.suiteapi.process.framework.ActivityExecutionException
Construct a new ActivityExecutionException
ActivityExecutionException(Exception, String, String, boolean) - Constructor for exception com.appiancorp.suiteapi.process.framework.ActivityExecutionException
Construct a new ActivityExecutionException
ActivityExecutionException(String, String) - Constructor for exception com.appiancorp.suiteapi.process.framework.ActivityExecutionException
Construct a new ActivityExecutionException
ActivityExecutionException(String, String, boolean) - Constructor for exception com.appiancorp.suiteapi.process.framework.ActivityExecutionException
Construct a new ActivityExecutionException
ActivityExecutionMetadata - Class in com.appiancorp.suiteapi.process.framework
Metadata attributes of an activity that are needed during its execution.
ActivityExecutionMetadata() - Constructor for class com.appiancorp.suiteapi.process.framework.ActivityExecutionMetadata
 
ActivityParameterHelper - Interface in com.appiancorp.suiteapi.process.framework
Classes that implement this interface provide additional functionality for passing parameters to and receiving parameters from a user interface.
ActivityProperties - Class in com.appiancorp.suiteapi.process
Container for the properties of an activity.
ActivityProperties() - Constructor for class com.appiancorp.suiteapi.process.ActivityProperties
 
ActivityReturnVariable - Class in com.appiancorp.suiteapi.process
Variable that can be returned from an activity.
ActivityReturnVariable() - Constructor for class com.appiancorp.suiteapi.process.ActivityReturnVariable
 
ActivityReturnVariable(ActivityClassParameter) - Constructor for class com.appiancorp.suiteapi.process.ActivityReturnVariable
 
ActivityReturnVariable(NamedTypedValue) - Constructor for class com.appiancorp.suiteapi.process.ActivityReturnVariable
 
ADD_FOLLOWERS_SS_FOLLOWERS_PERMISSIONS_FOLLOWEES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_FOLLOWERS_SS_INVALID_PEOPLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_FOLLOWERS_SS_SC_AND_FOLLOWERS_PERMISSIONS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_FOLLOWERS_SS_SC_DEACTIVATED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_FOLLOWERS_SS_SC_PERMISSIONS_FOLLOWERS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_FOLLOWERS_SS_SC_PERMISSIONS_GROUPS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_FOLLOWERS_SS_SC_PERMISSIONS_USERS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_SUBTRACT_DATETIME_ADD_NEGATIVE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_SUBTRACT_DATETIME_ADD_TOO_DISTANT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_SUBTRACT_DATETIME_CAST_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_SUBTRACT_DATETIME_PROCESS_CAL_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_SUBTRACT_DATETIME_START_LIST_NULL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_SUBTRACT_DATETIME_START_NULL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_SUBTRACT_DATETIME_SUBTRACT_NEGATIVE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_SUBTRACT_DATETIME_SUBTRACT_TOO_DISTANT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_GENERIC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_INVALID_TITLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_SN_DUPLICATE_USERNAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_SN_GENERIC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_SN_INSUFFICIENT_PRIVILEGE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_SN_INVALID_USER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_SN_PASSWORD_COMPLEXITY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_SN_TEMP_PWD_GENERIC_EMAIL_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_SN_TEMP_PWD_USER_EMAIL_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_TEMP_PWD_GENERIC_EMAIL_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADD_USER_TEMP_PWD_USER_EMAIL_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
addAction(Long, ApplicationAction) - Method in interface com.appiancorp.suiteapi.applications.ApplicationService
Adds an Application Action with the given user friendly label, process model UUID, and description of the action.
addAction(String, String, String) - Method in class com.appiancorp.suiteapi.applications.Application
Adds a new application action to the end of the Application's actions list.
addAction(String, String, String, int) - Method in class com.appiancorp.suiteapi.applications.Application
Adds a new application action to the Application's actions list at the specified position.
addActivityClassSchema(ActivityClassSchema) - Method in class com.appiancorp.suiteapi.process.Palette
Adds an ActivityClassSchema to the existing schemas for this palette.
addActorsToRole(String, String, Long[]) - Method in class com.appiancorp.suiteapi.common.RoleMap
Adds groups to the specified role.
addActorsToRole(String, String, String[]) - Method in class com.appiancorp.suiteapi.common.RoleMap
Adds users to the specified role.
addActorsToRolesInForums(Long, String[], Long[], String) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Add users/groups to a given role in a forum.
addActorsToRolesInForums$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
addAdditionalContext(String, String) - Method in class com.appiancorp.suiteapi.process.framework.ActivityExecutionMetadata
Add additional context passed to the node from an external service, displacing only an item with the same key.
addAdditionalContext(Map<String, String>) - Method in class com.appiancorp.suiteapi.process.framework.ActivityExecutionMetadata
Add additional context passed to the node from an external service, displacing only items with the same key.
addAdminGroups(Long[], Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Adds the given groups as administrator groups for group given by groupId_
addAdminGroups$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addAdministratorGroups(Long[]) - Method in class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
Appends to the groups who have administrative permissions
addAdministratorGroups(Long[]) - Method in class com.appiancorp.suiteapi.common.PublicRoleMap
Appends to the groups who have administrative permissions.
addAdministratorGroups(Long...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the groups who have administrative permissions.
addAdministrators(String[]) - Method in class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
Appends to the users who have administrative permissions
addAdministrators(String[]) - Method in class com.appiancorp.suiteapi.common.PublicRoleMap
Appends to the users who have administrative permissions.
addAdministrators(String...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the users who have administrative permissions.
addAdminOwnerGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds administrative permission for the groups
addAdminOwners(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds administrative permission for the users
addAdminToKnowledgeCenter(String, Long) - Method in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
Make a user an administrator of a knowledge center
addAdminToKnowledgeCenter$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
 
addAdminUsers(String[], Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Adds the users by given username's as administrators of group given by groupId_
addAdminUsers$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addAllMessages(List) - Method in class com.appiancorp.suiteapi.process.ActivityClassParameter
 
addAllMessages(List) - Method in class com.appiancorp.suiteapi.process.ProcessVariable
Adds new validation messages to this process variable.
addAllMessages(List) - Method in interface com.appiancorp.suiteapi.process.Validatable
Adds all of the messages in the given list to the collection of validation messages maintained by this object.
addAnalystGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Deprecated. 
addAnalysts(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Deprecated. 
addAppianType(Integer, Long) - Method in class com.appiancorp.suiteapi.process.AppianTypeCache
Adds the primary key of the given Appian type to the table of Appian-typed objects.
addAppianType(Integer, String) - Method in class com.appiancorp.suiteapi.process.AppianTypeCache
Adds a String primary key of the given Appian type to the table of Appian-typed objects.
addAppianTypeOrTypes(int, boolean, Object) - Method in class com.appiancorp.suiteapi.process.AppianTypeCache
 
addAppianTypes(Integer, Long[]) - Method in class com.appiancorp.suiteapi.process.AppianTypeCache
 
addAppianTypes(Integer, String[]) - Method in class com.appiancorp.suiteapi.process.AppianTypeCache
Adds String primary keys to the cache for the given type.
addApproverGroups(Long[]) - Method in class com.appiancorp.suiteapi.portal.PageRoleMap
Deprecated.
 
addApprovers(String[]) - Method in class com.appiancorp.suiteapi.portal.PageRoleMap
Deprecated.
 
addAttachmentsToProcess(Long, Attachment[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Add attachments to a given process.
addAttachmentsToProcess$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addAttachmentsToTask(Long, Attachment[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Adds attachments to a given task.
addAttachmentsToTask$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addAttachmentToProcess(Long, Attachment) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Add an attachment to a process.
addAttachmentToProcess$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addAttachmentToProcesses(Long[], Attachment) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Adds a single attachment to a list of processes.
addAttachmentToProcesses$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addAttachmentToTask(Long, Attachment) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Add an attachment to a task
addAttachmentToTask$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addAttachmentToTasks(Long[], Attachment) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Add an attachment to the given tasks
addAttachmentToTasks$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addAttribute(Long, Attribute) - Method in interface com.appiancorp.suiteapi.personalization.GroupTypeService
Adds a new attribute to a group type.
addAttribute(StringBuffer, String, String, boolean) - Static method in class com.appiancorp.suiteapi.process.XMLBuilderUtils
Adds an XML attribute to a buffer
addAttribute$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
 
addAuthorGroups(Long[]) - Method in class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
Appends to the groups who have authoring (read/write) permissions
addAuthorGroups(Long...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the groups who have authoring (read/write) permissions.
addAuthors(String[]) - Method in class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
Appends to the users who have authoring (read/write) permissions
addAuthors(String...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the users who have authoring (read/write) permissions.
addBookmark(Long) - Method in interface com.appiancorp.suiteapi.portal.PageNavigationService
Deprecated.
Adds the specified page to the current user's bookmarks.
addBookmark$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageNavigationService
Deprecated.
 
addCategory(String, Long) - Method in interface com.appiancorp.suiteapi.portal.PageNavigationService
Deprecated.
Add a category.
addCategory$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageNavigationService
Deprecated.
 
addCauseToAlertMessageArgs - Variable in exception com.appiancorp.suiteapi.process.exceptions.SmartServiceException
 
addCauseToAlertMessageArgs() - Method in class com.appiancorp.suiteapi.process.exceptions.SmartServiceException.Builder
Specifies that the message of the cause exception should be added to the list of arguments passed to the alert message.
addCauseToUserMessageArgs - Variable in exception com.appiancorp.suiteapi.process.exceptions.SmartServiceException
 
addCauseToUserMessageArgs() - Method in class com.appiancorp.suiteapi.process.exceptions.SmartServiceException.Builder
Specifies that the message of the cause exception should be added to the list of arguments passed to the user message.
addCData(StringBuffer, String) - Static method in class com.appiancorp.suiteapi.process.XMLBuilderUtils
Encloses an item in CDATA tags
addCommunitiesToFavorites(Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
Adds multiple Community objects to the user's list of favorites
addCommunitiesToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
 
addCommunityToFavorites(Long) - Method in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
Adds a Community to the user's list of favorites
addCommunityToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
 
addContribution(Contribution) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
This functionality is no longer supported and will be removed in the next release.
addContribution$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
addDays(Calendar, int) - Method in class com.appiancorp.suiteapi.process.calendar.WorkingCalendar
Add given number of working days to the given Calendar, yielding another Calendar that is also a working time.
addDenyAdministratorGroups(Long...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the groups who have been explicitly denied administrative permissions.
addDenyAdministrators(String...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the users who have been explicitly denied administrative permissions.
addDenyAuthorGroups(Long...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the groups who have been explicitly denied authoring (read/write) permissions.
addDenyAuthors(String...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the users who have been explicitly denied authoring (read/write) permissions.
addDenyReaderGroups(Long...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the groups who have been explicitly denied read-only permissions.
addDenyReaders(String...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the users who have been explicitly denied read-only permissions.
addDiagnosticMessage(Diagnostic) - Method in class com.appiancorp.suiteapi.ix.data.portlet.PortletIxHelper
Adds a message (such as a warning) that will be displayed to the user after the overall export or import operation is complete.
addDocumentsToFavorites(Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Adds multiple documents to the current user's list of favourites.
addDocumentsToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
addDocumentToFavorites(Long) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Adds a document to the current user's list of favorites.
addDocumentToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
addEditorGroups(Long[]) - Method in class com.appiancorp.suiteapi.administration.AdminConsoleRoleMap
Deprecated.
Adds to the list of groups that have editor permissions.
addEditorGroups(Long[]) - Method in class com.appiancorp.suiteapi.common.AEVRoleMap
Adds the Groups identified by given ID's as editors to existing array of Group Editors.
addEditorGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessApplicationRoleMap
Appends to the groups who have editor permissions
addEditorGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds editor permission to the groups
addEditors(String[]) - Method in class com.appiancorp.suiteapi.administration.AdminConsoleRoleMap
Deprecated.
Adds to the list of users that have editor permissions.
addEditors(String[]) - Method in class com.appiancorp.suiteapi.common.AEVRoleMap
Adds the Users identified by given usernames as editors to existing array of Editors.
addEditors(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessApplicationRoleMap
Appends to the users who have editor permissions
addEditors(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds editor permission to the users
addError(ActionMessage) - Method in interface com.appiancorp.suiteapi.process.framework.MessageHolder
Adds an error using the default bundle for this Action.
addError(ActionMessage) - Method in class com.appiancorp.suiteapi.process.framework.StrutsMessageHolder
Adds an error to the request using the default bundle for this Action.
addError(String, String, Object...) - Method in interface com.appiancorp.suiteapi.process.framework.MessageContainer
Add an error to the container.
addError(HttpServletRequest, AppianException) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds an application exception to the request.
addError(HttpServletRequest, ErrorCode, Object...) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds an error to the request using the specified AppianErrorCode to retrieve the message and substitutes the provided arguments inside the error text.
addError(HttpServletRequest, ActionMessage, String) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds an error to the request using the specified bundle for this Action.
addError(HttpServletRequest, IActionMessage) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds an error to the request using the default bundle for this Action.
addError(HttpServletRequest, String) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
use addError(HttpServletRequest q_, ActionError error_) instead.
addError(HttpServletRequest, String, ErrorCode, Object...) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds an error to the request using the specified AppianErrorCode to retrieve the message and substitutes the provided arguments inside the error text.
addError(HttpServletRequest, String, ActionMessage) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds an error to the request using the default bundle for this Action.
addError(HttpServletRequest, String, ActionMessage, String) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds an error to the request using the specified bundle for this Action.
addExplicitNonViewerGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds explicitly denied permission to the groups
addExplicitNonViewers(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds explicitly denied permission to the users
addExpression(TypedVariable) - Method in class com.appiancorp.suiteapi.process.forms.FormElement
 
addFavorite(Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
addFavorite$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
addFavoriteForUsers(Long, String[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
addFavoriteForUsers$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
addFavorites(Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
addFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
addFlag(int) - Method in class com.appiancorp.suiteapi.type.DatatypeProperties
 
addFoldersToFavorites(Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
Adds multiple folders to the current user's "Favorites" list.
addFoldersToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
 
addFolderToFavorites(Long) - Method in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
Adds a folder to the current user's "Favorites" list.
addFolderToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
 
addForumAdministratorGroups(Long[]) - Method in class com.appiancorp.suiteapi.forums.ForumsRoleMap
Deprecated.
Appends to the groups who have forum administrative permissions
addForumAdministratorGroups(Long[]) - Method in class com.appiancorp.suiteapi.forums.ThreadRoleMap
Deprecated.
Appends to the groups who have forum administrative permissions
addForumAdministrators(String[]) - Method in class com.appiancorp.suiteapi.forums.ForumsRoleMap
Deprecated.
Appends to the users who have administrative permissions
addForumAdministrators(String[]) - Method in class com.appiancorp.suiteapi.forums.ThreadRoleMap
Deprecated.
Appends to the users who have administrative permissions
addForumForDiscussionPortlet(Long, Long) - Method in interface com.appiancorp.suiteapi.portal.portlets.discussionthreads.DiscussionPortletService
Deprecated.
Add a discussion forum to a portlet
addForumForDiscussionPortlet$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.discussionthreads.DiscussionPortletService
Deprecated.
 
addFunction(Function) - Method in class com.appiancorp.suiteapi.expression.FunctionCategory
 
addFunctionParameter(FunctionParameter) - Method in class com.appiancorp.suiteapi.expression.Function
Adds a parameter to the function's parameters.
addGroupInRole(Long, String, Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Add group to content in given role.
addGroupInRole$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
addGroupsInRole(Long, String, Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Add groups to content in given role.
addGroupsInRole$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
addGroupsToMyGroups(Long[]) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Adds a list of groups to My Groups for logged in user.
addGroupsToMyGroups$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addGroupToFavorites(Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Associates Group as one of the current User's favorites
addGroupToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addHours(Calendar, int) - Method in class com.appiancorp.suiteapi.process.calendar.WorkingCalendar
Add given number of working hours to the given Calendar, yielding another Calendar that is also a working time.
ADDING_STRATEGY - Static variable in class com.appiancorp.suiteapi.common.Role
Returns the result of adding newPermissions to existingPermissions.
addInitiatorGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds analyst permission to the groups
addInitiators(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds analyst permission to the users
addIntField(String) - Method in class com.appiancorp.common.query.SearchCriteriaProvider.SearchFields
 
addItem(PaletteItem) - Method in class com.appiancorp.suiteapi.process.Palette
Adds a PaletteItem to the existing items for this palette.
addKnowledgeCentersToFavorites(Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
Adds multiple knowledge centers to the current user's "Favorites" list
addKnowledgeCentersToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
 
addKnowledgeCenterToFavorites(Long) - Method in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
Adds a knowledge center to the current user's "Favorites" list
addKnowledgeCenterToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
 
addLinks(Long, Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
addLinks$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
addManagerGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds power user permissions to the groups
addManagers(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds power user permissions to the users
addMemberGroup(Long, Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Adds a member group to a group.
addMemberGroup$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addMemberGroups(Long[], Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Adds member groups to a group
addMemberGroups$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addMemberUser(String, Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Adds a member user to a group .
addMemberUser$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addMemberUsers(String[], Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Adds member users to a group
addMemberUsers$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addMessage(HttpServletRequest, ActionMessage, String) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds a message to the request using the specified bundle for this Action.
addMessage(HttpServletRequest, IActionMessage) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds a message to the request using the default bundle for this Action.
addMessage(HttpServletRequest, String, ActionMessage) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds a message to the request using the default bundle for this Action.
addMessage(HttpServletRequest, String, ActionMessage, String) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Adds a message to the request using the specified bundle for this Action.
addMinutes(Calendar, int) - Method in class com.appiancorp.suiteapi.process.calendar.WorkingCalendar
Add given number of working minutes to the given Calendar, yielding another Calendar that is also a working time.
addMyProcessReport(ProcessReport) - Method in interface com.appiancorp.suiteapi.process.analytics2.ProcessAnalyticsService
Add a process report to the My Reports folder.
addMyProcessReport$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.analytics2.ProcessAnalyticsService
 
addMyselfToGroup(Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Adds oneself to the given group
addMyselfToGroup$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
addNavigationItem(String, String, String) - Method in class com.appiancorp.suiteapi.applications.Application
Adds a new navigation item to the Application's navigation definition to the end of the list.
addNavigationItem(String, String, String, int) - Method in class com.appiancorp.suiteapi.applications.Application
Adds a new navigation item to the Application's navigation definition at the specified index.
addObjects(Type<?, ?, String>, String[]) - Method in class com.appiancorp.suiteapi.applications.Application
addObjectsByType(Type<H, I, U>, U[]) - Method in class com.appiancorp.suiteapi.applications.Application
addObjectsByType(Long, U[]) - Method in class com.appiancorp.suiteapi.applications.Application
Associates objects of the specified type with the Application.
addOutput(HttpServletRequest, String, Object) - Method in class com.appiancorp.common.appianwebmvc.BaseViewAction
Deprecated.
Add a value to a java.util.Map that is stored as a request attribute
addOwnerGroups(Long[]) - Method in class com.appiancorp.suiteapi.forums.ThreadRoleMap
Deprecated.
 
addOwners(String[]) - Method in class com.appiancorp.suiteapi.forums.ThreadRoleMap
Deprecated.
 
addParticipantGroups(Long[]) - Method in class com.appiancorp.suiteapi.forums.ForumsRoleMap
Deprecated.
 
addParticipantGroups(Long[]) - Method in class com.appiancorp.suiteapi.forums.ThreadRoleMap
Deprecated.
Appends to the groups who have Participating (read/write) permissions
addParticipants(String[]) - Method in class com.appiancorp.suiteapi.forums.ForumsRoleMap
Deprecated.
 
addParticipants(String[]) - Method in class com.appiancorp.suiteapi.forums.ThreadRoleMap
Deprecated.
Appends to the users who have participating (read/write) permissions
addPermissions(Set<Role>, Set<Role>) - Static method in class com.appiancorp.suiteapi.common.Role
Returns a new Set<Role> with permissions (groups and users) from permissionsToAdd added to existingPermissions.
addPortlet(Long, Long, Integer, int) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
Attempts to lock the current draft of the specified page and add a portlet.
addPortlet$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
addPortlets(Long, Long[], Integer[], int[]) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
Attempts to lock the current draft of the specified page and add portlets.
addPortlets$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
addPowerUserGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Deprecated. 
addPowerUsers(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Deprecated. 
addProcessModelToFavorites(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessDesignService
Associates this ProcessModel by given modelId_ as one of the current user's favorites.
addProcessModelToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessDesignService
 
addProcessToFavorites(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Adds a Process to the user's favorites list.
addProcessToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addProcessVariable(Long, ProcessVariableInstance) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Adds a new variable to the specified process.
addProcessVariable$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addProcessVariables(Long, ProcessVariableInstance[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Adds new variables to the specified process.
addProcessVariables$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addRating(Long, int) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Average a new individual rating into the message's overall average rating.
addRating$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
addReaderGroups(Long[]) - Method in class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
Appends to the groups who have read-only permissions
addReaderGroups(Long...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the groups who have read-only permissions.
addReaders(String[]) - Method in class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
Appends to the users who have read-only permissions
addReaders(String...) - Method in class com.appiancorp.suiteapi.content.ContentRoleMap
Appends to the users who have read-only permissions.
addResults(Object[]) - Method in class com.appiancorp.suiteapi.common.ResultPage
Add results to the result page.
addSecurity(int) - Method in class com.appiancorp.suiteapi.content.Content
Adds security by bitwise orring it with the current security.
addSecurity(Integer) - Method in class com.appiancorp.suiteapi.content.Content
Adds security.
addService(String, Object) - Method in class com.appiancorp.services.AbstractServiceContext
 
addService(String, Object) - Method in interface com.appiancorp.services.ServiceContext
Adds the specified Service to the service cache under the serviceName_ key specified.
addServices(String) - Static method in class com.appiancorp.suiteapi.common.ServiceLocator
Deprecated.
This API is being phased out and will be removed in a future release.
addSimpleElement(StringBuffer, String, String, boolean) - Static method in class com.appiancorp.suiteapi.process.XMLBuilderUtils
Adds a simple XML element to a buffer
addStringField(String, boolean) - Method in class com.appiancorp.common.query.SearchCriteriaProvider.SearchFields
 
addTaskToFavorites(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Adds a Task to the user's favorites list.
addTaskToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
addThreadResource(Long, Attachment) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Add an attachment to a thread.
addThreadResource$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
addThreadResources(Long, Attachment[]) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Add multiple attachments to a thread.
addThreadResources$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
addToCache(Map) - Method in class com.appiancorp.suiteapi.type.Datatype
INTERNAL: NOT API
addToCache(Map) - Method in class com.appiancorp.suiteapi.type.DatatypeProperties
INTERNAL: NOT API
addTypeId(Long, String) - Method in class com.appiancorp.suiteapi.expression.ExpressionDependency.TypeDependency
Add a typeId and its typeLiteral to the dependencies.
addUnresolvedTypeLiteral(String) - Method in class com.appiancorp.suiteapi.expression.ExpressionDependency.TypeDependency
Add an unresolved typeLiteral to the dependencies.
addUserInRole(Long, String, String) - Method in interface com.appiancorp.suiteapi.content.ContentService
Add user to content in given role.
addUserInRole$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
addUsersInRole(Long, String, String[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Add users to content in given role.
addUsersInRole$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
addUserToFavorites(String) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Adds this user (username_) to the current user's favorites
addUserToFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
addValidationMessage(String) - Method in class com.appiancorp.suiteapi.process.ActivityClassParameter
 
addValidationMessage(String) - Method in class com.appiancorp.suiteapi.process.ProcessVariable
Adds the given String validation message to the collection of validation messages for the process variable
addValidationMessage(String) - Method in interface com.appiancorp.suiteapi.process.Validatable
Adds the given validation message to the collection maintained by this object.
addViewerGroups(Long[]) - Method in class com.appiancorp.suiteapi.administration.AdminConsoleRoleMap
Deprecated.
Adds to the list of groups that have viewer permissions.
addViewerGroups(Long[]) - Method in class com.appiancorp.suiteapi.common.AEVRoleMap
Adds the Groups identified by given ID's as viewers to existing array of Group Viewers.
addViewerGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessApplicationRoleMap
Appends to the groups who have viewer permissions
addViewerGroups(Long[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds viewer permission to the groups
addViewers(String[]) - Method in class com.appiancorp.suiteapi.administration.AdminConsoleRoleMap
Deprecated.
Adds to the list of users that have viewer permissions.
addViewers(String[]) - Method in class com.appiancorp.suiteapi.common.AEVRoleMap
Adds the Users identified by given usernames as viewers to existing array of Viewers.
addViewers(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessApplicationRoleMap
Appends to the users who have viewer permissions
addViewers(String[]) - Method in class com.appiancorp.suiteapi.process.ProcessRoleMap
Adds viewer permission to the users
addVisibility(int) - Method in class com.appiancorp.suiteapi.content.Content
Adds visibility by bitwise orring it with the current visibility.
addVisibility(Integer) - Method in class com.appiancorp.suiteapi.content.Content
Adds visibility.
adjustCounter(Long, Double) - Method in interface com.appiancorp.suiteapi.content.ContentService
Adjust a rules based constant (counter) of type integer or double by the given adjustment value.
adjustCounter(Long, Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Adjust a rules based constant (counter) of type integer or double by the given adjustment value.
adjustCounter$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
ADMIN - Static variable in interface com.appiancorp.suiteapi.collaboration.CollaborationSearchService
Deprecated.
 
ADMIN - Static variable in interface com.appiancorp.suiteapi.personalization.PersonalizationSearchService
A constant indicating that a user is an administrator of a given entity
ADMIN - Static variable in interface com.appiancorp.suiteapi.portal.PortalSearchService
Deprecated.
Constant for indicating that the current user has administrative access to the page or portlet
ADMIN_CONSOLE_GROUP_LANDING_APPS_DESIGNER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_GROUP_LANDING_DUPLICATE_GROUPS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_GROUP_LANDING_EMPTY_GROUPS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_GROUP_LANDING_EMPTY_URL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_GROUP_LANDING_INVALID_URL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_INSUFFICIENT_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_INSUFFICIENT_PRIVILEGES_SERVICE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_INVALID_EXTENSION_LIST_CONTAINS_DUPLICATES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_INVALID_EXTENSION_LIST_CONTAINS_PERIODS_BLACKLIST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_INVALID_EXTENSION_LIST_CONTAINS_PERIODS_WHITELIST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_MIGRATION_FAILED_GENERIC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_PLUGIN_INSUFFICIENT_PRIVILEGES_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ADMIN_CONSOLE_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the admin console service.
ADMIN_INT_VALUE - Static variable in class com.appiancorp.suiteapi.forums.ForumsRoleMap
Deprecated.
 
ADMIN_OWNER - Static variable in class com.appiancorp.suiteapi.process.ProcessRoleMap
 
ADMIN_USERNAME - Static variable in class com.appiancorp.services.ServiceContextFactory
 
ADMIN_USERNAME - Static variable in class com.appiancorp.suiteapi.common.ServiceLocator
Deprecated.
Use ServiceContextFactory.ADMIN_USERNAME instead
AdminConsolePermissions - Class in com.appiancorp.suiteapi.administration
Deprecated.
This class pertains to the legacy admin console, which will be replaced by the Appian Administration Console over the coming releases.
AdminConsolePermissions() - Constructor for class com.appiancorp.suiteapi.administration.AdminConsolePermissions
Deprecated.
 
AdminConsoleRoleMap - Class in com.appiancorp.suiteapi.administration
Deprecated.
This class pertains to the legacy admin console, which will be replaced by the Appian Administration Console over the coming releases.
AdminConsoleRoleMap() - Constructor for class com.appiancorp.suiteapi.administration.AdminConsoleRoleMap
Deprecated.
 
ADMINISTERED_PROPERTY - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
AdministrationService - Interface in com.appiancorp.suiteapi.administration
Deprecated.
The AdministrationService pertains to the legacy admin console, which will be replaced by the Appian Administration Console over the coming releases.
AdministrationService - Interface in com.appiancorp.suiteapi.collaboration
Deprecated.
Use the class ContentService instead.
AdministrationService - Interface in com.appiancorp.suiteapi.portal
Deprecated.
The Portal functionality will be removed in a future release.
ADMINISTRATOR - Static variable in class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
 
ADMINISTRATOR - Static variable in class com.appiancorp.suiteapi.common.PublicRoleMap
 
ADMINISTRATOR - Static variable in class com.appiancorp.suiteapi.content.ContentRoleMap
Role with administrative access.
ADS_MIGRATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
AEVRoleMap - Class in com.appiancorp.suiteapi.common
This class can be used as base class for any object acting as RoleMap where User and Group can be added to view or edit a particular object.
AEVRoleMap() - Constructor for class com.appiancorp.suiteapi.common.AEVRoleMap
 
afterMain(IActionMapping, IActionForm, HttpServletRequest, HttpServletResponse, IActionForward) - Method in class com.appiancorp.common.appianwebmvc.BaseViewAction
Deprecated.
Should never be implemented in-house.
afterPrepare(IActionMapping, IActionForm, HttpServletRequest, HttpServletResponse, IActionForward) - Method in class com.appiancorp.common.appianwebmvc.BaseUpdateAction
Deprecated.
afterValidate(IActionMapping, IActionForm, HttpServletRequest, String) - Method in class com.appiancorp.common.appianwebmvc.BaseUpdateAction
Deprecated.
aggregate(AggregationColumn...) - Method in class com.appiancorp.common.query.Query.Builder
 
aggregate(AggregationColumn...) - Method in interface com.appiancorp.common.query.QueryBuilder.Aggregating
Obtains the set of operations allowed after QueryBuilder.Aggregating<T>
aggregate(List<AggregationColumn>) - Method in class com.appiancorp.common.query.Query.Builder
 
aggregate(List<AggregationColumn>) - Method in interface com.appiancorp.common.query.QueryBuilder.Aggregating
Obtains the set of operations allowed after QueryBuilder.Aggregating<T>
AGGREGATE_SECURITY_KEY - Static variable in class com.appiancorp.suiteapi.common.RoleMap
 
aggregation(String, AggregationFunction) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Creates an AggregationColumn instance
aggregation(String, String, boolean, AggregationFunction) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Creates an AggregationColumn instance.
Aggregation - Class in com.appiancorp.common.query
Holds the List of AggregationColumns to project by the Query.
Aggregation(List<AggregationColumn>) - Constructor for class com.appiancorp.common.query.Aggregation
Copy constructor
aggregationCastMap - Variable in class com.appiancorp.common.query.TypedValueQueryValidator
 
AggregationColumn - Class in com.appiancorp.common.query
Immutable bean representing the column dot notation, alias, visibility (if it's should be shown to the client or not).
AggregationColumn(AggregationColumn) - Constructor for class com.appiancorp.common.query.AggregationColumn
Copy constructor
AggregationColumn(String, String, boolean) - Constructor for class com.appiancorp.common.query.AggregationColumn
Constructs a new AggregationColumn which groups by the given field name with the given alias name.
AggregationColumn(String, String, boolean, boolean, AggregationFunction, GroupingFunction) - Constructor for class com.appiancorp.common.query.AggregationColumn
 
AggregationColumn(String, String, boolean, AggregationFunction) - Constructor for class com.appiancorp.common.query.AggregationColumn
Constructs a new AggregationColumn which groups by the given field name with the given alias name.
AggregationColumn(String, String, boolean, AggregationFunction, GroupingFunction) - Constructor for class com.appiancorp.common.query.AggregationColumn
Constructs a new AggregationColumn which groups by the given field name with the given alias name.
AggregationFunction - Enum Class in com.appiancorp.common.query
Enumeration containing the valid aggregation functions which can be applied to a column.
Aggregator() - Constructor for class com.appiancorp.common.query.GenericQuery.GenericBuilder.Aggregator
 
Aggregator() - Constructor for class com.appiancorp.common.query.QueryBuilderTools.Aggregator
 
Aggregator() - Constructor for class com.appiancorp.common.query.TypedValueQuery.TypedValueBuilder.Aggregator
 
AheadOfScheduleFilter - Class in com.appiancorp.suiteapi.process.analytics2
Filter for tasks/processes that are ahead of schedule: when this filter is added, only completed tasks/processes that are ahead of schedule will be returned in the report.
AheadOfScheduleFilter() - Constructor for class com.appiancorp.suiteapi.process.analytics2.AheadOfScheduleFilter
 
AL_ADMIN - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the current user has admin access to the corresponding ID passed to ContentService.getAccessLevel(Long[], Integer).
AL_EDITOR - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the current user has edit access to the corresponding ID passed to ContentService.getAccessLevel(Long[], Integer).
AL_INVALID_ID - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the corresponding ID passed to ContentService.getAccessLevel(Long[], Integer) is invalid.
AL_NONE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the current user has no access to the corresponding ID passed to ContentService.getAccessLevel(Long[], Integer).
AL_VIEWER - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the current user has view access to the corresponding ID passed to ContentService.getAccessLevel(Long[], Integer).
alertMessage(String, Object...) - Method in class com.appiancorp.suiteapi.process.exceptions.SmartServiceException.Builder
Set the message that will be displayed in the error alert for both attended and unattended nodes.
alertMessageArgs - Variable in exception com.appiancorp.suiteapi.process.exceptions.SmartServiceException
 
alertMessageKey - Variable in exception com.appiancorp.suiteapi.process.exceptions.SmartServiceException
 
ALIAS - Static variable in interface com.appiancorp.suiteapi.type.AppianType
Deprecated.
aliasCounter - Variable in class com.appiancorp.common.query.TypedValueQueryValidator
 
aliasDotNotation - Variable in class com.appiancorp.common.query.TypedValueQueryValidator
 
aliases - Variable in class com.appiancorp.common.query.TypedValueQueryValidator
 
ALL - Static variable in class com.appiancorp.suiteapi.content.ContentFilter
 
ALL - Static variable in interface com.appiancorp.suiteapi.process.ProcessDesignService
All possible sub-process states
ALL_ROLES - Static variable in class com.appiancorp.suiteapi.content.ContentRoleMap
 
ALL_ROLES - Static variable in class com.appiancorp.suiteapi.process.ProcessRoleMap
 
AllCategories() - Constructor for class com.appiancorp.suiteapi.process.PaletteCategory.AllCategories
 
ALLOCATE_FSID - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the database should determine what the file system ID should be for a document.
ALLOCATE_GLOBAL_PART - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the database should determine what the partition should be for a KC.
ALLOCATE_PART - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Indicates that the database should determine what the partition should be for a document.
allowedAnonymousPosting(Long) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Returns whether anonymous posting is allowed for a given forum.
allowedAnonymousPosting$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
allowMultipleSelections(boolean) - Method in class com.appiancorp.common.query.TypedValueFacet.TypedValueFacetBuilder
 
allowProcessId(Long) - Method in class com.appiancorp.suiteapi.process.history.options.AuditHistoryProcessModelOptionsBuilder
The process id of process audit history to be searched for return.
ALWAYS - Enum constant in enum class com.appiancorp.suiteapi.process.framework.Editable
 
ALWAYS - Enum constant in enum class com.appiancorp.suiteapi.process.framework.Required
Indicates that the input is always required.
ALWAYS - Static variable in class com.appiancorp.suiteapi.type.TypedValue
 
Analytics - Annotation Interface in com.appiancorp.suiteapi.process.palette
Deprecated.
This annotation may be removed from the public API in a future release. Instead use AutomationSmartServicesAnalitycs
ANALYTICS - Static variable in class com.appiancorp.suiteapi.process.palette.PaletteConstants
This constant can be used on a custom smart service to designate that it should appear in the palette "Analytics".
ANALYTIS_REPORT_MAX_SIZE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ANALYTIS_REPORT_MAX_SIZE_K - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ANALYTIS_REPORT_UNSUPPORTED_SPECIFICATION_GENERIC - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ANALYTIS_REPORT_UNSUPPORTED_SPECIFICATION_GENERIC_K - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ANALYTIS_REPORT_UNSUPPORTED_SPECIFICATION_INVALID_AGGREGATION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ANALYTIS_REPORT_UNSUPPORTED_SPECIFICATION_INVALID_AGGREGATION_K - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ANALYTIS_RESULT_PAGE_MAX_SIZE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ANALYTIS_RESULT_PAGE_MAX_SIZE_K - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
and(Criteria) - Static method in class com.appiancorp.common.query.GenericQuery.GenericBuilder.LogicalOp
Returns the conjunction of the given criteria
and(Criteria) - Static method in class com.appiancorp.common.query.TypedValueQuery.TypedValueBuilder.LogicalOp
 
and(Criteria[]) - Static method in class com.appiancorp.common.query.GenericQuery.GenericBuilder.LogicalOp
Returns the conjunction of an array of criteria.
and(Criteria...) - Method in class com.appiancorp.common.query.Query.Builder
 
and(Criteria...) - Method in interface com.appiancorp.common.query.QueryBuilder.Filtering
Obtains the set of operations allowed after QueryBuilder.Filtering<T>
and(Criteria...) - Method in interface com.appiancorp.common.query.QueryBuilder.FilteringCriteria
Obtains the set of operations allowed after QueryBuilder.FilteringCriteria<T>
and(Criteria[]) - Static method in class com.appiancorp.common.query.TypedValueQuery.TypedValueBuilder.LogicalOp
 
and(Criteria, Criteria...) - Static method in class com.appiancorp.common.query.GenericQuery.GenericBuilder.LogicalOp
Returns the conjunction of an array of criteria.
and(Criteria, Criteria...) - Static method in class com.appiancorp.common.query.TypedValueQuery.TypedValueBuilder.LogicalOp
 
and(List<? extends Criteria>) - Static method in class com.appiancorp.common.query.GenericQuery.GenericBuilder.LogicalOp
Returns the conjunction of a list of criteria.
and(List<? extends Criteria>) - Static method in class com.appiancorp.common.query.TypedValueQuery.TypedValueBuilder.LogicalOp
 
AND - Enum constant in enum class com.appiancorp.common.query.LogicalOperator
 
AND_ALL - Enum constant in enum class com.appiancorp.common.query.LogicalOperator
 
AnnotationArtifact - Class in com.appiancorp.suiteapi.process.gui
 
AnnotationArtifact() - Constructor for class com.appiancorp.suiteapi.process.gui.AnnotationArtifact
 
ANONYMOUS_USERNAME - Static variable in class com.appiancorp.suiteapi.common.ServiceLocator
Deprecated.
This API is being phased out and will be removed in a future release.
APP_DESIGNER_ACTION_CANNOT_ACCESS_CONSTANT_VERSION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ACTION_CANNOT_ACCESS_DOCUMENT_VERSION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ACTION_CANNOT_MOVE_UPLOADED_FILE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ACTION_CANNOT_MOVE_UPLOADED_FILES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ACTION_OBJECT_DOES_NOT_EXIST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ACTION_OBJECT_TO_DUPLICATE_NOT_AVAILABLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ACTION_PERMISSION_DENIED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ACTION_UNEXPECTED_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ADD_ASSOCIATED_APPLICATIONS_PRIVILEGE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_ADD_ASSOCIATED_APPLICATIONS_UNAVAILABLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_APPLICATION_ADD_PRIVILEGE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_APPLICATION_ADD_UNAVAILABLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_APPLICATION_CREATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_APPLICATION_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_APPLICATION_REMOVE_PRIVILEGE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_APPLICATION_REMOVE_UNAVAILABLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_DOCUMENT_MODIFY_PERMISSION_DENIED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_DUPLICATE_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_FEED_CREATION_ERROR_INVALID_ARGUMENT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_FOLDER_ACCESS_PERMISSION_DENIED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_FOLDER_MODIFY_PERMISSION_DENIED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_FOLDER_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_FOLDER_VIEW_MOVE_PARTIAL_SUCCESS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_GROUP_TYPE_DUPLICATE_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_IMPORT_ZIP_FILE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_INVALID_APP_URL_STUB - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_INVALID_GROUP_ID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_MEMBERSHIP_RULES_UPDATE_FAILED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_MEMBERSHIP_RULES_UPDATE_INVALID_GROUP_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_MISSING_DEPENDENCIES_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_MISSING_IDENTIFIER_APPLICATION_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_NAME_CANNOT_BE_NULL_OR_EMPTY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_SET_ACTIONS_APPLICATION_UNAVAILABLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_SET_ACTIONS_PERMISSION_DENIED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_SET_APPLICATION_SECURITY_DOES_NOT_EXIST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_SET_APPLICATION_SECURITY_PERMISSION_DENIED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_UPDATE_APPLICATION_PERMISSION_DENIED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_DESIGNER_UPDATE_GROUP_TYPE_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_TOKEN_DEREGISTRATION_FAILED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_TOKEN_INVALID_PLATFORM - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_TOKEN_MISSING_DEVICE_TOKEN - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APP_TOKEN_MISSING_PUBLIC_KEY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
appendAsHtmlString(StringBuffer, char[]) - Static method in class com.appiancorp.suiteapi.process.XMLBuilderUtils
Appends the plain text as an HTML string, escaping reserved characters and replacing \n with
along the way
appendAsHtmlString(StringBuffer, String) - Static method in class com.appiancorp.suiteapi.process.XMLBuilderUtils
Appends the plain text as an HTML string, escaping reserved characters and replacing \n with
along the way
appendAsHtmlString(StringBuffer, StringBuffer) - Static method in class com.appiancorp.suiteapi.process.XMLBuilderUtils
Appends the plain text as an HTML string, escaping reserved characters and replacing \n with
along the way
appendForToString(StringBuilder, boolean) - Static method in class com.appiancorp.common.query.Column
Helper function which appends the visibility string translation to a given StringBuilder
appendForToString(StringBuilder, String, String) - Static method in class com.appiancorp.common.query.ColumnAlias
Helper function which appends the alias info to a given StringBuilder
appendFullName(StringBuffer) - Method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
Appends the full name of this variable to the given buffer.
appendLocalObject(StringBuffer, LocalObject) - Static method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
 
appendLocalObject(StringBuilder, LocalObject) - Static method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
 
appendLocalObjects(StringBuffer, LocalObject[]) - Static method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
 
appendLocalObjects(StringBuilder, LocalObject[]) - Static method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
 
APPIAN_NAMESPACE - Static variable in annotation interface com.appiancorp.suiteapi.type.Type
 
APPIAN_OBJECT_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPIAN_SCRIPTING_FN_INVALID_STATE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPIAN_SMART_SERVICES - Static variable in class com.appiancorp.suiteapi.process.palette.PaletteCategoryConstants
Deprecated.
This constant may be removed from the public API in a future release. Instead use PaletteCategoryConstants.AUTOMATION_SMART_SERVICES
APPIAN_TYPE_CAST_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
AppianError - Class in com.appiancorp.exceptions
This class holds information about an error.
AppianError() - Constructor for class com.appiancorp.exceptions.AppianError
 
AppianError(String, String, String, String, AppianError) - Constructor for class com.appiancorp.exceptions.AppianError
 
AppianError.Builder - Class in com.appiancorp.exceptions
A builder to create instances of AppianError.
AppianErrorBuilder - Class in com.appiancorp.exceptions
Builds localized AppianError objects using Appian error codes.
AppianErrorBuilder(AppianErrorCodeFormatter, ErrorCode, Object...) - Constructor for class com.appiancorp.exceptions.AppianErrorBuilder
 
AppianErrorBuilder(ErrorCode, String) - Constructor for class com.appiancorp.exceptions.AppianErrorBuilder
 
AppianErrorBuilder(ErrorCode, String, String) - Constructor for class com.appiancorp.exceptions.AppianErrorBuilder
 
AppianErrorBuilder(Locale, ErrorCode, Object...) - Constructor for class com.appiancorp.exceptions.AppianErrorBuilder
 
AppianErrorCode - Class in com.appiancorp.exceptions
 
AppianErrorCode() - Constructor for class com.appiancorp.exceptions.AppianErrorCode
 
AppianErrorCode(String) - Constructor for class com.appiancorp.exceptions.AppianErrorCode
 
AppianErrorCode(String, boolean) - Constructor for class com.appiancorp.exceptions.AppianErrorCode
 
AppianErrorCode.InvalidErrorCode - Error in com.appiancorp.exceptions
 
AppianErrorCodeFormatter - Interface in com.appiancorp.suiteapi.common.exceptions
Callback used to format an AppianErrorCode.
AppianErrorCodeTitleFormatter - Interface in com.appiancorp.exceptions
Callback used to format an AppianErrorCode's title.
AppianException - Exception in com.appiancorp.exceptions
Deprecated.
AppianException - Exception in com.appiancorp.suiteapi.common.exceptions
AppianException is the base class of all application-level exceptions thrown in the product.
AppianException() - Constructor for exception com.appiancorp.exceptions.AppianException
Deprecated.
Constructs a new AppianException with an empty string as its detail message.
AppianException() - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianException
Deprecated.
AppianException(ErrorCode, Object...) - Constructor for exception com.appiancorp.exceptions.AppianException
Deprecated.
AppianException(ErrorCode, Object...) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianException
 
AppianException(ErrorCode, Throwable) - Constructor for exception com.appiancorp.exceptions.AppianException
Deprecated.
AppianException(ErrorCode, Throwable) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianException
 
AppianException(ErrorCode, Throwable, Object...) - Constructor for exception com.appiancorp.exceptions.AppianException
Deprecated.
AppianException(ErrorCode, Throwable, Object...) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianException
 
AppianException(String) - Constructor for exception com.appiancorp.exceptions.AppianException
Deprecated.
this constructor will be removed in future releases, as all exception messages must be associated via an error code.
AppianException(String) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianException
Deprecated.
this constructor will be removed in future releases, as all exception messages must be associated via an error code.
AppianException(String, Throwable) - Constructor for exception com.appiancorp.exceptions.AppianException
Deprecated.
this constructor will be removed in future releases, as all exception messages must be associated via an error code.
AppianException(String, Throwable) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianException
Deprecated.
this constructor will be removed in future releases, as all exception messages must be associated via an error code.
AppianException(Throwable) - Constructor for exception com.appiancorp.exceptions.AppianException
Deprecated.
Constructs a new AppianException as a wrapper around the Throwable passed in with a detail message of (cause==null ?
AppianException(Throwable) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianException
Constructs a new AppianException as a wrapper around the Throwable passed in with a detail message of (cause==null ?
AppianPrivilegeNotFoundException - Exception in com.appiancorp.suiteapi.common.exceptions
AppianPrivilegeNotFoundException acts as a wrapper around an equivalent AppianPrivelegeException.
AppianPrivilegeNotFoundException(ErrorCode, Object...) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianPrivilegeNotFoundException
 
AppianPrivilegeNotFoundException(Throwable, ErrorCode, Object...) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianPrivilegeNotFoundException
 
AppianResponseError - Class in com.appiancorp.exceptions
 
AppianResponseError.Builder - Class in com.appiancorp.exceptions
A builder to create instances of AppianResponseError.
AppianRuntimeException - Exception in com.appiancorp.suiteapi.common.exceptions
AppianRuntimeException is the base class of all application-level runtime exceptions thrown in the product.
AppianRuntimeException(AppianException) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
 
AppianRuntimeException(ErrorCode, Object...) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
Constructs a new exception with the specified error code.
AppianRuntimeException(Throwable, AppianException) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
 
AppianRuntimeException(Throwable, ErrorCode, Object...) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
Constructs a new exception with the specified cause and error code.
AppianScriptingFunctionsCategory - Annotation Interface in com.appiancorp.suiteapi.expression.annotations
Functions annotated with this annotation will show up under the internal "Appian Scripting Functions" category.
AppianServlet - Class in com.appiancorp.suiteapi.servlet
Abstract servlet class that provide inject functionality.
AppianServlet() - Constructor for class com.appiancorp.suiteapi.servlet.AppianServlet
 
AppianSmartService - Class in com.appiancorp.suiteapi.process.framework
Abstract class to extend when creating a custom smart service.
AppianSmartService() - Constructor for class com.appiancorp.suiteapi.process.framework.AppianSmartService
 
AppianStorageException - Exception in com.appiancorp.suiteapi.common.exceptions
This exception is thrown when an issue is encountered when interacting with Appian file storage.
AppianStorageException(String) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianStorageException
 
AppianStorageException(String, Throwable) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianStorageException
 
AppianStorageException(Throwable) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.AppianStorageException
 
AppianType - Interface in com.appiancorp.suiteapi.type
AppianType List of built-in System Type constants.
AppianTypeCache - Class in com.appiancorp.suiteapi.process
Holds the ids and display names of Appian-typed objects such as users and groups.
AppianTypeCache() - Constructor for class com.appiancorp.suiteapi.process.AppianTypeCache
 
AppianTypeHolder - Interface in com.appiancorp.suiteapi.process
Indicates that the implementing class uses Appian-typed objects (User, Group, etc), and needs to add the ids of these objects to a cache so that display names can be retrieved for them later.
AppianUserDetails - Class in com.appiancorp.suiteapi.security.auth
Implements the Spring UserDetails interface and holds Appian-specific data about a user.
AppianUserDetails(UserProfile, GroupMembershipInfoProvider, PasswordStatus) - Constructor for class com.appiancorp.suiteapi.security.auth.AppianUserDetails
 
AppianUserDetails(UserProfile, PasswordStatus, Set<String>) - Constructor for class com.appiancorp.suiteapi.security.auth.AppianUserDetails
Deprecated.
AppianUserDetails(String, GroupMembershipInfoProvider) - Constructor for class com.appiancorp.suiteapi.security.auth.AppianUserDetails
Constructor to use when you only have the username since calling to retrieve a UserProfile object is comparatively expensive.
AppianUserDetailsService - Class in com.appiancorp.suiteapi.security.auth
Retrieves the user data from UserProfileService and returns an instance of AppianUserDetails.
AppianUserDetailsService() - Constructor for class com.appiancorp.suiteapi.security.auth.AppianUserDetailsService
Creates a new configured instance by calling AppianUserDetailsService(boolean) and passing true.
AppianUserDetailsService(boolean) - Constructor for class com.appiancorp.suiteapi.security.auth.AppianUserDetailsService
Creates a new configured instance.
APPIANWEBMVC_ACTION_CLASS_NOT_DEFINED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
Application - Class in com.appiancorp.suiteapi.applications
Represents an Application object, which consists of metadata, a navigation definition, and references to associated objects.
Application - Class in com.appiancorp.suiteapi.portal
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
Application() - Constructor for class com.appiancorp.suiteapi.applications.Application
 
Application() - Constructor for class com.appiancorp.suiteapi.portal.Application
Deprecated.
 
APPLICATION - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
APPLICATION_ADDED_INVALID_ITEM - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_DOCUMENTATION_ITEM_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_DOCUMENTATION_MAX_ITEMS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_DUPLICATE_IDENTIFIER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_DUPLICATE_URL_IDENTIFIER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_EXPORT_FAILED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_EXPORT_NO_APP_SELECTED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_IMPORT_FAILED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_INSUFFICIENT_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_INVALID_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_INVALID_URL_IDENTIFIER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_NOT_FOUND_BY_ID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_NOT_FOUND_BY_URL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_NOT_FOUND_BY_UUID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_NOT_SAVED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_PREFIX_INVALID_CHARACTER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_PREFIX_ONLY_NUMBERS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_PREFIX_TOO_LONG - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_REMOVED_INVALID_ITEM - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
APPLICATION_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the application service.
Application.ApplicationActions - Class in com.appiancorp.suiteapi.applications
Definition of the Application Actions: a collection of ApplicationAction associated to the application.
Application.ApplicationNavigation - Class in com.appiancorp.suiteapi.applications
The end-user navigation definition of the application.
Application.AssociatedApplications - Class in com.appiancorp.suiteapi.applications
Stores the references to the applications associated with the application.
Application.AssociatedObjects - Class in com.appiancorp.suiteapi.applications
Stores the references to the objects associated with the application.
Application.Metadata - Enum Class in com.appiancorp.suiteapi.applications
 
Application.Section - Enum Class in com.appiancorp.suiteapi.applications
An application is logically divided in four different sections: 1.
ApplicationAction - Class in com.appiancorp.suiteapi.applications
Represents an action that can be executed in the context of an Application.
ApplicationAction() - Constructor for class com.appiancorp.suiteapi.applications.ApplicationAction
No-args constructor necessary for Import/Export, since when importing the bean is reconstructed piece by piece.
ApplicationAction(String, String) - Constructor for class com.appiancorp.suiteapi.applications.ApplicationAction
Creates a new Application Action with the given user friendly label, and process model UUID.
ApplicationAction(String, String, String) - Constructor for class com.appiancorp.suiteapi.applications.ApplicationAction
Creates a new Application Action with the given user friendly label, process model UUID, and description of the action.
ApplicationAction(String, String, String, String) - Constructor for class com.appiancorp.suiteapi.applications.ApplicationAction
Creates a new Application Action with the given user friendly label, process model UUID, description, and action UUID of the action.
ApplicationActionBean - Class in com.appiancorp.suiteapi.applications
Supporting bean for ApplicationAction.
ApplicationActionBean() - Constructor for class com.appiancorp.suiteapi.applications.ApplicationActionBean
 
ApplicationActions() - Constructor for class com.appiancorp.suiteapi.applications.Application.ApplicationActions
 
ApplicationDataType - Annotation Interface in com.appiancorp.suiteapi.process
Convenience annotation to indicate a value represents an Appian Object.
ApplicationNavigation() - Constructor for class com.appiancorp.suiteapi.applications.Application.ApplicationNavigation
 
ApplicationNavigationItem - Class in com.appiancorp.suiteapi.applications
Represents each item in the navigation definition of the application.
ApplicationNavigationItem() - Constructor for class com.appiancorp.suiteapi.applications.ApplicationNavigationItem
 
ApplicationNavigationItem(String, String, String) - Constructor for class com.appiancorp.suiteapi.applications.ApplicationNavigationItem
 
ApplicationNotFoundException - Exception in com.appiancorp.suiteapi.applications
Exception thrown by the Service whenever an Application ID does not match any object stored in the database
ApplicationNotFoundException(Long) - Constructor for exception com.appiancorp.suiteapi.applications.ApplicationNotFoundException
A constructor for the ApplicationNotFoundException which generates an error code message that includes the ID of the Application which was attempted to be retrieved
ApplicationNotFoundException(Long[]) - Constructor for exception com.appiancorp.suiteapi.applications.ApplicationNotFoundException
The default constructor for the ApplicationNotFoundException which generates an error code message that includes the IDs of the Applications which were attempted to be retrieved
ApplicationNotFoundException(String) - Constructor for exception com.appiancorp.suiteapi.applications.ApplicationNotFoundException
A constructor for the ApplicationNotFoundException which generates an error code message that includes the URL identifier of the Application which was attempted to be retrieved
ApplicationRoleMap - Class in com.appiancorp.suiteapi.applications
 
ApplicationRoleMap() - Constructor for class com.appiancorp.suiteapi.applications.ApplicationRoleMap
 
ApplicationRoleMap(ContentRoleMap) - Constructor for class com.appiancorp.suiteapi.applications.ApplicationRoleMap
 
APPLICATIONS - Static variable in class com.appiancorp.suiteapi.content.ContentFilter
 
APPLICATIONS_ROOT_DESCRIPTION - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Internationalization key for the description of the root Apps folder.
APPLICATIONS_ROOT_NAME - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Internationalization key for the name of the root Apps folder.
ApplicationService - Interface in com.appiancorp.suiteapi.applications
Application service.
ApplicationsFolder - Class in com.appiancorp.suiteapi.applications
 
ApplicationsFolder() - Constructor for class com.appiancorp.suiteapi.applications.ApplicationsFolder
Constructs an applications folder.
apply(ServiceContext, CompleteValue) - Method in class com.appiancorp.suiteapi.process.history.PartialValue
apply this PartialValue to a previous CompleteValue, yielding the previous CompleteValue with the differences implied by this PartialValue applied.
apply(CompleteValue) - Method in class com.appiancorp.suiteapi.process.history.PartialValue
apply this PartialValue to a previous CompleteValue, yielding the previous CompleteValue with the differences implied by this PartialValue applied.
apply(Set<T>, Set<T>) - Method in interface com.appiancorp.suiteapi.common.Role.PermissionMergeStrategy
 
applyRole(Role, Role, Role.PermissionMergeStrategy) - Static method in class com.appiancorp.suiteapi.common.Role
Returns a new Role that is the result of applying the strategy to existingRole and newRole.
applyRoleMap(Set<Role>, Set<Role>, Role.PermissionMergeStrategy) - Static method in class com.appiancorp.suiteapi.common.Role
Returns a new Set<Role> that is the result of applying the permission strategy to matching pairs of Roles from existingRoleMap and newRoleMap.
Approval - Class in com.appiancorp.suiteapi.content
The approval bean contains the approval status for a list of content items.
Approval() - Constructor for class com.appiancorp.suiteapi.content.Approval
 
approve(Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
approve(Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
approve$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
approveChangesForDocument(Long) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Approves the changes for a document; to approve creation of a document, pass the id of the document, to approve deletion of a document, pass (-1 * (document id)).
approveChangesForDocument$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
approveChangesForDocuments(Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Approves changes for multiple documents; to approve creation of a document, pass the id of the document, to approve deletion of a document, pass (-1 * (document id)).
approveChangesForDocuments$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
approveChangesForFolder(Long) - Method in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
Approves the creation or deletion of a folder (within a knowledge center for which changes require approval).
approveChangesForFolder$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
 
approveChangesForFolders(Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
Approves the creation or deletion of multiple folders (within a knowledge center for which changes require approval).
approveChangesForFolders$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
 
approveChangesForVersion(Long, Integer) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Approves changes made for a specific version of a document; to approve creation of a version, pass the id of the document directly, to approve deletion of a version, pass (-1 * (document id)).
approveChangesForVersion$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
approveChangesForVersions(Long[], Integer[]) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Approves changes made for specific versions of multiple documents; approves the passed version of the corresponding document (ie each index in doids_ maps to an index in vids_).
approveChangesForVersions$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
Approved - Class in com.appiancorp.suiteapi.content
This bean contains information about an approved action.
Approved() - Constructor for class com.appiancorp.suiteapi.content.Approved
 
APPROVED - Static variable in class com.appiancorp.suiteapi.collaboration.Document
Deprecated.
Field signifying that a document has been approved (or does not require approval)
APPROVED - Static variable in class com.appiancorp.suiteapi.collaboration.Folder
Deprecated.
Field signifying that a folder has been approved (or does not require approval)
APPROVED_TYPE_APPROVE - Static variable in class com.appiancorp.suiteapi.content.Approved
 
APPROVED_TYPE_REJECT - Static variable in class com.appiancorp.suiteapi.content.Approved
 
approveDraft(Long) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
Applies the changes made to the draft of the specified page, and clears the draft.
approveDraft$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
APPROVER - Static variable in class com.appiancorp.suiteapi.portal.PageRoleMap
Deprecated.
 
approveUsers(Long, String[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Approve access to the specified content item for a set of users.
approveUsers$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
approveVersion(Long, Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
approveVersion$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
ARCHIVED_AND_DELETED - Enum constant in enum class com.appiancorp.suiteapi.autoscale.process.instance.ProcessState
The process has been archived and deleted.
ArchivedProcessException - Exception in com.appiancorp.suiteapi.process.exceptions
This exception is thrown if the user calls an API method that acts on a process that has been archived.
ArchivedProcessException() - Constructor for exception com.appiancorp.suiteapi.process.exceptions.ArchivedProcessException
Constructs a new exception with null as its detail message.
ArchivedProcessException(String) - Constructor for exception com.appiancorp.suiteapi.process.exceptions.ArchivedProcessException
Constructs a new exception with the specified detail message.
archiveProcess(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Archive the process with the given id.
archiveProcess$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
archiveProcesses(Long[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Manually archive the processes with the given ids.
archiveProcesses$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
areFavorites(Content[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
areFavorites(Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
areFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
areGroupsAddedByRule(Long, Long[]) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Checks to see if the given groups were added to the group by a rule.
areGroupsAddedByRule$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
areI18nSettingsPopulated(ServiceContext) - Static method in class com.appiancorp.services.ServiceContextFactory
 
areUsersAddedByRule(Long, String[]) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Checks to see if the given users where added to the group by a rule.
areUsersAddedByRule$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
areUsersMembersOfGroups(String[], Long[]) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Determines if the specified user is a member of each of the specified groups.
areUsersMembersOfGroups(String[], String[]) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Determines if the specified user is a member of each of the specified groups.
areUsersMembersOfGroups$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
ARRAY - Static variable in interface com.appiancorp.suiteapi.type.AppianType
Deprecated.
ArvReturnConverter - Class in com.appiancorp.suiteapi.process
Deprecated. 
ArvReturnConverter() - Constructor for class com.appiancorp.suiteapi.process.ArvReturnConverter
Deprecated.
 
as(String, String) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Selector
Creates a ColumnAlias for the given field name as the given alias
asc(Column) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Order
Apply an ascending order to the given Column
asc(ColumnAlias) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Order
Apply an ascending order to the given ColumnAlias
asc(String) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Order
Apply an ascending order to the given field name or column alias name
asc(String) - Static method in class com.appiancorp.suiteapi.common.paging.SortInfo
Convenience method for returning a SortInfo with ascending sort.
ASCENDING_FIELD_NAME - Static variable in class com.appiancorp.suiteapi.common.paging.SortInfo
 
asRoleName - Static variable in class com.appiancorp.suiteapi.common.Role
 
assembleNote(NoteMetadata) - Method in interface com.appiancorp.suiteapi.process.NotesContentService
Deprecated.
Assembles a note from note metadata.
assembleNote$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.NotesContentService
Deprecated.
 
assembleNotes(NoteMetadata[]) - Method in interface com.appiancorp.suiteapi.process.NotesContentService
Deprecated.
Assembles an array of notes from note metadata.
assembleNotes$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.NotesContentService
Deprecated.
 
Assignee() - Constructor for class com.appiancorp.suiteapi.process.Assignment.Assignee
 
Assignee(Long, Object, Long) - Constructor for class com.appiancorp.suiteapi.process.Assignment.Assignee
 
ASSIGNEE_TYPE_ACTOR - Static variable in class com.appiancorp.suiteapi.process.Assignment
Constant indicating that an assignment is to an actor
ASSIGNEE_TYPE_EXPRESSIONS - Static variable in class com.appiancorp.suiteapi.process.Assignment
Constant indicating that an assignment is to an expression
ASSIGNEE_TYPE_FUNCTION - Static variable in class com.appiancorp.suiteapi.process.Assignment
Deprecated.
This assignment type is not used.
ASSIGNEE_TYPE_GROUPS - Static variable in class com.appiancorp.suiteapi.process.Assignment
Constant indicating that an assignment is to a group.
ASSIGNEE_TYPE_ROLE - Static variable in class com.appiancorp.suiteapi.process.Assignment
Constant indicating that an assignment is to a role.
ASSIGNEE_TYPE_USERS - Static variable in class com.appiancorp.suiteapi.process.Assignment
Constant indicating that an assignment is to a user.
AssigneeReturnConverter - Class in com.appiancorp.suiteapi.process
Deprecated. 
AssigneeReturnConverter() - Constructor for class com.appiancorp.suiteapi.process.AssigneeReturnConverter
Deprecated.
 
Assignment - Class in com.appiancorp.suiteapi.process
Holds the configuration for the assignment of an attended node.
Assignment() - Constructor for class com.appiancorp.suiteapi.process.Assignment
 
Assignment.Assignee - Class in com.appiancorp.suiteapi.process
A user, group, role, or function that is assigned to a task.
ASSOCIATED_APPLICATIONS - Enum constant in enum class com.appiancorp.suiteapi.applications.Application.Section
 
ASSOCIATED_OBJECTS - Enum constant in enum class com.appiancorp.suiteapi.applications.Application.Section
 
AssociatedApplications() - Constructor for class com.appiancorp.suiteapi.applications.Application.AssociatedApplications
 
AssociatedObjects() - Constructor for class com.appiancorp.suiteapi.applications.Application.AssociatedObjects
 
ASYNCHRONOUS - Static variable in class com.appiancorp.suiteapi.process.ActivityClassSchema
Constant indicating that activities of this schema can be run asynchronously.
AT_COMMUNITIES - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for communities
AT_CONTENT - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for content
AT_CONTENT_CONSTANT - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for content
AT_DESIGNER_DISCRETION - Static variable in class com.appiancorp.suiteapi.type.TypedValue
 
AT_DOCS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for documents
AT_EMAIL_ADDRESSES - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for email addresses
AT_EVENTS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
 
AT_FOLDERS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for folders
AT_FORUMS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for forums
AT_GROUPS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for groups
AT_KCS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for knowledge centers
AT_MESSAGES - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for messages
AT_PAGES - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for pages
AT_PROCESS_MODELS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for process models
AT_PROCESSES - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for processes
AT_PROCESSMODEL_FOLDER - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for process model folders
AT_THREADS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for threads
AT_USERS - Static variable in class com.appiancorp.suiteapi.process.AppianTypeCache
Appian type constant for users
Attachment - Class in com.appiancorp.suiteapi.forums
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed and related smart services to build applications with similar functionality.
Attachment - Class in com.appiancorp.suiteapi.process
Bean used to represent the Process/Task attachment.
Attachment() - Constructor for class com.appiancorp.suiteapi.forums.Attachment
Deprecated.
 
Attachment() - Constructor for class com.appiancorp.suiteapi.process.Attachment
 
ATTACHMENT - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
ATTACHMENT_RETURN_INVALID - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Result code indicating that an attachment may not be added/removed because the specified process, task, or attachment does not exist
ATTACHMENT_RETURN_PERMISSIONS - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Result code indicating that an attachment may not be added/removed because the user does not have permission to do so
ATTACHMENT_RETURN_PROCESS_CANCELLED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Result code indicating that an attachment may not be added to the process because the process was cancelled
ATTACHMENT_RETURN_SUCCESS - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Return code indicating that adding an attachment was successful
ATTACHMENT_RETURN_TASK_CANCELLED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Result code indicating that an attachment may not be added to the task because the task was cancelled
ATTACHMENT_RETURN_TASK_UNATTENDED - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Result code indicating that an attachment may not be added to the task because the task is unattended
ATTACHMENT_RETURN_TOO_MANY - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Result code indicating that an attachment may not be added because too many attachments have been added
Attachment.NamedUrl - Class in com.appiancorp.suiteapi.process
 
AttachmentMediator - Class in com.appiancorp.suiteapi.process
Bean used to represent the Process/Task attachment.
AttachmentMediator() - Constructor for class com.appiancorp.suiteapi.process.AttachmentMediator
 
AttachmentPermissions - Class in com.appiancorp.suiteapi.process
This class has fields which convey various permissions that the user has for process or Task attachments.
AttachmentPermissions() - Constructor for class com.appiancorp.suiteapi.process.AttachmentPermissions
 
Attended - Annotation Interface in com.appiancorp.suiteapi.process.framework
 
ATTENDED - Static variable in class com.appiancorp.suiteapi.process.ActivityClassSchema
Constant indicating that activities of this schema must be attended.
ATTENDED_AND_UNATTENDED - Static variable in class com.appiancorp.suiteapi.process.ActivityClassSchema
Constant indicating that designers can choose whether activities of this schema are be attended or unattended.
ATTENDED_TASKS - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Code for attended tasks only
Attribute - Class in com.appiancorp.suiteapi.personalization
This represents the Attribute object.
Attribute - Class in com.appiancorp.suiteapi.portal
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
Attribute() - Constructor for class com.appiancorp.suiteapi.personalization.Attribute
 
Attribute() - Constructor for class com.appiancorp.suiteapi.portal.Attribute
Deprecated.
 
Attribute(String, Integer) - Constructor for class com.appiancorp.suiteapi.personalization.Attribute
 
Attribute(String, Integer, Object) - Constructor for class com.appiancorp.suiteapi.personalization.Attribute
 
ATTRIBUTE_NAME_USERNAME - Static variable in class com.appiancorp.suiteapi.personalization.Condition
 
AttributeReturnConverter - Class in com.appiancorp.suiteapi.personalization
Deprecated. 
AttributeReturnConverter() - Constructor for class com.appiancorp.suiteapi.personalization.AttributeReturnConverter
Deprecated.
 
AttributeType - Class in com.appiancorp.suiteapi.personalization
Title: AttributeType
AttributeType() - Constructor for class com.appiancorp.suiteapi.personalization.AttributeType
 
aTypeService - Variable in class com.appiancorp.suiteapi.common.TypeConverter
 
AuditHistory - Class in com.appiancorp.suiteapi.process.history
AuditHistory Audit Process History allows reading the process history of live processes and processes deleted, but still archived in Kafka.
AuditHistoryException - Exception in com.appiancorp.suiteapi.process.history
AuditHistoryException
AuditHistoryException(Throwable) - Constructor for exception com.appiancorp.suiteapi.process.history.AuditHistoryException
 
AuditHistoryOptions - Class in com.appiancorp.suiteapi.process.history.options
AuditHistoryOptions
AuditHistoryOptions() - Constructor for class com.appiancorp.suiteapi.process.history.options.AuditHistoryOptions
 
AuditHistoryOptionsBuilder - Class in com.appiancorp.suiteapi.process.history.options
AuditHistoryOptionsBuilder
AuditHistoryOptionsBuilder() - Constructor for class com.appiancorp.suiteapi.process.history.options.AuditHistoryOptionsBuilder
 
AuditHistoryProcessModelOptions - Class in com.appiancorp.suiteapi.process.history.options
AuditHistoryProcessModelOptions
AuditHistoryProcessModelOptionsBuilder - Class in com.appiancorp.suiteapi.process.history.options
AuditHistoryProcessModelOptionsBuilder
AuditHistoryProcessOptions - Class in com.appiancorp.suiteapi.process.history.options
AuditHistoryProcessOptions
AuditHistoryProcessOptionsBuilder - Class in com.appiancorp.suiteapi.process.history.options
AuditHistoryProcessOptionsBuilder
AuditHistoryRow - Class in com.appiancorp.suiteapi.process.history
AuditHistoryRow AuditHistoryRow represents one row of audit log process history.
AuditHistoryRow() - Constructor for class com.appiancorp.suiteapi.process.history.AuditHistoryRow
 
AuditHistoryRowConstants - Enum Class in com.appiancorp.suiteapi.process.history
AuditHistoryRowConstants The domain!
AuditInfo - Class in com.appiancorp.suiteapi.process.history
AuditInfo Information about the audit history returned.
AuditInfo() - Constructor for class com.appiancorp.suiteapi.process.history.AuditInfo
 
authenticate(String, byte[]) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Used to authenticate the user as part of the login mechanism.
authenticate(Authentication) - Method in class com.appiancorp.suiteapi.security.auth.AuthenticationProviderWrapper
Calls the delegate configured via the constructor.
authenticate$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
authenticateUser(String, String) - Method in interface com.appiancorp.suiteapi.personalization.UserProfileService
Deprecated.
Since 6.0.2, use #authenticate(String, byte[])
authenticateUser(String, String) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Deprecated.
authenticateUser$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserProfileService
 
authenticateUser$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
AuthenticationProviderWrapper - Class in com.appiancorp.suiteapi.security.auth
The AuthenticationProviderWrapper contains an AuthenticationProvider to which it delegates the actual authentication of an AuthenticationToken.
AuthenticationProviderWrapper(AuthenticationProvider) - Constructor for class com.appiancorp.suiteapi.security.auth.AuthenticationProviderWrapper
Construct an AuthenticationProviderWrapper that will delegate to the given AuthenticationProvider.
AuthenticationProviderWrapper(AuthenticationProvider, ScsKeyChangeHandler) - Constructor for class com.appiancorp.suiteapi.security.auth.AuthenticationProviderWrapper
Construct an AuthenticationProviderWrapper that will delegate to the given AuthenticationProvider, and will handle changes in scs key using the provided ScsKeyChangeHandler.
AUTHOR - Static variable in class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
 
AUTHOR - Static variable in class com.appiancorp.suiteapi.content.ContentRoleMap
Role with read/write access.
AUTHOR_OFF - Static variable in class com.appiancorp.suiteapi.portal.Contribution
Deprecated.
set if the contribution being reported is not the creation of the thread.
AUTHOR_ON - Static variable in class com.appiancorp.suiteapi.portal.Contribution
Deprecated.
set if the contribution being reported is the creation of the thread.
AUTHZ_ACTION_NOT_ALLOWED_FOR_ANY_ROLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
AUTHZ_INSUFFICIENT_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
AUTHZ_INSUFFICIENT_PRIVILEGES_FOR_THIS_UI - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
AUTHZ_USER_IS_NOT_IN_ANY_ROLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
AUTO_ARCHIVE - Static variable in class com.appiancorp.suiteapi.process.AbstractProcessModel
 
AUTO_DELETE - Static variable in class com.appiancorp.suiteapi.process.AbstractProcessModel
 
AUTO_GENERATE_LIST - Static variable in class com.appiancorp.suiteapi.type.DatatypeProperties
 
AUTOMATION_SMART_SERVICES - Static variable in class com.appiancorp.suiteapi.process.palette.PaletteCategoryConstants
This constant can be used on a custom smart service to designate that it should appear in the palette in the palette category "Automation Smart Services".
AutomationSmartServicesAnalitycs - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesBusinessRules - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesCommunication - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesDataServices - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesDocumentGeneration - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesDocumentManagement - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesIdentityManagement - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesIntegrationAPIs - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesProcessManagement - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesRoboticProcesses - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesSocial - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AutomationSmartServicesTestManagement - Annotation Interface in com.appiancorp.suiteapi.process.palette
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.
AUTOSCALE_API_DATA_STRATEGY_FAILED_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_API_DATA_TYPE_STRATEGY_FAILED_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_API_MODEL_MISMATCH_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_API_MODEL_NOT_AVAILABLE_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_API_MODELS_NOT_AVAILABLE_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_API_PRIVILEGE_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_API_PROCESS_DELETED_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_API_PROCESS_REQUESTED_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_EXEC_ENVIRONMENT - Static variable in class com.appiancorp.suiteapi.process.AbstractProcessModel
Integer representation of autoscale environment for process execution (1).
AUTOSCALE_FAILED_ACTOR_REQUEST_ENQUEUE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_INVALID_ACTOR_REQUEST_UUID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_MONITORING_GENERIC_DYNAMO_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_MONITORING_QUERY_SERVICE_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AUTOSCALE_TO_K_GUARDRAIL_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Note: Only process models with autoscaling mode enabled are compatible with this error code.
AutoscaledProcess - Class in com.appiancorp.suiteapi.autoscale.process
AutoscaledProcess This is the access point for all Autoscaled Process APIs.
AutoscaledProcessDeletedException - Exception in com.appiancorp.suiteapi.autoscale.process.exceptions
ProcessDeletedException This MIGHT have been valid, but is no longer valid.
AutoscaledProcessDeletedException(String, String) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessDeletedException
 
AutoscaledProcessDeletedException(String, String, Throwable) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessDeletedException
 
AutoscaledProcessException - Exception in com.appiancorp.suiteapi.autoscale.process.exceptions
AutoscaledProcessException Root of Autoscale API exceptions.
AutoscaledProcessException() - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessException
 
AutoscaledProcessException(ErrorCode, Object...) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessException
 
AutoscaledProcessException(String) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessException
 
AutoscaledProcessException(String, Throwable) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessException
 
AutoscaledProcessException(Throwable, ErrorCode, Object...) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessException
 
AutoscaledProcessRequestedException - Exception in com.appiancorp.suiteapi.autoscale.process.exceptions
ProcessRequestedException This MIGHT become valid soon, but we won't know until the process has finished initialization.
AutoscaledProcessRequestedException() - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessRequestedException
 
AutoscaledProcessRequestedException(String) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessRequestedException
 
AutoscaledProcessRequestedException(String, Throwable) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessRequestedException
 
avg(Column) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "average" aggregation function to the given Column
avg(ColumnAlias) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "average" aggregation function to the given ColumnAlias
avg(ColumnAlias, boolean) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "average" aggregation function to the given ColumnAlias.
avg(String, String) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "average" aggregation function to the given field name.
avg(String, String, boolean) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "average" aggregation function to the given field name.
AVG - Enum constant in enum class com.appiancorp.common.query.AggregationFunction
 

B

BackendTimeZone - Class in com.appiancorp.suiteapi.portal
 
BackendTimeZone() - Constructor for class com.appiancorp.suiteapi.portal.BackendTimeZone
 
BackendTimeZoneSimple - Class in com.appiancorp.suiteapi.portal
 
BackendTimeZoneSimple() - Constructor for class com.appiancorp.suiteapi.portal.BackendTimeZoneSimple
 
BACKGROUND_ACTION_GENERIC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BACKGROUND_ACTION_URL_FORBIDDEN - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BACKGROUND_ACTION_URL_SELF_FORWARD - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BaseAction - Class in com.appiancorp.common.appianwebmvc
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
BaseAction() - Constructor for class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
 
BaseActionForm - Class in com.appiancorp.common.appianwebmvc
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
BaseActionForm() - Constructor for class com.appiancorp.common.appianwebmvc.BaseActionForm
Deprecated.
 
BaseFilter - Class in com.appiancorp.suiteapi.process.analytics2
Base class for all analytics filters.
BaseFilter() - Constructor for class com.appiancorp.suiteapi.process.analytics2.BaseFilter
 
BaseUpdateAction - Class in com.appiancorp.common.appianwebmvc
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
BaseUpdateAction() - Constructor for class com.appiancorp.common.appianwebmvc.BaseUpdateAction
Deprecated.
 
BaseViewAction - Class in com.appiancorp.common.appianwebmvc
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
BaseViewAction() - Constructor for class com.appiancorp.common.appianwebmvc.BaseViewAction
Deprecated.
 
BasicUserDetailsContextMapper - Class in com.appiancorp.suiteapi.common.spring.security
This class implements very basic conversion from a Spring LDAP DirContextOperations bean to a UserDetails bean.
BasicUserDetailsContextMapper(UserDetailsService) - Constructor for class com.appiancorp.suiteapi.common.spring.security.BasicUserDetailsContextMapper
Creates a new instance with the given UserDetailsService which will be used to retrieve the user data when BasicUserDetailsContextMapper.mapUserFromContext(DirContextOperations, String, Collection) is invoked.
BATCH_SIZE_FIELD_NAME - Static variable in class com.appiancorp.suiteapi.common.paging.DataSubset
 
BEAN - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
BEAN - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
beforeMain(IActionMapping, IActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.appiancorp.common.appianwebmvc.BaseViewAction
Deprecated.
Should never be implemented in-house.
beforePrepare(IActionMapping, IActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.appiancorp.common.appianwebmvc.BaseUpdateAction
Deprecated.
beforeValidate(IActionMapping, IActionForm, HttpServletRequest, String) - Method in class com.appiancorp.common.appianwebmvc.BaseUpdateAction
Deprecated.
BehindScheduleFilter - Class in com.appiancorp.suiteapi.process.analytics2
Filter for tasks/processes that are behind schedule: when this filter is added, only the incomplete and completed tasks/processes that are behind schedule will be returned in the report.
BehindScheduleFilter() - Constructor for class com.appiancorp.suiteapi.process.analytics2.BehindScheduleFilter
 
between(String, TypedValue, TypedValue) - Static method in class com.appiancorp.common.query.TypedValueQuery.TypedValueBuilder.FilterOpLiteral
 
between(String, Object, Object) - Static method in class com.appiancorp.common.query.GenericQuery.GenericBuilder.FilterOpLiteral
Apply an "in bound between" constraint to the given column or alias.
between(String, String, String) - Static method in class com.appiancorp.common.query.TypedValueQuery.TypedValueBuilder.FilterOpExpr
 
BETWEEN - Enum constant in enum class com.appiancorp.common.query.FilterOperator
 
BETWEEN - Enum constant in enum class com.appiancorp.suiteapi.process.analytics2.SimpleColumnFilter.ComparisonType
 
BETWEEN - Static variable in class com.appiancorp.suiteapi.process.analytics2.Comparisons
Operator representing "lies between the given range of values".
BIG_RATIONAL - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
BINARY - Static variable in interface com.appiancorp.suiteapi.type.AppianType
Deprecated.
BIND_FAILED_MULTIPLE_WRITE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BIND_FAILED_RESULT_OF_GET_IS_BOUND_VARIABLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BIND_FAILED_TO_EVALUATE_GET - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BIND_FAILED_TO_EVALUATE_SET_REFERENCE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BIND_FAILED_WRITE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BIND_ONLY_ALLOWED_IN_LOAD_FUNCTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BINDING_UNRESOLVED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BINDING_UNRESOLVED_PORTAL_BASED_REF - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BINDING_UNRESOLVED_RECORD_BASED_REF - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BINDING_UNRESOLVED_REF - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BINDING_UNRESOLVED_REF_NO_ENTITY_IN_DATA_STORE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BINDING_UNRESOLVED_REF_NO_EVENT_IN_PM - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BINDING_UNRESOLVED_REF_NO_PM_FOR_EVENT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BINDING_UNRESOLVED_SITE_BASED_REF - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
bitVectorToString(int, int[], String[]) - Static method in class com.appiancorp.suiteapi.common.Utilities
 
BODY_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the forums body service.
BOOLEAN - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
BOOLEAN - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
BOOTSTRAP_EXISTING_USER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BOOTSTRAP_INVALID_EMAIL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BOOTSTRAP_INVALID_FIRST_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BOOTSTRAP_INVALID_LAST_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BOOTSTRAP_INVALID_PASSWORD - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BOOTSTRAP_INVALID_USERNAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BOOTSTRAP_SYSTEM_ADMINS_EXIST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
breakLock(Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
breakLock(Long) - Method in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
Break the lock on a given miniwebsite portlet.
breakLock(Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
breakLock$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
breakLock$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
 
browse(Long, ContentFilter) - Method in interface com.appiancorp.suiteapi.content.ContentService
browse$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
browseIds(Long, ContentFilter) - Method in interface com.appiancorp.suiteapi.content.ContentService
Browse includes: what the user may see via group permissions, including favorites, no personal content items, including advertised content items not visible, but not already in favorites.
browseIds$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
browseKnowledgeCenters(int, int) - Method in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
browseKnowledgeCenters$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
 
browseKnowledgeCentersPaging(int, int, Integer, Integer) - Method in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
Retrieves a ResultPage containing knowledge centers, each of which meets the following criteria: The knowledge center is private The knowledge center name is not "My Private Knowledge Center" The current user is not subscribed to the knowledge center The current user has access to the knowledge center via group only (that is, the current user is a member of a group that has access to the knowledge center, but the current user does not have explicit access to the knowledge center)
browseKnowledgeCentersPaging$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
 
browsePaging(Long, ContentFilter, int, int, Integer, Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Browse includes: what the user may see via group permissions, including favorites, no personal content items, including advertised content items not visible, but not already in favorites.
browsePaging$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
build() - Method in class com.appiancorp.common.query.GenericFacet.GenericFacetBuilder
 
build() - Method in class com.appiancorp.common.query.Query.Builder
 
build() - Method in interface com.appiancorp.common.query.QueryBuilder
Produces a Query<T> instance at any point in time its called.
build() - Method in class com.appiancorp.common.query.TypedValueFacet.TypedValueFacetBuilder
 
build() - Method in class com.appiancorp.common.query.TypedValueQuery.TypedValueBuilder
 
build() - Method in class com.appiancorp.exceptions.AppianError.Builder
 
build() - Method in class com.appiancorp.exceptions.AppianErrorBuilder
 
build() - Method in class com.appiancorp.exceptions.AppianResponseError.Builder
 
build() - Method in class com.appiancorp.suiteapi.process.exceptions.RetryableSmartServiceException.Builder
After setting the userMessage, call build to create an instance of the RetryableSmartServiceException with the message set.
build() - Method in class com.appiancorp.suiteapi.process.exceptions.SmartServiceException.Builder
After setting the userMessage, call build to create an instance of the SmartServiceException with the message set.
build() - Method in class com.appiancorp.suiteapi.process.history.options.AuditHistoryOptionsBuilder
 
build() - Method in class com.appiancorp.suiteapi.process.history.options.AuditHistoryProcessModelOptionsBuilder
 
build() - Method in class com.appiancorp.suiteapi.process.history.options.AuditHistoryProcessOptionsBuilder
 
builder() - Static method in class com.appiancorp.common.query.GenericFacet.GenericFacetBuilder
 
builder() - Static method in class com.appiancorp.common.query.GenericQuery
Obtain a new GenericQuery.GenericBuilder to assist in the construction of a new Query object.
builder() - Static method in class com.appiancorp.common.query.TypedValueFacet.TypedValueFacetBuilder
 
builder() - Static method in class com.appiancorp.common.query.TypedValueQuery
Obtain a new TypedValueQuery.TypedValueBuilder to assist in the construction of a new Query object.
builder(Query<TypedValue>) - Static method in class com.appiancorp.common.query.TypedValueQuery
Obtains a new TypedValueQuery.TypedValueBuilder with default values based on the given Query to assist in the construction of a new Query object.
builder(Query<Object>) - Static method in class com.appiancorp.common.query.GenericQuery
Obtains a new GenericQuery.GenericBuilder with default values based on the given Query to assist in the construction of a new Query object.
Builder() - Constructor for class com.appiancorp.common.query.Query.Builder
Initializes a newly created Builder
Builder(Query) - Constructor for class com.appiancorp.common.query.Query.Builder
Constructs a Builder using the given Query as a base
Builder(Class, String, Throwable) - Constructor for class com.appiancorp.suiteapi.process.exceptions.RetryableSmartServiceException.Builder
Construct a RetryableSmartServiceException.Builder using the class that is throwing the exception and the cause of the exception.
Builder(Class, String, Throwable) - Constructor for class com.appiancorp.suiteapi.process.exceptions.SmartServiceException.Builder
Construct a SmartServiceException.Builder using the class that is throwing the exception, the bundle name, and the cause of the exception.
Builder(Class, Throwable) - Constructor for class com.appiancorp.suiteapi.process.exceptions.RetryableSmartServiceException.Builder
Construct a RetryableSmartServiceException.Builder using the class that is throwing the exception and the cause of the exception.
Builder(Class, Throwable) - Constructor for class com.appiancorp.suiteapi.process.exceptions.SmartServiceException.Builder
Construct a SmartServiceException.Builder using the class that is throwing the exception and the cause of the exception.
Builder(String, String) - Constructor for class com.appiancorp.exceptions.AppianError.Builder
 
Builder(String, String) - Constructor for class com.appiancorp.exceptions.AppianResponseError.Builder
 
Builder(String, String, String) - Constructor for class com.appiancorp.exceptions.AppianError.Builder
 
Builder(String, String, String) - Constructor for class com.appiancorp.exceptions.AppianResponseError.Builder
 
Builder(String, String, String, int, String) - Constructor for class com.appiancorp.exceptions.AppianResponseError.Builder
 
buildParameterMap(HttpServletRequest, FormElementBinding[], ActivityClassParameter[]) - Method in interface com.appiancorp.suiteapi.process.forms.InternalFormProcessor
Creates a map whose keys are ACP keys (ACP~i) and whose values are the values that match the request parameters whose names are bound the corresponding ACP names.
buildParameterMap(HttpServletRequest, FormElementBinding[], ProcessVariable[]) - Method in interface com.appiancorp.suiteapi.process.forms.InternalFormProcessor
Creates a map whose keys are process parameter keys (PP~x) and whose values are the values that match the request parameters whose names are bound the corresponding process variable names.
buildUserContext(String) - Static method in class com.appiancorp.suiteapi.common.LocalObject
Builds the user context for a report.
BulkArrayConverter - Class in com.appiancorp.suiteapi.common
Utility class used to combine an array of array into a single array of combined length and vice versa.
BulkArrayConverter() - Constructor for class com.appiancorp.suiteapi.common.BulkArrayConverter
 
BulkNodeOption - Enum Class in com.appiancorp.suiteapi.process
BulkNodeOption This provides options to fine-tune the behavior of the bulk node process execution methods.
bulkToMultiples(Object[]) - Method in class com.appiancorp.suiteapi.common.BulkArrayConverter
This method takes an array object and return parallel arrays, from which the passed array was originally created. eg: if you pass a two dimensional array then the method will return an three dimensional array.
BUNDLED_APPS_MIGRATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
BUSINESS_RULES - Static variable in class com.appiancorp.suiteapi.process.palette.PaletteConstants
This constant can be used on a custom smart service to designate that it should appear in the palette "Business Rules".
BusinessEntity - Class in com.appiancorp.suiteapi.process.webservices
This bean represents the Business Information that is registered with the WebServices Registry.
BusinessEntity() - Constructor for class com.appiancorp.suiteapi.process.webservices.BusinessEntity
 
BusinessEntity.ContactBean - Class in com.appiancorp.suiteapi.process.webservices
A bean detailing contact information

C

calculatePasswordStatus(UserProfile) - Static method in class com.appiancorp.suiteapi.security.auth.AppianUserDetailsService
Calculates the password status using the Password Management feature configurations and the user metadata User.isTemporaryPassword() and User.getPasswordModified().
CALENDAR_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
key to obtain the calendar service
CalendarDateElement - Class in com.appiancorp.suiteapi.process.calendar
The CalendarDateElement is similar to the CalendarElement but it has an additional field which specifies the specific day to which this element is applied.
CalendarDateElement() - Constructor for class com.appiancorp.suiteapi.process.calendar.CalendarDateElement
Default constructor for a CalendarDateElement.
CalendarDateElement(Date, int, int) - Constructor for class com.appiancorp.suiteapi.process.calendar.CalendarDateElement
CalendarDateElement constructor which initializes the date of this element as well as the starting minute and duration in minutes.
CalendarDateElement(Date, CalendarElement) - Constructor for class com.appiancorp.suiteapi.process.calendar.CalendarDateElement
CalendarDateElement constructor which initializes the date of this element as well as the starting minute and duration in minutes.
CalendarElement - Class in com.appiancorp.suiteapi.process.calendar
The CalendarElement stores a start and end time, which is used by the WorkingCalendar to specify all start and end times per day.
CalendarElement() - Constructor for class com.appiancorp.suiteapi.process.calendar.CalendarElement
Constructs an empty CalendarElement (0 for both values).
CalendarElement(int, int) - Constructor for class com.appiancorp.suiteapi.process.calendar.CalendarElement
Constructs a CalendarElement with default values for the start minute and number of duration minutes.
calendarFromTimestamp(Timestamp, TimeZone) - Method in class com.appiancorp.suiteapi.process.calendar.WorkingCalendar
Create a Calendar from the given java.sql.Timestamp, adjusted for the configured TimeZone of the WorkingCalendar, or defaultTimeZone if none.
CalendarService - Interface in com.appiancorp.suiteapi.process
This service provides methods which retrieve and update calendars in the system.
CalendarSetting - Class in com.appiancorp.suiteapi.portal
 
CalendarSetting() - Constructor for class com.appiancorp.suiteapi.portal.CalendarSetting
 
CalendarSetting(String, String) - Constructor for class com.appiancorp.suiteapi.portal.CalendarSetting
 
CAN_ONLY_ACCESS_REFRESH_ALWAYS_EXCEPT_SAVE_MODE_INSIDE_SYS_RULE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
canAccess(IActionMapping, HttpServletRequest) - Method in class com.appiancorp.ap2.PortletUpdateAction
Deprecated.
Checks if the user has update privileges on the Portlet.
canAccess(IActionMapping, HttpServletRequest) - Method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Returns whether the web user can execute this action.
canAdministrate(Content[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user Administrate?
canAdministrate(Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user Administrate?
canAdministrate(Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user Administrate?
canAdministrate$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
cancelAllNodes(String[], Long[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Cancel each given node in every applicable process.
cancelAllNodes$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
cancelFunction(Long, String) - Method in interface com.appiancorp.suiteapi.expression.ExpressionService
Deprecated.
see ProcessDesignService.evaluateExpression; it handles the full expression lifecycle
cancelFunction$UPDATES - Static variable in interface com.appiancorp.suiteapi.expression.ExpressionService
 
CANCELLED - Enum constant in enum class com.appiancorp.suiteapi.autoscale.process.instance.ProcessState
The process has been cancelled.
cancelProcess(Long, boolean) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Cancels the specified process.
cancelProcess$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
cancelProcesses(Long[], boolean) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Cancel a list of processes.
cancelProcesses$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
cancelStore(Long, String) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Cancel an external data store.
cancelStore$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
cancelTask(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Cancels a given task
cancelTask$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
cancelTasks(Long[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Cancels a list of tasks.
cancelTasks$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
canCompleteActivity(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Determines whether the specified activity can be completed by the user.
canCompleteActivity$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
canCompleteClone(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
canCompleteClone$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
canEdit(Content[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user Edit?
canEdit(Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user Edit?
canEdit(Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user Edit?
canEdit$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
canEquals(Object) - Method in class com.appiancorp.common.query.AggregationColumn
 
canEquals(Object) - Method in class com.appiancorp.common.query.Column
 
canEquals(Object) - Method in class com.appiancorp.common.query.ColumnAlias
Checks if this instance can compare against the given object.
canGroupAdministrate(Long[], Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given Group Administrate?
canGroupAdministrate(Long, Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given Group Administrate?
canGroupAdministrate$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
canGroupAdministrateCommunity(Long, Long) - Method in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
Returns true if the specified Group is an administrator of the Community
canGroupAdministrateCommunity$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
 
canGroupEdit(Long[], Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given Group Edit?
canGroupEdit(Long, Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given Group Edit?
canGroupEdit$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
canGroupView(Long[], Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given Group View?
canGroupView(Long, Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given Group View?
canGroupView$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
canHandle(Throwable) - Method in interface com.appiancorp.exceptions.ExceptionHandler
 
CANNOT_DEREFERENCE_SELF_REFERENCE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CANNOT_DEREFERENCE_TOO_MANY_LEVELS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CANNOT_FOLLOW_SELF - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CANNOT_HAVE_LOAD_OR_LOCAL_VARIABLES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CANNOT_HAVE_OTHER_PARAMS_WITH_REFRESH_ALWAYS_EXCEPT_SAVE_MODE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CANNOT_USE_DYNAMIC_LV_REFRESH_AFTER_VALUE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CANNOT_USE_ID_REFERABLE_AS_LOCAL_VAR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CANNOT_USE_THIS_RULE_INSIDE_LOOPING_FUNCTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CANSEE - Static variable in interface com.appiancorp.suiteapi.forums.ForumsSearchService
Deprecated.
 
CANTSEE - Static variable in interface com.appiancorp.suiteapi.collaboration.CollaborationSearchService
Deprecated.
 
CANTSEE - Static variable in interface com.appiancorp.suiteapi.forums.ForumsSearchService
Deprecated.
 
CANTSEE - Static variable in interface com.appiancorp.suiteapi.portal.PortalSearchService
Deprecated.
Constant for indicating that the current user cannot see the page or portlet
canUseGroupName(String, Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Indicates whether a user can create a new group with the given name of the given group security type.
canUseGroupName$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
canUserAdministrate(Long[], String) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given User Administrate?
canUserAdministrate(Long, String) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given User Administrate?
canUserAdministrate$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
canUserAdministrateCommunity(Long) - Method in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
Returns true if the current User is an administrator of the Community
canUserAdministrateCommunity$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
 
canUserEdit(Long[], String) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given User Edit?
canUserEdit(Long, String) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given User Edit?
canUserEdit$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
canUserView(Long[], String) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given User View?
canUserView(Long, String) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can given User View?
canUserView$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
canView(Content[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user View?
canView(Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user View?
canView(Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Can current user View?
canView$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
CAPABILITY_ALLOW_TYPE_DYNAMIC - Static variable in class com.appiancorp.suiteapi.process.forms.FormConfig
A Dynamic Form is Allowed.
CAPABILITY_ALLOW_TYPE_INTERNAL - Static variable in class com.appiancorp.suiteapi.process.forms.FormConfig
An Internal Form is Allowed.
CAPABILITY_ALLOW_TYPE_JSP - Static variable in class com.appiancorp.suiteapi.process.forms.FormConfig
A JSP Form is Allowed.
CAPABILITY_ALLOW_TYPE_UI_EXPRESSION - Static variable in class com.appiancorp.suiteapi.process.forms.FormConfig
A Dynamic UI Form Expression is Allowed.
CAPABILITY_RENDER_MOBILE - Static variable in class com.appiancorp.suiteapi.process.forms.FormConfig
Constant representing the capability of a form to be rendered in the Appian mobile UI.
CAPABILITY_RENDER_WEB - Static variable in class com.appiancorp.suiteapi.process.forms.FormConfig
Constant representing the capability of a form to be rendered in the Appian web UI.
CAPABILITY_REQUIRE_FORM - Static variable in class com.appiancorp.suiteapi.process.forms.FormConfig
There must be a form (absent form is not sufficient to be capable); otherwise, absent form is allowed for other types.
cast(Long, TypedValue) - Method in interface com.appiancorp.suiteapi.type.TypeService
Cast a TypedValue to another type, if possible, returning the new TypedValue.
cast$UPDATES - Static variable in interface com.appiancorp.suiteapi.type.TypeService
 
Category - Annotation Interface in com.appiancorp.suiteapi.expression.annotations
Defines the category in the expression editor in which the function annotated with this annotation should appear.
CATEGORY_TOP - Static variable in interface com.appiancorp.suiteapi.portal.PageNavigationService
Deprecated.
A constant used to indicated that sorting hierarchical tree structures of portal pages starts at the top.
cause - Variable in class com.appiancorp.exceptions.AppianError
 
CAUSE - Static variable in class com.appiancorp.exceptions.AppianError
 
CDT_FROM_DATASOURCE_CONNECTION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CDT_FROM_DATASOURCE_CREATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CDT_FROM_DATASOURCE_PUBLISHING_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CDT_FROM_DATASOURCE_SCHEMA_UPDATE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CDT_FROM_DATASOURCE_TABLE_NOT_FOUND_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CDT_FROM_DATASOURCE_UNKNOWN_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CHANGE_KC_EXP_DAYS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CHANGE_KC_EXP_DAYS_INSUFFICIENT_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CHANGE_KC_EXP_DAYS_INVALID_KC - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CHANGE_KC_EXP_DAYS_UPDATE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CHANGE_KC_EXP_DAYS_UPDATE_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CHANGE_USER_PWD_SN_INSUFFICIENT_PRIVILEGE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CHANGE_USER_PWD_SN_INVALID_USER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CHANGE_USER_PWD_SN_PASSWORD_COMPLEXITY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
changeAuthor(Long, String, String) - Method in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
Change the author of a draft/submission of a given miniwebsite portlet.
changeAuthor$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
 
changedSSN(String, String) - Static method in class com.appiancorp.suiteapi.personalization.UserValidationUtils
Returns true if the given ssn is different from the ssn currently associated with the given username.
changeGroupTypeOfGroup(Long, Long) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Changes the GroupType of a Group.
changeGroupTypeOfGroup$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
changeGroupTypesOfGroups(Long[], Long[]) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Changes the GroupTypes of Groups.
changeGroupTypesOfGroups$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
changeMiniApproval(Long, boolean) - Method in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
Set whether or not changes to a given miniwebsite portlet will require approval by the channel administrator.
changeMiniApproval$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
 
changeMwsPath(String, String) - Method in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
Modify the path where mini website content is stored for existing mini websites.
changeMwsPath$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
 
changePageDescription(Long, String) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
Changes the description of the specified page.
changePageDescription$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
changePageTemplate(Long, String, int) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
Attempts to lock the current draft for the specified page (i.e., put the page into draft state) and changes the template in the draft.
changePageTemplate$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
changePartitionPaths(String, String) - Method in interface com.appiancorp.suiteapi.collaboration.AdministrationService
Deprecated.
Changes where collaboration files are stored from one path to another.
changePartitionPaths(String, String) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Changes where message texts are stored from one path to another.
changePartitionPaths$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.AdministrationService
Deprecated.
 
changePartitionPaths$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
changeUserPassword(String, byte[], boolean) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Change the user's password to the new provided password.
changeUserPassword$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
CHART_COLOR - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
checkAccess(Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
Returns the current user access to a content item.
checkAccess(Long[]) - Method in interface com.appiancorp.suiteapi.content.ContentService
Returns the current user access to a content items.
checkAccess$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
checkActivityValidity(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Determines whether the specified activity is valid.
checkActivityValidity$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
children() - Method in class com.appiancorp.suiteapi.process.framework.SafeActivityReturnVariable
If the type of the variable is BEAN, returns an array of ACP who are the fields of the bean.
children() - Method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
If the type of the variable is BEAN, returns an array of ACPs (Activity Class Parameters) that are the fields of the bean.
CHILDREN - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Pass to ContentService.delete(Long[], Boolean) or ContentService.deactivate$UPDATES to indicate that children should automatically be deleted or deactivated.
CLASS_APPIAN - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
CLASS_NONE - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
CLASS_PRIMARY - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
classType$TRANSIENT - Static variable in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
 
cleanseApprovals() - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
cleanseApprovals$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
cleanseFavorites() - Method in interface com.appiancorp.suiteapi.content.ContentService
Deprecated. 
cleanseFavorites$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
cleanUpPageReferences() - Method in interface com.appiancorp.suiteapi.portal.PageNavigationService
Deprecated.
Deletes any references to invalid pages for that user or his member groups.
cleanUpPageReferences$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageNavigationService
Deprecated.
 
clear() - Method in class com.appiancorp.suiteapi.common.BulkArrayConverter
Clears the state of converter so it can used for new array conversions.
clear() - Method in class com.appiancorp.suiteapi.common.RoleMap
Removes all roles and actors.
clear() - Method in class com.appiancorp.suiteapi.common.SimpleValueMap
 
clear() - Method in class com.appiancorp.suiteapi.process.ActivityClassParameter
Clear passwords.
clearEncryptedSamlAssertion() - Method in class com.appiancorp.suiteapi.security.auth.AppianUserDetails
Clear cached saml assertion once we are done consuming it.
clearLog() - Method in class com.appiancorp.suiteapi.process.test.Controller
Clear the retrievable log.
clearPasswordOnTransport - Variable in class com.appiancorp.suiteapi.type.TypedValue
 
clearPasswordOnTransport() - Method in class com.appiancorp.suiteapi.type.TypedValue
Deprecated.
This is an internal method that will be removed from the public API.
clearPasswordOnTransport(boolean) - Method in class com.appiancorp.suiteapi.process.ActivityClassParameter
Deprecated.
This is an internal method that will be removed from the public API.
clearPortletTarget(PortalRequest) - Static method in class com.appiancorp.ap2.PortletUpdateAction
Deprecated.
 
clearPortletTarget(HttpServletRequest) - Static method in class com.appiancorp.ap2.PortletUpdateAction
Deprecated.
Clears the portlet target action path, so that the next time the portlet is loaded it will use the default $t from its tiles config.
clearProcessDiagramNoteIds(ProcessDiagram) - Static method in class com.appiancorp.suiteapi.process.ProcessModelFacade
 
clearValidationMessages() - Method in class com.appiancorp.suiteapi.process.ActivityClassParameter
 
clearValidationMessages() - Method in class com.appiancorp.suiteapi.process.ProcessVariable
Clears all validation messages from this process variable
clearValidationMessages() - Method in interface com.appiancorp.suiteapi.process.Validatable
Clears the collection of validation messages accumulated by this object.
CLIENT_CERTIFICATE_IMPORT_FAILED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CLIENT_CERTIFICATE_INVALID_PASSWORD - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CLIENT_CERTIFICATE_INVALID_PEM_FILE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CLIENT_CERTIFICATE_NOT_FOUND_INSUFFICIENT_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CLIENT_CERTIFICATE_PEM_ENCRYPED_WITH_UNSUPPORTED_ALGORITHM - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CLIENT_CERTIFICATE_PEM_MISSING_CERTIFICATE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CLIENT_CERTIFICATE_PEM_MISSING_PRIVATE_KEY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
clone() - Method in class com.appiancorp.common.query.Aggregation
 
clone() - Method in interface com.appiancorp.common.query.Projection
Returns a new Projection containing the same data as this Projection.
clone() - Method in class com.appiancorp.common.query.Selection
 
clone() - Method in class com.appiancorp.suiteapi.applications.ApplicationAction
 
clone() - Method in class com.appiancorp.suiteapi.applications.ApplicationNavigationItem
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.Community
Deprecated.
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.Document
Deprecated.
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.DownloadStatistics
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.Folder
Deprecated.
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.KnowledgeCenter
Deprecated.
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.MenuTree
Deprecated.
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.Statistics
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.UploadStatistics
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.UserSpace
Deprecated.
 
clone() - Method in class com.appiancorp.suiteapi.collaboration.UserStatistics
 
clone() - Method in interface com.appiancorp.suiteapi.common.DeepCloneable
Clone this object using deep-copy semantics.
clone() - Method in class com.appiancorp.suiteapi.common.LocaleString
Clone this LocaleString; the result will have its own locale sensitive map.
clone() - Method in class com.appiancorp.suiteapi.common.LocalObject
Creates and returns a copy of this object.
clone() - Method in class com.appiancorp.suiteapi.expression.FunctionCategory
 
clone() - Method in class com.appiancorp.suiteapi.portal.Contribution
Deprecated.
Creates and returns a copy of this object.
clone() - Method in class com.appiancorp.suiteapi.portal.portlets.links.Link
Deprecated.
Creates and returns a copy of this object.
clone() - Method in class com.appiancorp.suiteapi.portal.portlets.links.LinkType
Deprecated.
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.ActivityClassParameter
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.ActivityClassParameterSchema
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.ActivityReturnVariable
Clone this object
clone() - Method in class com.appiancorp.suiteapi.process.analytics2.BaseFilter
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.analytics2.Column
 
clone() - Method in class com.appiancorp.suiteapi.process.analytics2.DrillPath
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.analytics2.ProcessReport
Cloneable implementation - creates a deep copy the ProcessReport.
clone() - Method in class com.appiancorp.suiteapi.process.analytics2.QuickFilter
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.analytics2.QuickFilterItem
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.analytics2.SimpleColumnFilter
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.analytics2.Threshold
 
clone() - Method in class com.appiancorp.suiteapi.process.forms.DynamicForm
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.forms.FormElement
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.forms.Option
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.ProcessVariable
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.process.ProcessVariableInstance
Clone this object.
clone() - Method in class com.appiancorp.suiteapi.type.TypedValue
Clone this object.
close() - Method in class com.appiancorp.suiteapi.content.ContentOutputStream
Deprecated.
Closes the stream.
close() - Method in class com.appiancorp.suiteapi.content.ContentUploadOutputStream
 
closeAllConnections() - Method in interface com.appiancorp.suiteapi.messaging.JmsConnectionFactory
Closes all connections in the connection pool.
code - Variable in class com.appiancorp.exceptions.AppianError
 
CODE - Static variable in class com.appiancorp.exceptions.AppianError
 
CODE_INVALID - Static variable in class com.appiancorp.suiteapi.common.ResultList
Constant indicating that a particular result in the ResultList is invalid (typically, there is no entity in the database which corresponds to the given ID).
CODE_NO_PERMISSION - Static variable in class com.appiancorp.suiteapi.common.ResultList
Constant indicating that the user does not have sufficient privilege to view a particular result in the ResultList.
CODE_PARAM_NULL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CODE_SUBPROCESS_CANNOT_PUBLISH - Static variable in class com.appiancorp.suiteapi.common.ResultList
Constant indicating that user does not permission to publish a subprocess within the process model.
CODE_SUBPROCESS_INVALID - Static variable in class com.appiancorp.suiteapi.common.ResultList
Constant indicating that the subprocess within a process model is invalid and hence cannot be published.
CODE_VALID - Static variable in class com.appiancorp.suiteapi.common.ResultList
Constant indicating that a particular result in the ResultList is valid.
CODELESS_DATA_MODELING_INCORRECT_DATA_CONFIGURATION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
CODELESS_DATA_MODELING_NON_MATCHING_FIELDS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
CODELESS_DATA_MODELING_PARTIAL_SQL_FAILURE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
CODELESS_DATA_MODELING_SQL_FAILED_TO_CHECK_PERMISSION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
CODELESS_DATA_MODELING_SQL_FAILED_TO_CHECK_TABLE_EXISTS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
CODELESS_DATA_MODELING_SQL_FAILED_TO_FETCH_COLUMNS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
CODELESS_DATA_MODELING_SQL_NOT_PRESENT_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
COL_AGGREGATION_AVG - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is AVG (Average).
COL_AGGREGATION_AVG_EXCLUDE_NULL - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
Deprecated.
use COL_AGGREGATION_AVG
COL_AGGREGATION_CONCATENATE - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is CONCATENATE.
COL_AGGREGATION_CONCATENATE_WO_REPEAT - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is CONCATENATE_WO_REPEAT.
COL_AGGREGATION_COUNT - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is COUNT (Count).
COL_AGGREGATION_GEOMEAN - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is GEOMEAN (Geometric Mean).
COL_AGGREGATION_MAX - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is MAX (Maximum).
COL_AGGREGATION_MEDIAN - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
Deprecated.
no longer used
COL_AGGREGATION_MIN - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is MIN (Minimum).
COL_AGGREGATION_MODE - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
Deprecated.
no longer used
COL_AGGREGATION_PERCENT_FALSE - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is PERCENT_FALSE (The percent of all values which are false).
COL_AGGREGATION_PERCENT_TRUE - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is PERCENT_TRUE (The percent of all values which are true).
COL_AGGREGATION_STDDEV - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is STDDEV (Standard Deviation).
COL_AGGREGATION_SUM - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is SUM (Sum).
COL_AGGREGATION_SUM_EXCLUDE_NULL - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
Deprecated.
use COL_AGGREGATION_SUM
COL_AGGREGATION_TYPES - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
 
COL_AGGREGATION_VAR - Static variable in class com.appiancorp.suiteapi.process.analytics2.Column
A constant indicating that the column aggregation function is VAR (Variance).
COLLAB_ADMINISTRATION_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the collab administration service.
COLLAB_CODE_CAN_ADMINISTRATE - Static variable in class com.appiancorp.suiteapi.common.ResultList
Constant used in the collaboration application, which indicates that the user has administrator privileges to a particular result in the ResultList.
COLLAB_CODE_CAN_EDIT - Static variable in class com.appiancorp.suiteapi.common.ResultList
Constant used in the collaboration application, which indicates that the user has editor privileges to a particular result in the ResultList.
COLLAB_COMMUNITY_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the collab community service.
COLLAB_DOCUMENT_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the document service.
COLLAB_FOLDER_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the folder service.
COLLAB_KNOWLEDGECENTER_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the knowledgecenter service.
COLLAB_REPORTING_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the collab reporting service.
COLLAB_SEARCH_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the collab search service.
COLLAB_STATISTICS_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the collab statistics service.
COLLAB_USER_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the collab community service.
COLLABORATION_ACCESS_APPROVED_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration access approved notification type This is used to send a notification of access approved for a knowledge center in collaboration
COLLABORATION_ACCESS_DENIED_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration access denied notification type This is used to send a notification of access denied to a a knowledge center in collaboration
COLLABORATION_ACCESS_REQUEST_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration access requested notification type This is used to send a notification of requested access to a knowledge center in collaboration
COLLABORATION_APPROVED_CHANGES_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration changes approved notification type This is used to send a notification of changes to a document approved in collaboration.
COLLABORATION_BASE - Static variable in class com.appiancorp.suiteapi.common.LocalObjectTypeMapping
 
COLLABORATION_COMMUNITY - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
COLLABORATION_DENIED_CHANGES_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration changes denied notification type This is used to send a notification of denial of changes to a document in collaboration.
COLLABORATION_EXPIRING_FILES_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration file expiration notification type This is used to send a notification of expiring files in collaboration
COLLABORATION_EXPORT_COMPLETED_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration export completed notification type This is used to send a notification when an export operation has completed
COLLABORATION_IMPORT_COMPLETED_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration import completed notification type This is used to send a notification when an import operation has completed
COLLABORATION_INVITATION_ACCEPTED_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration invitation accepted notification type This is used to send a notification of acceptance of an invitation to a knowledge center in collaboration
COLLABORATION_INVITATION_DECLINED_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration invitation declined notification type This is used to send a notification of declination of an invitation to a knowledge center in collaboration
COLLABORATION_INVITATION_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration invitation notification type This is used to send a notification of an invitation to a knowledge center in collaboration
COLLABORATION_NOTIFICATION_APPLICATION - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant for the Collaboration application This is used to send notifications within collaboration
COLLABORATION_REQUEST_CHANGES_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration request changes notification type This is used to send a notification to request approval of changes to a document in collaboration
COLLABORATION_SEND_LINK_NOTIFICATION_TYPE - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
A constant corresponding to the collaboration send link notification type This is used to send a notification for links to documents in collaboration
CollaborationRoleMap - Class in com.appiancorp.suiteapi.collaboration
Deprecated.
Use the class ContentRoleMap instead.
CollaborationRoleMap() - Constructor for class com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
Deprecated.
 
CollaborationSearchService - Interface in com.appiancorp.suiteapi.collaboration
Deprecated.
Use the class ContentService instead.
CollaborationUserService - Interface in com.appiancorp.suiteapi.collaboration
Deprecated.
Use the class ContentService instead.
collapseToNull(T) - Static method in class com.appiancorp.exceptions.AppianError
If the given collection is null, or empty, or contains only null items, returns null.
column(ColumnAlias) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Selector
Creates a projection with the given ColumnAlias.
column(String) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Selector
Creates a projection for the given field name.
column(String, boolean) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Selector
Creates a visible or hidden projection for the given field name
column(String, String) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Selector
Creates a projection for the given field name.
column(String, String, boolean) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Selector
Creates a visible or hidden projection for the given field name.
Column - Class in com.appiancorp.common.query
Immutable bean representing the column dot notation, its alias and its visibility (if it should be shown to the client or not).
Column - Class in com.appiancorp.suiteapi.process.analytics2
The Column bean contains information necessary to retrieve a column of data from the backend and display it properly.
Column() - Constructor for class com.appiancorp.common.query.Column
Initializes a newly created Column object
Column() - Constructor for class com.appiancorp.suiteapi.process.analytics2.Column
 
Column(Column) - Constructor for class com.appiancorp.common.query.Column
Copy constructor
Column(Integer, String, String, boolean, String) - Constructor for class com.appiancorp.suiteapi.process.analytics2.Column
 
Column(String, String, boolean) - Constructor for class com.appiancorp.common.query.Column
Constructs a new Column for a field with the given field name
COLUMN_ACTION_REQUESTED - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Action Requested column.
COLUMN_ACTION_REQUESTER - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Action Requester column.
COLUMN_ADMIN_OWNER - Static variable in class com.appiancorp.suiteapi.process.ProcessRoleMap
 
COLUMN_ATTRIBUTES - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Attributes column.
COLUMN_CHANGES_REQUIRE_APPROVAL - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Changes Require Approval column.
COLUMN_CREATED_TIMESTAMP - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Created Timestamp column.
COLUMN_CREATOR - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Creator column.
COLUMN_DESCRIPTION - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Description column.
COLUMN_EDITOR - Static variable in class com.appiancorp.suiteapi.process.ProcessRoleMap
 
COLUMN_EXPIRATION_DAYS - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Expiration Days column.
COLUMN_EXPIRATION_TIMESTAMP - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Expiration Timestamp column.
COLUMN_EXPLICIT_NONMEMBER - Static variable in class com.appiancorp.suiteapi.process.ProcessRoleMap
 
COLUMN_EXTENSION - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Extension column.
COLUMN_FORUM - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Forum column.
COLUMN_FSID - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
FSID column.
COLUMN_FSID_COUNT - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
FSID count column.
COLUMN_ID - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Id column.
COLUMN_INITIATOR - Static variable in class com.appiancorp.suiteapi.process.ProcessRoleMap
 
COLUMN_LOCKED_BY - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Locked by column.
COLUMN_LOG - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Log column.
COLUMN_LOG_NAME - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Log Name column.
COLUMN_MANAGER - Static variable in class com.appiancorp.suiteapi.process.ProcessRoleMap
 
COLUMN_METADATA_IDS - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Deprecated.
Use attributes to associate metadata instead.
COLUMN_NAME - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Name column.
COLUMN_NONE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Use this if you do not want a paging function to sort.
COLUMN_NUMBER_OF_VERSIONS - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Number of Versions column.
COLUMN_PARENT_ID - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Parent Id column.
COLUMN_PARENT_NAME - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Parent Name column.
COLUMN_PARENT_TYPE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Parent Type column.
COLUMN_PARTITION - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Partition column.
COLUMN_PARTITION_NAME - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Partition Name column.
COLUMN_SECURITY - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Security column.
COLUMN_SIZE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Size column.
COLUMN_STATE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
State column.
COLUMN_SUBTYPE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Subtype column.
COLUMN_TYPE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Type column.
COLUMN_UPDATED_TIMESTAMP - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Updated Timestamp column.
COLUMN_UUID - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Uuid column.
COLUMN_VERSION_ID - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Version Id column.
COLUMN_VERSIONS - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Versions column.
COLUMN_VIEWER - Static variable in class com.appiancorp.suiteapi.process.ProcessRoleMap
 
COLUMN_VISIBILITY - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Visibility column.
ColumnAlias - Class in com.appiancorp.common.query
Immutable bean representing the column dot notation and it's alias.
ColumnAlias() - Constructor for class com.appiancorp.common.query.ColumnAlias
Initializes a newly created ColumnAlias object
ColumnAlias(ColumnAlias) - Constructor for class com.appiancorp.common.query.ColumnAlias
Copy constructor
ColumnAlias(String, String) - Constructor for class com.appiancorp.common.query.ColumnAlias
Constructs a new ColumnAlias for a field with the given alias name
columnsIdChains - Variable in class com.appiancorp.common.query.TypedValueQueryValidator
 
com.appiancorp.ap2 - package com.appiancorp.ap2
 
com.appiancorp.common.appianwebmvc - package com.appiancorp.common.appianwebmvc
 
com.appiancorp.common.query - package com.appiancorp.common.query
These classes are available as a preview of functionality that will be added to the supported public API in a future release.
com.appiancorp.common.query.returns - package com.appiancorp.common.query.returns
 
com.appiancorp.exceptions - package com.appiancorp.exceptions
 
com.appiancorp.services - package com.appiancorp.services
 
com.appiancorp.services.exceptions - package com.appiancorp.services.exceptions
 
com.appiancorp.suiteapi.administration - package com.appiancorp.suiteapi.administration
Contains classes regarding the management of the administration console.
com.appiancorp.suiteapi.applications - package com.appiancorp.suiteapi.applications
 
com.appiancorp.suiteapi.autoscale.process - package com.appiancorp.suiteapi.autoscale.process
 
com.appiancorp.suiteapi.autoscale.process.exceptions - package com.appiancorp.suiteapi.autoscale.process.exceptions
 
com.appiancorp.suiteapi.autoscale.process.instance - package com.appiancorp.suiteapi.autoscale.process.instance
 
com.appiancorp.suiteapi.autoscale.process.model - package com.appiancorp.suiteapi.autoscale.process.model
 
com.appiancorp.suiteapi.autoscale.process.models - package com.appiancorp.suiteapi.autoscale.process.models
 
com.appiancorp.suiteapi.autoscale.process.spi - package com.appiancorp.suiteapi.autoscale.process.spi
 
com.appiancorp.suiteapi.autoscale.process.variables - package com.appiancorp.suiteapi.autoscale.process.variables
 
com.appiancorp.suiteapi.cfg - package com.appiancorp.suiteapi.cfg
 
com.appiancorp.suiteapi.collaboration - package com.appiancorp.suiteapi.collaboration
 
com.appiancorp.suiteapi.common - package com.appiancorp.suiteapi.common
Classes and interfaces for working with data structures and concepts that are common throughout Appian.
com.appiancorp.suiteapi.common.cli - package com.appiancorp.suiteapi.common.cli
 
com.appiancorp.suiteapi.common.exceptions - package com.appiancorp.suiteapi.common.exceptions
 
com.appiancorp.suiteapi.common.paging - package com.appiancorp.suiteapi.common.paging
 
com.appiancorp.suiteapi.common.spring.security - package com.appiancorp.suiteapi.common.spring.security
 
com.appiancorp.suiteapi.content - package com.appiancorp.suiteapi.content
Provides access and modification functionality for content, which replaces collaboration and is more extensible (for instance, content is now also being used for rules).
com.appiancorp.suiteapi.content.exceptions - package com.appiancorp.suiteapi.content.exceptions
Contains exceptions that are thrown by ContentService.
com.appiancorp.suiteapi.encryption - package com.appiancorp.suiteapi.encryption
 
com.appiancorp.suiteapi.expression - package com.appiancorp.suiteapi.expression
 
com.appiancorp.suiteapi.expression.annotations - package com.appiancorp.suiteapi.expression.annotations
 
com.appiancorp.suiteapi.forums - package com.appiancorp.suiteapi.forums
 
com.appiancorp.suiteapi.ix - package com.appiancorp.suiteapi.ix
 
com.appiancorp.suiteapi.ix.data.portlet - package com.appiancorp.suiteapi.ix.data.portlet
 
com.appiancorp.suiteapi.knowledge - package com.appiancorp.suiteapi.knowledge
Provides knowledge (Documents) functionality.
com.appiancorp.suiteapi.messaging - package com.appiancorp.suiteapi.messaging
Provides functionality for sending and receiving messages inside the Appian messaging framework.
com.appiancorp.suiteapi.personalization - package com.appiancorp.suiteapi.personalization
 
com.appiancorp.suiteapi.portal - package com.appiancorp.suiteapi.portal
 
com.appiancorp.suiteapi.portal.portlets.discussionthreads - package com.appiancorp.suiteapi.portal.portlets.discussionthreads
 
com.appiancorp.suiteapi.portal.portlets.groupmessage - package com.appiancorp.suiteapi.portal.portlets.groupmessage
 
com.appiancorp.suiteapi.portal.portlets.leadermessage - package com.appiancorp.suiteapi.portal.portlets.leadermessage
 
com.appiancorp.suiteapi.portal.portlets.links - package com.appiancorp.suiteapi.portal.portlets.links
 
com.appiancorp.suiteapi.portal.portlets.miniwebsite - package com.appiancorp.suiteapi.portal.portlets.miniwebsite
 
com.appiancorp.suiteapi.portal.portlets.wsrp.consumer - package com.appiancorp.suiteapi.portal.portlets.wsrp.consumer
 
com.appiancorp.suiteapi.process - package com.appiancorp.suiteapi.process
 
com.appiancorp.suiteapi.process.analytics2 - package com.appiancorp.suiteapi.process.analytics2
Provides functionality for querying the process engine for data about process models, processes, and tasks.
com.appiancorp.suiteapi.process.calendar - package com.appiancorp.suiteapi.process.calendar
Contains classes handling the start and ent times for each day of the week..
com.appiancorp.suiteapi.process.events - package com.appiancorp.suiteapi.process.events
Provides event trigger and producer functionality for Appian, which can be used to alter process flow and send and receive messages (including receiving e-mail messages).
com.appiancorp.suiteapi.process.exceptions - package com.appiancorp.suiteapi.process.exceptions
Contains exceptions related to processes.
com.appiancorp.suiteapi.process.forms - package com.appiancorp.suiteapi.process.forms
 
com.appiancorp.suiteapi.process.framework - package com.appiancorp.suiteapi.process.framework
 
com.appiancorp.suiteapi.process.gui - package com.appiancorp.suiteapi.process.gui
 
com.appiancorp.suiteapi.process.history - package com.appiancorp.suiteapi.process.history
 
com.appiancorp.suiteapi.process.history.options - package com.appiancorp.suiteapi.process.history.options
 
com.appiancorp.suiteapi.process.palette - package com.appiancorp.suiteapi.process.palette
 
com.appiancorp.suiteapi.process.security - package com.appiancorp.suiteapi.process.security
 
com.appiancorp.suiteapi.process.test - package com.appiancorp.suiteapi.process.test
 
com.appiancorp.suiteapi.process.upgrade - package com.appiancorp.suiteapi.process.upgrade
 
com.appiancorp.suiteapi.process.webservices - package com.appiancorp.suiteapi.process.webservices
 
com.appiancorp.suiteapi.rules - package com.appiancorp.suiteapi.rules
Provides rules and constants functionality for use within expressions.
com.appiancorp.suiteapi.security.auth - package com.appiancorp.suiteapi.security.auth
 
com.appiancorp.suiteapi.security.external - package com.appiancorp.suiteapi.security.external
 
com.appiancorp.suiteapi.servlet - package com.appiancorp.suiteapi.servlet
 
com.appiancorp.suiteapi.type - package com.appiancorp.suiteapi.type
 
com.appiancorp.suiteapi.type.config - package com.appiancorp.suiteapi.type.config
 
com.appiancorp.suiteapi.type.config.xsd - package com.appiancorp.suiteapi.type.config.xsd
 
com.appiancorp.suiteapi.type.config.xsd.exceptions - package com.appiancorp.suiteapi.type.config.xsd.exceptions
 
com.appiancorp.suiteapi.type.exceptions - package com.appiancorp.suiteapi.type.exceptions
 
com.appiancorp.suiteapi.web.portal - package com.appiancorp.suiteapi.web.portal
 
com.appiancorp.type.system - package com.appiancorp.type.system
 
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.collaboration.AdministrationService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.content.ContentService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.personalization.UserService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.portal.AdministrationService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.portal.PortalNotificationService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.process.analytics2.ProcessAnalyticsService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.process.ProcessDesignService
commitUpdateUsernames() - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.AdministrationService
Deprecated.
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.AdministrationService
Deprecated.
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.analytics2.ProcessAnalyticsService
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessDesignService
 
commitUpdateUsernames$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
Communication - Annotation Interface in com.appiancorp.suiteapi.process.palette
Deprecated.
This annotation may be removed from the public API in a future release. Instead use AutomationSmartServicesCommunication
COMMUNICATION - Static variable in class com.appiancorp.suiteapi.process.palette.PaletteConstants
This constant can be used on a custom smart service to designate that it should appear in the palette "Communication".
Community - Class in com.appiancorp.suiteapi.collaboration
Deprecated.
Use the class Community instead.
Community - Class in com.appiancorp.suiteapi.knowledge
Represents a Knowledge community, which can contain KnowledgeCenter and Community items.
Community() - Constructor for class com.appiancorp.suiteapi.collaboration.Community
Deprecated.
 
Community() - Constructor for class com.appiancorp.suiteapi.knowledge.Community
Constructs a new community.
COMMUNITY - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
COMMUNITY_ROOT - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Community RootID.
CommunityDataType - Annotation Interface in com.appiancorp.suiteapi.knowledge
Convenience annotation to indicate a value represents an Appian Object.
CommunityKnowledgeCenter - Class in com.appiancorp.suiteapi.knowledge
Represents a community knowledge center, which is a knowledge center that other users can view.
CommunityKnowledgeCenter() - Constructor for class com.appiancorp.suiteapi.knowledge.CommunityKnowledgeCenter
Constructs a new community knowledge center.
CommunityService - Interface in com.appiancorp.suiteapi.collaboration
Deprecated.
Use the class ContentService instead.
COMPANY_NAME - Enum constant in enum class com.appiancorp.suiteapi.applications.Application.Metadata
 
COMPANY_URL - Enum constant in enum class com.appiancorp.suiteapi.applications.Application.Metadata
 
compareTimestamp(AuditHistoryRow) - Method in class com.appiancorp.suiteapi.process.history.AuditHistoryRow
Comparison is based on timestamp, which is the secondary sort.
compareTo(LocalObject) - Method in class com.appiancorp.suiteapi.common.LocalObject
Compares the specified LocalObject with this LocalObject for ordering.
compareTo(Role) - Method in class com.appiancorp.suiteapi.common.Role
 
compareTo(Function) - Method in class com.appiancorp.suiteapi.expression.Function
 
compareTo(AuditHistoryRow) - Method in class com.appiancorp.suiteapi.process.history.AuditHistoryRow
Comparison is based on order, with secondary sort of timestamp.
compareTo(HistoryRecord.ProcessModelInfo) - Method in class com.appiancorp.suiteapi.process.HistoryRecord.ProcessModelInfo
Compare against another ProcessModelInfo.
compareTo(Priority) - Method in class com.appiancorp.suiteapi.process.Priority
Compares this priority with another priority
compareTo(ProcessUpgrade) - Method in class com.appiancorp.suiteapi.process.upgrade.ProcessUpgrade
Compares the specified object with this UpgradeProcessResult for order.
compareTo(Object) - Method in class com.appiancorp.suiteapi.expression.FunctionCategory
 
compareTo(Object) - Method in class com.appiancorp.suiteapi.process.ProcessVariable
 
Comparisons - Class in com.appiancorp.suiteapi.process.analytics2
Defines constants for logical comparisons between values.
Comparisons() - Constructor for class com.appiancorp.suiteapi.process.analytics2.Comparisons
 
completeActivity(Long, ActivityReturnVariable[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Signals the completion of an activity not implemented within the process engine itself.
completeActivity$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
completeClone(Long, ActivityClassParameter[], ActivityReturnVariable[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Clones the given task (only a new id is assigned to the cloned task, everything else stays the same), and completes it using the passed inputs (i.e. calls execute or completeActivity).
completeClone$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
COMPLETED - Enum constant in enum class com.appiancorp.suiteapi.autoscale.process.instance.ProcessState
Process has completed, but has not yet been deleted.
CompletedAheadOfScheduleFilter - Class in com.appiancorp.suiteapi.process.analytics2
Deprecated.
this unused filter will be removed in a future release
CompletedAheadOfScheduleFilter() - Constructor for class com.appiancorp.suiteapi.process.analytics2.CompletedAheadOfScheduleFilter
Deprecated.
 
CompletedBehindScheduleFilter - Class in com.appiancorp.suiteapi.process.analytics2
Deprecated.
this unused filter will be removed in a future release; use instead DueTodayFilter as it returns the same results
CompletedBehindScheduleFilter() - Constructor for class com.appiancorp.suiteapi.process.analytics2.CompletedBehindScheduleFilter
Deprecated.
 
CompletedFilter - Class in com.appiancorp.suiteapi.process.analytics2
Filter for completed tasks/processes: when this filter is added, only completed tasks/processes will be returned in the report.
CompletedFilter() - Constructor for class com.appiancorp.suiteapi.process.analytics2.CompletedFilter
 
completeOptions() - Method in class com.appiancorp.common.query.GenericFacet.GenericFacetBuilder
 
completeOptions() - Method in class com.appiancorp.common.query.TypedValueFacet.TypedValueFacetBuilder
 
completeOrPartialValue - Variable in class com.appiancorp.suiteapi.process.history.AuditHistoryRow
 
completeStore(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Complete an external data store.
completeStore$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
CompleteValue - Class in com.appiancorp.suiteapi.process.history
CompleteValue Some AuditHistoryRows will have PartialValues, others will have CompleteValues.
CompleteValue(TypedValue) - Constructor for class com.appiancorp.suiteapi.process.history.CompleteValue
Construct a CompleteValue from a TypedValue.
COMPLEX_RULE - Static variable in class com.appiancorp.suiteapi.process.events.Rule
Type code for a complex rule (can be any expression).
COMPONENT_CANNOT_USE_DYNAMIC_LV_REFRESH_AFTER_VALUE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CompositeSessionAuthenticationStrategy - Class in com.appiancorp.suiteapi.common.spring.security
Allows multiple SessionAuthenticationStrategy implementations to be executed as a single SessionAuthenticationStrategy.
CompositeSessionAuthenticationStrategy(List<SessionAuthenticationStrategy>) - Constructor for class com.appiancorp.suiteapi.common.spring.security.CompositeSessionAuthenticationStrategy
Creates a new instance with the given delegate strategies which will be invoked when this strategy is executed.
COMPRESSION_LIMIT_REACHED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
computeDisplayString(ServiceContext) - Method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
Use either TypedVariable.computeValueString(ServiceContext), or TypedVariable.computeValueStringForUiOutput(ServiceContext, boolean, boolean). This is the same as #computeValueString() except that if the type is a String[], the CSV for the array does have quotes around the individual strings in the array; for example, an array of users whose usernames are payton.manning and brett.favre would result in the string ""payton.manning","brett.favre"".
computeDisplayString(AppianTypeCache) - Method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
This is the same as #computeDisplayString(), except that the passed cache is used to get the display value (so that for an Appian Type, a user-friendly string is returned; for exmple, "Technology" instead of a number for a GROUP).
computeValueString(ServiceContext) - Method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
Computes the string representation of the value of this typed variable, which should be shown to the user.
computeValueStringForUiOutput(ServiceContext, boolean, boolean) - Method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
 
concludeProcess() - Method in class com.appiancorp.suiteapi.process.test.ProcessController
Conclude process will return whenever the target process is no longer active.
concludeProcess(long, TimeUnit) - Method in class com.appiancorp.suiteapi.process.test.ProcessController
Conclude process will return whenever the target process is no longer active.
Condition - Class in com.appiancorp.suiteapi.personalization
 
Condition() - Constructor for class com.appiancorp.suiteapi.personalization.Condition
Default no-arg constructor.
Condition(String, Integer, String) - Constructor for class com.appiancorp.suiteapi.personalization.Condition
Constructor that receives the attribute name, operator id and the value for this condition.
CONFIG_OBJECT_CANNOT_BE_INITIALIZED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONFIG_OBJECT_RESOURCE_CANNOT_BE_PARSED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONFIGRUATION_DECRYPTION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
Configurable - Interface in com.appiancorp.suiteapi.common.cli
 
Configuration - Class in com.appiancorp.suiteapi.common
Provides support for loading configuration files for the product.
Configuration - Interface in com.appiancorp.suiteapi.cfg
Interface that exposes the public configuration properties in custom.properties for use in custom code.
Configuration(String) - Constructor for class com.appiancorp.suiteapi.common.Configuration
Constructs a new Configuration object with a namespace.
CONFIGURATION_MOBILE_PASSCODE_REQUIRED_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ConfigurationLoader - Class in com.appiancorp.suiteapi.cfg
Factory for returning an instance of Configuration.
ConfigurationLoader() - Constructor for class com.appiancorp.suiteapi.cfg.ConfigurationLoader
 
configure() - Method in interface com.appiancorp.suiteapi.common.cli.Configurable
 
configure() - Method in class com.appiancorp.suiteapi.common.cli.ServiceContextCLIConfig
 
CONFIGURE_METHOD_NAME - Static variable in interface com.appiancorp.services.ContextSensitiveSingletonService
 
configureContextSensitiveSingletonService(ServiceContextProvider, AuthorizationInterceptorProvider) - Method in interface com.appiancorp.services.ContextSensitiveSingletonService
Configures the service.
CONNECTED_ENVIRONMENT_RESPONSE_CANT_DESERIALIZE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_ENVIRONMENT_RESPONSE_INVALID_ERROR_CODE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_ENVIRONMENT_RESPONSE_MISSING_ERROR_CODE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONNECTED_SYSTEM_API_INVALID_CONTENT_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_INVALID_HTTP_METHOD - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_INVALID_PROPERTY_CREATE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_INVALID_REGION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_INVALID_URI_PATH - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_INVALID_URL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_INVALID_VALUE_FORMAT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_INVALID_VALUE_TOO_LONG - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_MALFORMED_REQUEST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_API_MISSING_PROPERTY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_FATAL_MIGRATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_GENERIC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_GENERIC_MALFORMED_URL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_INVALID_PROPERTY_CREATE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_INVALID_REGION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_INVALID_URL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_INVALID_VALUE_TOO_LONG - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_MISSING_PROPERTY_CREATE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_READ_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONNECTED_SYSTEM_SAVE_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
Connection - Class in com.appiancorp.suiteapi.process
Represents a directional link between two process nodes (startNode and endNode).
Connection() - Constructor for class com.appiancorp.suiteapi.process.Connection
Creates a new connection.
ConnectivityServices - Annotation Interface in com.appiancorp.suiteapi.process.palette
Deprecated.
This annotation may be removed from the public API in a future release. Instead use AutomationSmartServicesIntegrationAPIs
Constant - Class in com.appiancorp.suiteapi.rules
Represents a constant, which can be used in expressions throughout the product.
Constant() - Constructor for class com.appiancorp.suiteapi.rules.Constant
Constructs a new constant object.
CONSTANT - Static variable in interface com.appiancorp.suiteapi.process.TypedVariableTypes
Deprecated.
Note: The CONSTANT type cannot be used for ActivityClassParameters, ActivityReturnVariables, or ProcessVariables
CONSTANT_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONSTANT_NOT_FOUND_INC_CONSTANT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONSTANT_NOT_FOUND_UPD_CONSTANT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
ConstantDataType - Annotation Interface in com.appiancorp.suiteapi.rules
Convenience annotation to indicate a value represents an Appian Object.
Constants - Interface in com.appiancorp.suiteapi.common
Interface to represent constants used for retrieving and sorting results obtained from database.
ContactBean() - Constructor for class com.appiancorp.suiteapi.process.webservices.BusinessEntity.ContactBean
 
Container - Class in com.appiancorp.suiteapi.content
This is the abstract class used to represent Content objects that may contain other Content objects.
Container() - Constructor for class com.appiancorp.suiteapi.content.Container
Default constructor.
Container(int) - Constructor for class com.appiancorp.suiteapi.content.Container
Constructs a container of the given type.
Container(Integer) - Constructor for class com.appiancorp.suiteapi.content.Container
Constructs a container of the given type.
CONTAINMENT - Enum constant in enum class com.appiancorp.common.query.FilterOperatorCategory
 
CONTAINS - Static variable in class com.appiancorp.suiteapi.personalization.GroupSearch
Deprecated. 
CONTAINS - Static variable in class com.appiancorp.suiteapi.personalization.GroupSearch.Operators
 
CONTAINS - Static variable in class com.appiancorp.suiteapi.personalization.Operator
 
containsActors() - Method in class com.appiancorp.suiteapi.common.RoleMap
Returns true if there are actors in any role of the role map.
containsAsynchronousSubProcesses(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Determines whether or not the given process contains asynchronous subprocesses.
containsAsynchronousSubProcesses(Long[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
containsAsynchronousSubProcesses$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
containsError(ErrorCode) - Method in class com.appiancorp.suiteapi.ix.ImportObject
Checks whether a particular error was thrown while inspecting or importing this object.
containsFilters(Criteria, Iterable<Filter<T>>) - Static method in class com.appiancorp.common.query.Filter
Checks if all the filters are contained by the given criteria
containsKey(Object) - Method in class com.appiancorp.suiteapi.common.RoleMap
Returns whether this role map contains the role specified.
containsKey(Object) - Method in class com.appiancorp.suiteapi.common.SimpleValueMap
 
containsLinkProcesses(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
containsLinkProcesses$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
containsLinkProcessesInheritingPriority(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
containsLinkProcessesInheritingPriority$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
containsLocale(Locale) - Method in class com.appiancorp.suiteapi.common.LocaleString
 
containsPaletteItem(PaletteItem) - Method in class com.appiancorp.suiteapi.process.Palette
Returns true if this palette contains the specified PaletteItem.
containsSubProcesses(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
containsSubProcesses$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
containsSubProcessesInheritingPriority(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Checks if the specified Process contains sub-processes that inherit their priority instead of defining their own priority levels.
containsSubProcessesInheritingPriority$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
containsSynchronousSubProcesses(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Determines whether or not the given process contains synchronous subprocesses.
containsSynchronousSubProcesses(Long[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
containsSynchronousSubProcesses$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
containsValue(Object) - Method in class com.appiancorp.suiteapi.common.RoleMap
Not implemented.
containsValue(Object) - Method in class com.appiancorp.suiteapi.common.SimpleValueMap
 
Content - Class in com.appiancorp.suiteapi.content
Represents an item of content.
Content() - Constructor for class com.appiancorp.suiteapi.content.Content
Default constructor (necessary for return converters).
Content(int) - Constructor for class com.appiancorp.suiteapi.content.Content
Constructs a new Content bean with the given type.
Content(Integer) - Constructor for class com.appiancorp.suiteapi.content.Content
Constructs a new Content bean with the given type.
CONTENT - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
CONTENT - Static variable in interface com.appiancorp.suiteapi.process.TypedVariableTypes
Deprecated.
 
CONTENT_COMMUNITY - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_CONSTANT - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_CUSTOM - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_DOCUMENT - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_FOLDER - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_FREEFORM_RULE - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_ITEM - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_KNOWLEDGE_CENTER - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_RULE - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
CONTENT_SECURITY_TYPE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
The Security Manager Configuration type for content.
CONTENT_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the content service.
CONTENT_STATISTICS_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the content statistics service.
ContentAccess - Class in com.appiancorp.suiteapi.content
This class provides methods accessible through JSON, which are relevant to Content objects.
ContentAccess(HttpSession) - Constructor for class com.appiancorp.suiteapi.content.ContentAccess
Constructs a ContentAccess object.
ContentBeanFactory - Class in com.appiancorp.suiteapi.content
Provides utility methods for creating content objects based on the type identifiers.
ContentBeanFactory() - Constructor for class com.appiancorp.suiteapi.content.ContentBeanFactory
 
ContentConstants - Interface in com.appiancorp.suiteapi.content
Contains constants for use with Content.
ContentExpiredException - Exception in com.appiancorp.suiteapi.content.exceptions
This exception may be thrown by service methods if the content they are referencing is expired.
ContentExpiredException() - Constructor for exception com.appiancorp.suiteapi.content.exceptions.ContentExpiredException
Constructs a new ContentExpiredException with null as its detail message.
ContentExpiredException(String) - Constructor for exception com.appiancorp.suiteapi.content.exceptions.ContentExpiredException
Constructs a new ContentExpiredException with the specified detail message.
ContentExpiredException(String, Throwable) - Constructor for exception com.appiancorp.suiteapi.content.exceptions.ContentExpiredException
Constructs a new ContentExpiredException with the specified detail message and cause.
ContentExpiredException(Throwable) - Constructor for exception com.appiancorp.suiteapi.content.exceptions.ContentExpiredException
Constructs a new ContentExpiredException with the specified cause and a detail message of (cause==null ?
ContentFilter - Class in com.appiancorp.suiteapi.content
Filters may be applied to Content Service operations in order to filter the final results by the criteria listed here.
ContentFilter(int) - Constructor for class com.appiancorp.suiteapi.content.ContentFilter
Constructs a filter which only returns Content items matching the given typemask.
ContentFilter(int, int) - Constructor for class com.appiancorp.suiteapi.content.ContentFilter
Constructs a filter which only returns Content items matching the given typemask and subtype.
ContentFilter(Integer) - Constructor for class com.appiancorp.suiteapi.content.ContentFilter
Constructs a filter which only returns Content items matching the given typemask.
ContentFilter(Integer, Integer) - Constructor for class com.appiancorp.suiteapi.content.ContentFilter
Constructs a filter which only returns Content items matching the given typemask and subtype.
ContentFilter.KeyValue - Class in com.appiancorp.suiteapi.content
This represents a Key and Value of a Content Attribute.
ContentOutputStream - Class in com.appiancorp.suiteapi.content
Deprecated.
ContentOutputStream(ContentService, Long, Approval, String) - Constructor for class com.appiancorp.suiteapi.content.ContentOutputStream
Deprecated.
 
ContentRole - Class in com.appiancorp.suiteapi.content
Holds the data for an individual role within a Content object's role map.
ContentRole() - Constructor for class com.appiancorp.suiteapi.content.ContentRole
 
ContentRole(Role) - Constructor for class com.appiancorp.suiteapi.content.ContentRole
 
ContentRole(String) - Constructor for class com.appiancorp.suiteapi.content.ContentRole
 
ContentRoleMap - Class in com.appiancorp.suiteapi.content
This class represents the access permissions for an element in the collaboration center.
ContentRoleMap() - Constructor for class com.appiancorp.suiteapi.content.ContentRoleMap
 
ContentRoleSet - Class in com.appiancorp.suiteapi.content
This class represents the access permissions for a Content item.
ContentRoleSet() - Constructor for class com.appiancorp.suiteapi.content.ContentRoleSet
 
ContentService - Interface in com.appiancorp.suiteapi.content
This interface provides access to the Content service (formerly the Collaboration service).
ContentStatisticsService - Interface in com.appiancorp.suiteapi.content
This interface provides access to the Content Statistics service.
ContentUploadOutputStream - Class in com.appiancorp.suiteapi.content
Represents a document and its output stream to which the document's content should be written during an upload.
ContentUploadOutputStream() - Constructor for class com.appiancorp.suiteapi.content.ContentUploadOutputStream
 
CONTEXT_TYPE_ASSIGNED_GROUP - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for tasks assigned to the groups specified in the context.
CONTEXT_TYPE_ATTRIBUTED_TO_USER - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for tasks attributed to the users specified in the context.
CONTEXT_TYPE_CREATED_BY - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for process models created by the users specified in the context.
CONTEXT_TYPE_GROUP_MEMBERS - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for tasks attributed to the groups specified in the context.
CONTEXT_TYPE_INITIATED_BY - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for processes initiated by the users specified in the context.
CONTEXT_TYPE_LAST_MOD_BY - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for process models last modified by the users specified in the context.
CONTEXT_TYPE_NODE - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for nodes specified in the context.
CONTEXT_TYPE_PROCESS - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for processes specified in the context.
CONTEXT_TYPE_PROCESS_MODEL - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for process models specified in the context.
CONTEXT_TYPE_PROCESS_MODEL_VERSION - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for process model versions specified in the context.
CONTEXT_TYPE_SYSTEM - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report has no context.
CONTEXT_TYPE_TASK_OWNER - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Report only contains data for tasks owned by the users specified in the context.
ContextException - Exception in com.appiancorp.suiteapi.common.exceptions
This exception is thrown if the context is null or not valid.
ContextException() - Constructor for exception com.appiancorp.suiteapi.common.exceptions.ContextException
Constructs a new exception with null as its detail message.
ContextException(String) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.ContextException
Constructs a new exception with the specified detail message.
ContextSensitiveSingletonService - Interface in com.appiancorp.services
Marks a singleton service as context-sensitive, meaning that the service will have a ServiceContextProvider associated with it.
continueFunction(Long, TypedVariable) - Method in interface com.appiancorp.suiteapi.expression.ExpressionService
Deprecated.
see ProcessDesignService.evaluateExpression
continueFunction$UPDATES - Static variable in interface com.appiancorp.suiteapi.expression.ExpressionService
 
Contribution - Class in com.appiancorp.suiteapi.portal
Deprecated.
This functionality is no longer supported and will be removed in the next release.
Contribution() - Constructor for class com.appiancorp.suiteapi.portal.Contribution
Deprecated.
 
Contribution(Integer, Long) - Constructor for class com.appiancorp.suiteapi.portal.Contribution
Deprecated.
 
Contribution(Integer, Long, boolean) - Constructor for class com.appiancorp.suiteapi.portal.Contribution
Deprecated.
 
Controller - Class in com.appiancorp.suiteapi.process.test
Controller is the root of the controller objects that allow the automatic control of processes and their tasks.
Controller(ServiceContext) - Constructor for class com.appiancorp.suiteapi.process.test.Controller
Construct an Controller for the given ServiceContext.
Controller.ControllerException - Exception in com.appiancorp.suiteapi.process.test
ControllerException This exception is thrown for controller errors.
Controller.LogElement - Class in com.appiancorp.suiteapi.process.test
LogElement The object log is composed of LogElements.
Controller.LogLevel - Enum Class in com.appiancorp.suiteapi.process.test
LogLevel enumeration supported by Controller logging.
ControllerException(ErrorCode) - Constructor for exception com.appiancorp.suiteapi.process.test.Controller.ControllerException
 
ControllerException(ErrorCode, Object...) - Constructor for exception com.appiancorp.suiteapi.process.test.Controller.ControllerException
 
CONVENIENCE_SERVICE - Static variable in interface com.appiancorp.suiteapi.common.ServiceName
Key to obtain the forums convenience service.
convert(ReturnConversionMap, Long, Object) - Method in class com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
 
convert(ReturnConversionMap, Object, Object) - Method in class com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
 
convert(ReturnConversionMap, String, Object, Object) - Method in class com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
Deprecated.
 
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.common.query.returns.PagingInfoReturnConverter
 
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.common.query.returns.SortInfoReturnConverter
 
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.common.CredentialsReturnConverter
Deprecated.
 
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
Deprecated.
 
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.common.PartialResultReturnConverter
Convert method if no list is provided.
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.common.ResultPageReturnConverter
Deprecated.
Convert method if no list is provided.
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.messaging.MappingReturnConverter
Deprecated.
Converts null to a Mapping object (always returns null).
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.personalization.AttributeReturnConverter
Deprecated.
convert method if no list is provided
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.AcpReturnConverter
Deprecated.
convert method if no list is provided
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.AcpsReturnConverter
Deprecated.
convert method if no list is provided
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.ArvReturnConverter
Deprecated.
convert method if no list is provided
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.AssigneeReturnConverter
Deprecated.
convert method if no list is provided
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.events.EventProducerReturnConverter
Deprecated.
Converts null to an EventProducer object.
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.events.EventReturnConverter
Deprecated.
Converts null to an Event object.
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.events.EventTriggerReturnConverter
Deprecated.
Converts null to an EventTrigger object.
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.forms.FormConfigMapReturnConverter
Deprecated.
 
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.PvReturnConverter
Deprecated.
convert method if no list is provided
convert(Class, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.TvReturnConverter
Deprecated.
 
convert(Class, Object, ConversionMap) - Method in class com.appiancorp.suiteapi.common.LocaleStringParameterConverter
Deprecated.
 
convert(Class, Object, ConversionMap) - Method in class com.appiancorp.suiteapi.common.LocaleStringReturnConverter
Deprecated.
 
convert(Class, Object, ConversionMap) - Method in class com.appiancorp.suiteapi.common.TypedValueParameterConverter
 
convert(Class, Object, ConversionMap) - Method in class com.appiancorp.suiteapi.process.FormConfigMapParameterConverter
Deprecated.
 
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.common.query.returns.PagingInfoReturnConverter
 
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.common.query.returns.SortInfoReturnConverter
 
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.common.CredentialsReturnConverter
Deprecated.
 
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
Deprecated.
 
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.common.PartialResultReturnConverter
Convert method if list is provided.
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.common.ResultPageReturnConverter
Deprecated.
Convert method if list is provided.
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.messaging.MappingReturnConverter
Deprecated.
Converts the database-format data to a Mapping object.
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.personalization.AttributeReturnConverter
Deprecated.
convert method if list is provided
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.AcpReturnConverter
Deprecated.
convert method if list is provided
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.AcpsReturnConverter
Deprecated.
convert method if list is provided
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.ArvReturnConverter
Deprecated.
convert method if list is provided
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.AssigneeReturnConverter
Deprecated.
convert method if list is provided
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.events.EventProducerReturnConverter
Deprecated.
Converts the database-format data to an EventProducer object.
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.events.EventReturnConverter
Deprecated.
Converts the database-format data to an Event object.
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.events.EventTriggerReturnConverter
Deprecated.
Converts the database-format data to an EventTrigger object.
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.forms.FormConfigMapReturnConverter
Deprecated.
 
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.PvInstancesReturnConverter
Deprecated.
 
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.PvReturnConverter
Deprecated.
convert method if list is provided
convert(Class, List, ReturnConversionMap) - Method in class com.appiancorp.suiteapi.process.TvReturnConverter
Deprecated.
 
CONVERT_TO_SAIL_RULE_INSUFFICIENT_GENERIC - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONVERT_TO_SAIL_RULE_INSUFFICIENT_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONVERT_TO_SAIL_RULE_INVALID_ID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONVERT_TO_SAIL_RULE_INVALID_RULE_INPUT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CONVERT_TO_SAIL_RULE_INVALID_VERSION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
convertFromLocalObjectType(int) - Static method in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
Convert LocalObject type to Standard type
convertInstanceType(ParameterConversionMap, Long) - Method in class com.appiancorp.suiteapi.common.TypedValueParameterConverter
 
convertNTVsToTVs(NamedTypedValue[]) - Static method in class com.appiancorp.suiteapi.process.TypedVariableUtils
 
convertParameter(ParameterConversionMap, Long, Object) - Method in class com.appiancorp.suiteapi.common.TypeConverter
 
convertParameter(ParameterConversionMap, Long, Object, TypeConverterState) - Method in class com.appiancorp.suiteapi.common.TypeConverter
 
convertReturn(ReturnConversionMap, Long, Object) - Method in class com.appiancorp.suiteapi.common.TypeConverter
 
convertTVsToNTVs(TypedVariable[]) - Static method in class com.appiancorp.suiteapi.process.TypedVariableUtils
 
convertValueToPagingInfo(Value) - Method in class com.appiancorp.suiteapi.common.paging.PagingInfoConverter
Converts Value to PagingInfo Java object
copy() - Method in interface com.appiancorp.common.query.Criteria
 
copy() - Method in class com.appiancorp.common.query.GenericFilter
 
copy() - Method in class com.appiancorp.common.query.GenericLogicalExpression
 
copy() - Method in class com.appiancorp.common.query.Search
 
copy() - Method in class com.appiancorp.common.query.TypedValueFilter
 
copy() - Method in class com.appiancorp.common.query.TypedValueLogicalExpression
 
copy() - Method in class com.appiancorp.suiteapi.process.ActivityClassParameter
Deprecated.
Can make copy externally.
copy() - Method in class com.appiancorp.suiteapi.process.analytics2.ProcessReport
Deprecated.
copy(CopySource[], Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
This copies Content item from one location to another.
copy(Long[], Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
This copies Content item from one location to another.
copy(Long, Long) - Method in interface com.appiancorp.suiteapi.content.ContentService
This copies Content item from one location to another.
COPY_CREATED - Static variable in class com.appiancorp.suiteapi.content.CopySource
Copy the created timestamp; otherwise, the current timestamp will be used.
COPY_CREATOR - Static variable in class com.appiancorp.suiteapi.content.CopySource
Copy the creator username; otherwise, the current user will be used.
COPY_DEFAULT - Static variable in class com.appiancorp.suiteapi.content.CopySource
This is the default copy rule if none specified in constructor.
COPY_EXCLUDE - Static variable in class com.appiancorp.suiteapi.content.CopySource
Exclude source and its children from copy.
COPY_EXCLUDE_VERSIONS - Static variable in class com.appiancorp.suiteapi.content.CopySource
Exclude versions of Content items, rather than copying them as well.
COPY_INACTIVE - Static variable in class com.appiancorp.suiteapi.content.CopySource
Copy inactive items as well as active items; otherwise, only active items will be copied.
COPY_INCLUDE_INTO - Static variable in class com.appiancorp.suiteapi.content.CopySource
Copy source into target, as its child or children.
COPY_INCLUDE_ONTO - Static variable in class com.appiancorp.suiteapi.content.CopySource
Copy source onto target, such that source's children are copied to target, but not source itself.
COPY_SECURITY - Static variable in class com.appiancorp.suiteapi.content.CopySource
Copy custom security rolemaps where present, otherwise always inherit.
copy$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
copyContents() - Method in class com.appiancorp.suiteapi.content.CopyReference
Copies the contents from the Source object to the Target
copyNonLocalizedFieldsOnly() - Method in class com.appiancorp.suiteapi.administration.Folder
Deprecated.
Creates and returns a new Folder object.
copyNonLocalizedFieldsOnly() - Method in class com.appiancorp.suiteapi.process.PriorityRegistration
Creates and returns a new Priority object.
CopyReference - Class in com.appiancorp.suiteapi.content
Represents a reference to a copied Content item.
CopyReference() - Constructor for class com.appiancorp.suiteapi.content.CopyReference
 
CopySource - Class in com.appiancorp.suiteapi.content
Represents an instruction for the source of a Content copy.
CopySource() - Constructor for class com.appiancorp.suiteapi.content.CopySource
Blank CopySource with default rule; the source must still be set.
CopySource(Long) - Constructor for class com.appiancorp.suiteapi.content.CopySource
CopySource with given source and default rule.
CopySource(Long, int) - Constructor for class com.appiancorp.suiteapi.content.CopySource
CopySource with given source and rule.
CopySource(Long, Integer) - Constructor for class com.appiancorp.suiteapi.content.CopySource
CopySource with given source and rule.
copyWebsiteBody(String, String) - Method in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniBodyService
Deprecated.
Copies the body of one miniwebsite portlet to another
copyWebsiteBody$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniBodyService
Deprecated.
 
COULD_NOT_RETRIVE_RECORD_DASHBOARD - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
count(Column) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "count" aggregation function to the given Column
count(ColumnAlias) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "count" aggregation function to the given ColumnAlias
count(ColumnAlias, boolean) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "count" aggregation function to the given ColumnAlias.
count(String, String) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "count" aggregation function to the given field name.
count(String, String, boolean) - Static method in class com.appiancorp.common.query.QueryBuilderTools.Aggregator
Apply a "count" aggregation function to the given field name.
COUNT - Enum constant in enum class com.appiancorp.common.query.AggregationFunction
 
COUNT_ALL - Static variable in interface com.appiancorp.suiteapi.common.Constants
Constant representing that all results be retrieved in one call.
COUNT_NOT_AVAILABLE - Static variable in class com.appiancorp.common.query.FacetOption
The value used when a count is not available.
create(ServiceContext) - Static method in class com.appiancorp.suiteapi.common.ServiceProvider
Provides a default implementation of all the known Services.
create(Application) - Method in interface com.appiancorp.suiteapi.applications.ApplicationService
Creates an application.
create(Content[], Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Creates content.
create(Content, Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Creates a content object.
CREATE_COMMUNITY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_COMMUNITY_INSUFFICIENT_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_COMMUNITY_INVALID_PARENT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_GROUP_ACT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_GROUP_ACT_DUPLICATE_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_GROUP_ACT_INVALID_GROUP_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_GROUP_ACT_INVALID_MEMBERSHIP_POLICY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_GROUP_ACT_INVALID_PARENT_GROUP - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_GROUP_ACT_INVALID_SECURITY_MAP - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CREATE_GROUP_ACT_INVALID_VIEW_POLICY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
create$UPDATES - Static variable in interface com.appiancorp.suiteapi.applications.ApplicationService
 
create$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
createApproval(Content[], Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Attempts to create content, and gets the approval statuses back in an Approval bean.
createApproval(Content, Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Attempts to create content, and gets the approval status back in an Approval bean.
createApproval$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
createBusinessEntity(BusinessEntity) - Method in interface com.appiancorp.suiteapi.process.ProcessDesignService
Creates a BusinessEntity for use with Web Services.
createBusinessEntity$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessDesignService
 
createCalendar(WorkingCalendar) - Method in interface com.appiancorp.suiteapi.process.CalendarService
Creates a calendar.
createCalendar$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.CalendarService
 
createCommunities(Community[]) - Method in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
Creates Community objects in bulk in the collaboration application
createCommunities$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
 
createCommunity(Community) - Method in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
Creates a new Community in the collaboration application
createCommunity$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
 
createDocument(Document) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Create a document.
createDocument$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
createDocuments(Document[]) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Create multiple documents.
createDocuments$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
createEscalatedServiceContext(ServiceContext, String) - Static method in class com.appiancorp.services.ServiceContextFactory
Create ServiceContext based on sc that is escalated with the privileges of grantorUsername
createEscalatedServiceContext(String, String) - Static method in class com.appiancorp.services.ServiceContextFactory
Similar to ServiceContextFactory.getServiceContext(String), but also populates the grantor
createEventProducer(Long) - Static method in class com.appiancorp.suiteapi.process.events.EventProducer
Creates a new EventProducer object of the type corresponding with the type code passed in.
createEventTrigger(Long) - Static method in class com.appiancorp.suiteapi.process.events.EventTrigger
Creates a new EventTrigger object of the type coresponding with the type code passed in.
createExtraOutputMap(ActivityClassParameter[]) - Method in interface com.appiancorp.suiteapi.process.framework.ActivityParameterHelper
Produce an output map that contains values used in populating the user interface that are not passed to the UI by default.
createExtraOutputMap(ActivityClassParameter[]) - Method in class com.appiancorp.suiteapi.process.framework.EmptyActivityParameterHelper
Default do-nothing implementation.
createFolder(Folder) - Method in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
Creates a new folder
createFolder(ProcessModelFolder) - Method in interface com.appiancorp.suiteapi.process.ProcessDesignService
Creates a folder for storing process models.
createFolder(Long, Folder) - Method in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
Create a non-root Folder Minimum properties which must be populated on the Folder are: none
createFolder$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
 
createFolder$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
 
createFolder$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessDesignService
 
createFolders(Folder[]) - Method in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
Creates multiple folders
createFolders$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
 
createForum(Forum) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Create a discussion forum.
createForum$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
createForums(Forum[]) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Create multiple discussion forums.
createForums$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
createGroup(Group) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Create a new group.
createGroup$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
createGroupMessage(Long, GroupMessage) - Method in interface com.appiancorp.suiteapi.portal.portlets.groupmessage.GroupMessageService
Deprecated.
Create a group message in the given portlet.
createGroupMessage$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.groupmessage.GroupMessageService
Deprecated.
 
createGroups(Group[]) - Method in interface com.appiancorp.suiteapi.personalization.GroupService
Create new groups.
createGroups$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupService
 
createGroupType(GroupType) - Method in interface com.appiancorp.suiteapi.personalization.GroupTypeService
Creates a new group type.
createGroupType$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
 
createKnowledgeCenter(KnowledgeCenter) - Method in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
Creates a new knowledge center
createKnowledgeCenter$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
 
createKnowledgeCenters(KnowledgeCenter[]) - Method in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
Creates multiple knowledge centers
createKnowledgeCenters$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
 
createLeaderMessage(Long, LeaderMessage) - Method in interface com.appiancorp.suiteapi.portal.portlets.leadermessage.LeaderMessageService
Deprecated.
Create a leader message.
createLeaderMessage$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.leadermessage.LeaderMessageService
Deprecated.
 
createLink(Long, Link) - Method in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
Create a Link within a Folder.
createLink(Long, Long) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Creates a symbolic link to a document.
createLink$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
createLink$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
 
createLinks(Long[], Long) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Creates a list of symbolic links to documents.
createLinks(Long[], Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Creates multiple symbolic links to documents in a list of folders; a single link is created in each of the folders (ie each index in docIds_ maps to an index in foids_).
createLinks$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
createLinkType(LinkType) - Method in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
Create a LinkType. There may be a maximum of 255 link types. Note that this method, unlike LinksService.registerLinkType(com.appiancorp.suiteapi.portal.portlets.links.LinkType) will create another link type even if there exists a link type with the same name. Minimum properties which must be populated on the LinkType are: none
createLinkType$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
 
createMessage(Message) - Method in interface com.appiancorp.suiteapi.forums.DiscussionBodyService
Deprecated.
Stores the body for a new message
createMessage(Long, Message) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Create a message.
createMessage$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionBodyService
Deprecated.
 
createMessage$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
createMessages(Message[]) - Method in interface com.appiancorp.suiteapi.forums.DiscussionBodyService
Deprecated.
Stores the body for multiple messages
createMessages(Long[], Message[]) - Method in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
Create multiple messages, one per forum.
createMessages$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionBodyService
Deprecated.
 
createMessages$UPDATES - Static variable in interface com.appiancorp.suiteapi.forums.DiscussionMetadataCoreService
Deprecated.
 
createMini(Long, String, boolean, boolean) - Method in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
Create a new miniwebsite portlet or a new version of an existing miniwebsite portlet.
createMini$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
 
createNoteContent(NoteMetadata, String) - Method in interface com.appiancorp.suiteapi.process.NotesContentService
Deprecated.
Creates note content at the location on disk specified by the note metadata The location refers to the full path of a file on disk.
createNoteContent(String, String) - Method in interface com.appiancorp.suiteapi.process.NotesContentService
Deprecated.
Creates new note content at the specified location on disk.
createNoteContent$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.NotesContentService
Deprecated.
 
createNoteMetadata(NoteMetadata) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
since 23.2
createNoteMetadata$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
createNoteMetadataForProcess(Long, NoteMetadata) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
since 23.2
createNoteMetadataForProcess$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
createNoteMetadataForProcesses(Long[], NoteMetadata) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
since 23.2
createNoteMetadataForProcesses$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
createNoteMetadataForTask(Long, NoteMetadata) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
since 23.2
createNoteMetadataForTask$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
createNoteMetadataForTasks(Long[], NoteMetadata) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
since 23.2
createNoteMetadataForTasks$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
createNoteMetadatas(NoteMetadata[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
since 23.2
createNoteMetadatas$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
createNoteMetadatasForProcess(Long, NoteMetadata[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
since 23.2
createNoteMetadatasForProcess$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
createNoteMetadatasForTask(Long, NoteMetadata[]) - Method in interface com.appiancorp.suiteapi.process.ProcessExecutionService
Deprecated.
since 23.2
createNoteMetadatasForTask$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessExecutionService
 
createPage(Page) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
Creates a page using the attributes specified in the passed object.
createPage$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
createPages(Page[]) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
Creates pages in bulk using the attributes specified in the passed objects.
createPages$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
createPortlet(Portlet) - Method in interface com.appiancorp.suiteapi.portal.PortletService
Deprecated.
Creates a portlet.
createPortlet$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PortletService
Deprecated.
 
createPortlets(Portlet[]) - Method in interface com.appiancorp.suiteapi.portal.PortletService
Deprecated.
Creates portlets in bulk.
createPortlets$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PortletService
Deprecated.
 
createPrivateKnowledgeCenter() - Method in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
Create a private knowledge center for the current user.
createPrivateKnowledgeCenter$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.KnowledgeCenterService
Deprecated.
 
createProcessModel(ProcessModel) - Method in interface com.appiancorp.suiteapi.process.ProcessDesignService
Creates a ProcessModel in the database using the input parameter.
createProcessModel(ProcessModel, ServiceContext) - Static method in class com.appiancorp.suiteapi.process.ProcessModelFacade
Deprecated.
since 6.0.3
createProcessModel(ProcessModel, ServiceContext) - Static method in class com.appiancorp.suiteapi.process.ProcessModelFacade
Creates a process model in the database.
createProcessModel$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessDesignService
 
createProcessModelWebService(ProcessModelWebService) - Method in interface com.appiancorp.suiteapi.process.ProcessDesignService
createProcessModelWebService$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.ProcessDesignService
 
createProcessReport(ProcessReport, Long) - Method in interface com.appiancorp.suiteapi.process.analytics2.ProcessAnalyticsService
Add a process report to the specified folder.
createProcessReport$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.analytics2.ProcessAnalyticsService
 
createQueue(int, String) - Method in interface com.appiancorp.suiteapi.messaging.JmsConnectionFactory
Creates or obtains a JMS Queue.
createQueue(Session, String) - Method in interface com.appiancorp.suiteapi.messaging.JmsConnectionFactory
Creates or obtains a JMS Queue on the session provided.
createRootFolder(Folder) - Method in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
Create a root Folder.
createRootFolder$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
 
createRootLink(Link) - Method in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
Create a root Link.
createRootLink$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
 
createTitle(UserRank) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Creates a new rank (title).
createTitle$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
createTopic(int, String) - Method in interface com.appiancorp.suiteapi.messaging.JmsConnectionFactory
Creates or obtains a JMS Topic.
createTopic(Session, String) - Method in interface com.appiancorp.suiteapi.messaging.JmsConnectionFactory
Creates or obtains a JMS Topic on the session provided.
createTypeConverterMappings(Map<Long, TypeConverter>) - Static method in class com.appiancorp.suiteapi.common.TypeConverterResolver
 
createUnpooledConnection() - Method in interface com.appiancorp.suiteapi.messaging.JmsConnectionFactory
Creates a new unpooled Connection.
createUser(User) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Creates a new user
createUser(UserProfile) - Method in interface com.appiancorp.suiteapi.personalization.UserProfileService
Creates a new user
createUser$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserProfileService
 
createUser$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
createUsers(User[]) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Creates new users.
createUsers(UserProfile[]) - Method in interface com.appiancorp.suiteapi.personalization.UserProfileService
Creates new users.
createUsers$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserProfileService
 
createUsers$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
createVersion(Document) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Creates a new version of a document.
createVersion(Content[], Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
createVersion(Content, Integer) - Method in interface com.appiancorp.suiteapi.content.ContentService
Creates a new version of content.
createVersion$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
createVersion$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
createVersions(Document[]) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Creates new versions of multiple documents.
createVersions$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
createWebsiteBody(String, String) - Method in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniBodyService
Deprecated.
Stores the body of a miniwebsite portlet
createWebsiteBody$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniBodyService
Deprecated.
 
CREATION_SECURITY_TYPE - Static variable in interface com.appiancorp.suiteapi.content.ContentConstants
Deprecated.
No longer used
Credentials - Class in com.appiancorp.suiteapi.common
Bean that represents a User's credentials
Credentials() - Constructor for class com.appiancorp.suiteapi.common.Credentials
Credentials Empty constructor.
Credentials(ImmutableCredentials, String, boolean) - Constructor for class com.appiancorp.suiteapi.common.Credentials
Credentials copy constructor with tenant modification.
Credentials(ImmutableSet<Long>, ImmutableSet<Long>, ImmutableSet<String>, int, String, String, String, Integer) - Constructor for class com.appiancorp.suiteapi.common.Credentials
Constructs the bean that represents a User's credentials.
CredentialsReturnConverter - Class in com.appiancorp.suiteapi.common
Deprecated. 
CredentialsReturnConverter() - Constructor for class com.appiancorp.suiteapi.common.CredentialsReturnConverter
Deprecated.
 
criteria(Criteria) - Method in class com.appiancorp.common.query.Query.Builder
 
criteria(Criteria) - Method in interface com.appiancorp.common.query.QueryBuilder.Filtering
Obtains the set of operations allowed after QueryBuilder.Filtering<T>
criteria(Criteria) - Method in interface com.appiancorp.common.query.QueryBuilder.FilteringCriteria
Obtains the set of operations allowed after QueryBuilder.FilteringCriteria<T>
Criteria - Interface in com.appiancorp.common.query
Marker interface to be able to create a tree structure while combining filters, search and logical expressions.
CriteriaValidator - Class in com.appiancorp.common.query
 
CriteriaValidator() - Constructor for class com.appiancorp.common.query.CriteriaValidator
 
CriteriaValidatorProvider - Interface in com.appiancorp.common.query
 
CRYPTOGRAPHER_INVALID_DECRYPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CRYPTOGRAPHER_INVALID_DECRYPTION_KEY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CRYPTOGRAPHER_INVALID_DECRYPTION_NOT_ENCRYPTED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CRYPTOGRAPHER_INVALID_ENCRYPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CRYPTOGRAPHER_INVALID_ENCRYPTION_ALREADY_ENCRYPTED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CSTF_INVALID_CAST_EXCEPTION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CURRENCY - Static variable in interface com.appiancorp.suiteapi.type.AppianType
Deprecated.
CURRENCY_INDICATOR_ALIGNMENT_INVALID_TYPE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CURRENCY_INDICATOR_ALIGNMENT_INVALID_VALUE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CURRENCY_INVALID_CODE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CURRENCY_INVALID_FORMAT_TYPE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CURRENCY_INVALID_FORMAT_VALUE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CURRENCY_PARAMS_CAST_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CURRENT_VERSION - Static variable in class com.appiancorp.suiteapi.collaboration.Document
Deprecated.
Version field for the current version of a document
CUSTOM_BRANDING_IMAGE_CREATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CUSTOM_BRANDING_IMAGES_FOLDER_CREATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CUSTOM_CONTENT_ITEM - Static variable in interface com.appiancorp.suiteapi.process.TypedVariableTypes
Deprecated.
Note: The CUSTOM_CONTENT_ITEM type cannot be used for ActivityClassParameters, ActivityReturnVariables, or ProcessVariables
CUSTOM_FIELD_CIRCULAR_REFERENCE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CUSTOM_FIELD_EVALUATION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CUSTOM_FIELD_MATCH_IN_MEASURE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CUSTOM_FIELD_MAX_NESTING_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CUSTOM_FIELD_NESTED_MATCH_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
CustomContent - Class in com.appiancorp.suiteapi.content
Custom Content object.
CustomContent() - Constructor for class com.appiancorp.suiteapi.content.CustomContent
Constructs a CustomContent object.
CustomContent(int) - Constructor for class com.appiancorp.suiteapi.content.CustomContent
Constructs a CustomContent object.
customDisplayReference() - Element in annotation interface com.appiancorp.suiteapi.process.framework.Input
If a picker for an input other than the type that is typically used for the input type is required, the customDisplayReference attribute can be used to refer to the name of the picker that should be used instead.

D

Daily() - Constructor for class com.appiancorp.suiteapi.process.RecurringInterval.Daily
 
Daily(boolean) - Constructor for class com.appiancorp.suiteapi.process.RecurringInterval.Daily
Creates a new Daily Object.
data - Variable in class com.appiancorp.exceptions.AppianError
 
DATA - Static variable in class com.appiancorp.exceptions.AppianError
 
DATA_ANALYSIS_GENERAL_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_COLLECTION_GENERAL_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_CANT_LOAD_PROCESS_REPORT_DOC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_CDT_FIELD_NOT_PRESENT_IN_EXPRESSION_DATA - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_COLUMN_LIMIT_EXCEEDED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_CSV_QUOTE_PARSE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DATA_DENSITY_TOO_HIGH - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
Used in 17.4 and 18.1 only
DATA_EXPORT_DATA_SOURCE_CONNECTION_ISSUE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DATA_SOURCE_MISSING - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DOCUMENT_DESCRIPTION_INVALID_LENGTH - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DOCUMENT_FOLDER_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DOCUMENT_LOCKED_BY_PROCESS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DOCUMENT_NAME_AND_UPDATE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DOCUMENT_NAME_EMPTY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DOCUMENT_NAME_INVALID_LENGTH - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_DOCUMENT_NO_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_EMAIL_SUBJECT_OR_MESSAGE_MISSING - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_EMPTY_EMAIL_GROUP_RECIPIENTS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_EXCEEDED_MAX_ENTRY_SIZE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_EXCEEDED_MIN_INFLATE_RATIO - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_EXPRESSION_RECORD_FAILED_DEFAULT_BATCH - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_FILTER_AND_LOGICAL_EXPRESSION_SELECTED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_FILTER_OR_SELECTION_INVALID_FIELD - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_GENERIC_DOCUMENT_TO_UPDATE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Generic error with the provided Document To Update.
DATA_EXPORT_GENERIC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Generic error during export.
DATA_EXPORT_GENERIC_INPUT_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Generic error with an input provided to Data Export.
DATA_EXPORT_GENERIC_PROCESS_QUERY_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_GENERIC_WRITE_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Generic error with document creation during export.
DATA_EXPORT_INVALID_CSV_DELIMITER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_INVALID_CUSTOM_CELL_POSITION_REFERENCE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_INVALID_CUSTOM_HEADER_CELL_REFERENCE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_INVALID_DOCUMENT_TO_UPDATE_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_INVALID_EMAIL_RECIPIENT_OR_GROUP - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_INVALID_FILTERS_INPUT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_INVALID_OUTPUT_FORMAT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_MISMATCHED_CUSTOM_CELL_POSITIONS_VALUES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_MISMATCHED_LIST_LENGTH - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_MISSING_CUSTOM_CELL_POSITIONS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_MISSING_CUSTOM_CELL_VALUES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_MISSING_CUSTOM_HEADER_CELLS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_MISSING_CUSTOM_HEADER_VALUES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_NAMED_DOCUMENT_LOCKED_BY_USER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_NEGATIVE_TOTAL_COUNT_IN_RECORD_LIST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_NO_PROCESS_REPORT_DOC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_NULL_PRIMARY_KEY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_NUM_IDENTIFIERS_DIFFERS_FROM_NUM_EXPRESSION_ROWS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_OUT_OF_MEMORY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_OVERWRITTEN_CUSTOM_CELL_LOCATION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_OVERWRITTEN_CUSTOM_CELL_POSITION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_PROCESS_RECORD_TIMEOUT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_QUERY_FAILED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_RECORD_CANNOT_RETRIEVE_DATA - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_RECORD_HEADER_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_RECORD_SOURCE_EXPRESSION_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_RECORD_SYNC_COMPLETED_DURING_EXPORT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_REPORT_MISSING - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_SAVE_IN_FOLDER_MISSING - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_SELECTION_AND_AGGREGATION_SELECTED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_SHEET_NAME_ALREADY_EXISTS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_SHEET_NAME_TOO_LONG - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_SHEET_NUMBER_DOES_NOT_EXIST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_SHEET_NUMBER_NOT_POSITIVE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_STARTING_CELL_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_UNNAMED_DOCUMENT_LOCKED_BY_USER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_EXPORT_UPDATE_INVALID_DOCUMENT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_SERVICES - Static variable in class com.appiancorp.suiteapi.process.palette.PaletteConstants
This constant can be used on a custom smart service to designate that it should appear in the palette "Data Services".
DATA_SOURCE - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
DATA_STORE - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
DATA_STORE_CONFIG_DATASOURCE_EMPTY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIG_ENTITY_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIG_ENTITY_NOT_FOUND_IN_LATEST_PUBLISHED_VERSION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIG_NAME_EMPTY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIG_NAME_WHITESPACE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIG_NO_EMF_DEFINITION_FOR_TYPES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIG_NO_PUBLISHED_VERSION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIG_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIG_NOT_PUBLISHABLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIGS_CANNOT_EXECUTE_DDL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIGS_CANNOT_GENERATE_DDL - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIGS_CANNOT_VALIDATE_SCHEMA - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_CONFIGS_NOT_FOUND - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_DUPLICATE_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_STORE_ENTITY - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
DATA_STORE_SECURITY_NOT_INHERITABLE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATA_TYPE_ID_TYPESTRING - Static variable in class com.appiancorp.suiteapi.personalization.Condition
 
DatabaseOperationException - Exception in com.appiancorp.suiteapi.common.exceptions
This exception may be thrown by service methods detecting a failure when backing up and/or saving the Database.
DatabaseOperationException() - Constructor for exception com.appiancorp.suiteapi.common.exceptions.DatabaseOperationException
Constructs a new DatabaseOperationException with null as its detail message.
DatabaseOperationException(String) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.DatabaseOperationException
Constructs a new DatabaseOperationException with the specified detail message.
DatabaseOperationException(String, Throwable) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.DatabaseOperationException
Constructs a new DatabaseOperationException with the specified detail message and cause.
DatabaseOperationException(Throwable) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.DatabaseOperationException
Constructs a new DatabaseOperationException with the specified cause and a detail message of (cause==null ?
DatabaseStatus - Class in com.appiancorp.suiteapi.portal
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
DatabaseStatus() - Constructor for class com.appiancorp.suiteapi.portal.DatabaseStatus
Deprecated.
 
DataServices - Annotation Interface in com.appiancorp.suiteapi.process.palette
Deprecated.
This annotation may be removed from the public API in a future release. Instead use AutomationSmartServicesDataServices
DataStrategies - Class in com.appiancorp.suiteapi.autoscale.process
Available strategies for working with autoscale data.
dataStrategy() - Method in interface com.appiancorp.suiteapi.autoscale.process.variables.Parameter
 
DataStrategy<C> - Interface in com.appiancorp.suiteapi.autoscale.process.spi
Service Provider Interface: this is not intended for external implementation See DataStrategies for available implementers of this interface.
DataStrategyFailedException - Exception in com.appiancorp.suiteapi.autoscale.process.exceptions
DataStrategyFailedException Autoscale could not convert the given data using this strategy.
DataStrategyFailedException() - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.DataStrategyFailedException
 
DataStrategyFailedException(String) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.DataStrategyFailedException
 
DataStrategyFailedException(String, Throwable) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.DataStrategyFailedException
 
DataSubset<T,I> - Class in com.appiancorp.suiteapi.common.paging
This class is available as a preview of functionality that will be added to the supported public API in a future release.
DataSubset() - Constructor for class com.appiancorp.suiteapi.common.paging.DataSubset
 
DataSubset(int, int, List<SortInfo>, int, List<T>, List<I>) - Constructor for class com.appiancorp.suiteapi.common.paging.DataSubset
Creates a view that holds a range of data.
Datatype - Class in com.appiancorp.suiteapi.type
Datatype The Datatype of a TypedValue.
Datatype() - Constructor for class com.appiancorp.suiteapi.type.Datatype
 
DATATYPE - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
DATATYPE_BEAN - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_BOOLEAN - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_CONTENT - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_DATE - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_DATETIME - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_DEFERRED - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_DOUBLE - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_EMAIL_RECIPIENT - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_FIELD_COMPARATOR_SORT_PROPERTIES_DIFFERENT_TYPES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATATYPE_FIELD_COMPARATOR_SORT_PROPERTY_NOT_PRIMITIVE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DATATYPE_LONG - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_PEOPLE - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_STRING - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_TIME - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATATYPE_UNKNOWN - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
dataType$TRANSIENT - Static variable in class com.appiancorp.suiteapi.process.TypedVariable
Deprecated.
 
DatatypeProperties - Class in com.appiancorp.suiteapi.type
Datatype Properties The Datatype Properties of a TypedValue.
DatatypeProperties() - Constructor for class com.appiancorp.suiteapi.type.DatatypeProperties
 
DataTypeStrategies - Class in com.appiancorp.suiteapi.autoscale.process
Available strategies for working with autoscale data types.
DataTypeStrategy<C> - Interface in com.appiancorp.suiteapi.autoscale.process.spi
Service Provider Interface: this is not intended for external implementation See DataTypeStrategies for available implementers of this interface.
DataTypeStrategyFailedException - Exception in com.appiancorp.suiteapi.autoscale.process.exceptions
DataTypeStrategyFailedException Autoscale could not convert the given data type using this strategy.
DataTypeStrategyFailedException() - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.DataTypeStrategyFailedException
 
DataTypeStrategyFailedException(String) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.DataTypeStrategyFailedException
 
DataTypeStrategyFailedException(String, Throwable) - Constructor for exception com.appiancorp.suiteapi.autoscale.process.exceptions.DataTypeStrategyFailedException
 
DATE - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATE - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
DATETIME - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DATETIME - Static variable in interface com.appiancorp.suiteapi.process.TypedVariableTypes
Deprecated.
 
deactivate(Long[], Boolean) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deactivates all versions of the given content items.
deactivate(Long, Boolean) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deactivates all versions of the given content item.
DEACTIVATE_ALREADY_DEACTIVATED - Static variable in interface com.appiancorp.suiteapi.type.TypeService
Result code indicating that a type could not be deactivated because it is already deactivated.
DEACTIVATE_COMMUNITY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DEACTIVATE_COMMUNITY_INSUFFICIENT_PRIVILEGES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DEACTIVATE_COMMUNITY_INVALID_CONTENT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DEACTIVATE_COMMUNITY_NOT_EMPTY - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DEACTIVATE_INVALID - Static variable in interface com.appiancorp.suiteapi.type.TypeService
Result code indicating that deactivation of a type could not occur because the type does not exist.
DEACTIVATE_NOT_ALLOWED - Static variable in interface com.appiancorp.suiteapi.type.TypeService
Result code indicating that deactivation of a type was not allowed.
DEACTIVATE_PORTLET - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
A constant representing the deactivation of a portlet
DEACTIVATE_SUCCESS - Static variable in interface com.appiancorp.suiteapi.type.TypeService
Result code indicating that deactivation of a type was successful.
DEACTIVATE_USER_SN_UNSUPPORTED_ADMINISTRATOR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
deactivate$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
DEACTIVATED_PORTLET - Static variable in interface com.appiancorp.suiteapi.portal.PortletService
Deprecated.
A constant used to indicate only deactivated portlets will be included from portlet searches
deactivateTypes(Long[]) - Method in interface com.appiancorp.suiteapi.type.TypeService
Deactivates each of the specified types, if possible.
deactivateTypes$UPDATES - Static variable in interface com.appiancorp.suiteapi.type.TypeService
 
deactivateUser(String) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Deactivates the given User.
deactivateUser$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
deactivateUsers(String[]) - Method in interface com.appiancorp.suiteapi.personalization.UserService
Deactivates the given Users.
deactivateUsers$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.UserService
 
deactivateVersion(Long, Integer, Boolean) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deactivates specified version of the given content item.
deactivateVersion$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
deactivateVersions(Long, Integer[], Boolean) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deactivates specified version(s) of the given content item.
deactivateVersions$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
Deadline - Class in com.appiancorp.suiteapi.process
 
Deadline() - Constructor for class com.appiancorp.suiteapi.process.Deadline
 
DEBUG - Enum constant in enum class com.appiancorp.suiteapi.process.test.Controller.LogLevel
 
DECIMAL_VALUE_LIMIT_EXCEED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
DECISION_BETWEEN_BOUNDS_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_DEFINITION_NOT_UNIQUE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_EXEC_RUNTIME_VALUE_REQUIRED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_FROM_BOUNDS_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_GENERIC_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_INPUT_BOUNDS_TOO_CLOSE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_INPUT_EXPR_CHAR_LENGTH_INVALID - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_INPUT_EXPR_DUPLICATE_VALUES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_INPUT_EXPR_EMPTY_LIST - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_INPUT_EXPR_INCORRECT_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_INPUT_LITERAL_DUPLICATE_VALUES - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_INPUT_NULL_OR_EMPTY_VALUE_NOT_ALLOWED - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECISION_TABLE - Static variable in interface com.appiancorp.suiteapi.type.AppianType
Deprecated.
DECISION_TABLE_DUPLICATED_DECISION_TABLE_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
ErrorCode for unreleased Decision Table feature
DECISION_TABLE_DUPLICATED_INPUT_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
ErrorCode for unreleased Decision Table feature
DECISION_TABLE_INVALID_CONDITION_DEFINITION - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
ErrorCode for unreleased Decision Table feature
DECISION_TABLE_INVALID_DECISION_TABLE_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
ErrorCode for unreleased Decision Table feature
DECISION_TABLE_INVALID_INPUT_NAME - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
ErrorCode for unreleased Decision Table feature
DECISION_TABLE_INVALID_RULE_INPUT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
ErrorCode for unreleased Decision Table feature
DECISION_TABLE_OPERATOR_TYPE_MISMATCH - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
Deprecated.
ErrorCode for unreleased Decision Table feature
decodeParameters(HttpServletRequest) - Static method in class com.appiancorp.common.appianwebmvc.BaseAction
Deprecated.
Decodes the parameters from the request and returns them in the Map.
decodePeopleObjects(LocalObject[]) - Static method in class com.appiancorp.suiteapi.process.TypedVariableUtils
Decodes people objects from a local object array
decrypt(TypedValue) - Method in interface com.appiancorp.suiteapi.encryption.EncryptionService
Decrypts an AppianType.ENCRYPTED_TEXT value.
DECRYPT_OPAQUE_URL_ERROR - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DECRYPTED_TEXT - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
decryptFromString(String) - Method in interface com.appiancorp.suiteapi.encryption.EncryptionService
 
DecryptionException - Exception in com.appiancorp.suiteapi.common.exceptions
Runtime exception thrown when an attempt at text decryption throws an exception.
DecryptionException() - Constructor for exception com.appiancorp.suiteapi.common.exceptions.DecryptionException
 
DecryptionException(Throwable) - Constructor for exception com.appiancorp.suiteapi.common.exceptions.DecryptionException
 
DeepCloneable - Interface in com.appiancorp.suiteapi.common
This marker interface identifiers a class that supports the clone method with deep copy semantics, rather than shallow copy semantics.
DEFAULT_BATCH_SIZE - Static variable in class com.appiancorp.suiteapi.portal.portlets.groupmessage.GroupMessage
Deprecated.
 
DEFAULT_BATCH_SIZE - Static variable in class com.appiancorp.suiteapi.process.analytics2.ReportData
Default number of results to return per page in the report.
DEFAULT_BOLD - Static variable in class com.appiancorp.suiteapi.process.gui.Label
The default bold status for this Label.
DEFAULT_BUFFER_SIZE - Static variable in interface com.appiancorp.suiteapi.common.XMLable
Deprecated.
use the default StringBuilder constructor or one adjusted directly to the known size
DEFAULT_CALENDAR_ID - Static variable in class com.appiancorp.suiteapi.process.calendar.WorkingCalendar
 
DEFAULT_COMPLETION - Static variable in class com.appiancorp.suiteapi.process.AbstractProcessModel
Constant indicating the default time instances of each model are expected to take to complete.
DEFAULT_COMPLETION - Static variable in class com.appiancorp.suiteapi.process.AbstractProcessNode
The default time, in days, in which each node should complete.
DEFAULT_EMAIL_ATTACHMENT_FOLDER_ID - Static variable in class com.appiancorp.suiteapi.messaging.MessagingProperties
The default e-mail attachments folder ID (the Temporary Documents folder).
DEFAULT_EMAIL_ATTACHMENT_FOLDER_NAME - Static variable in class com.appiancorp.suiteapi.messaging.MessagingProperties
The name of the e-mail attachments folder ID (Temporary Documents by default).
DEFAULT_EXPIRATION_DAYS - Static variable in class com.appiancorp.suiteapi.portal.portlets.groupmessage.GroupMessage
Deprecated.
 
DEFAULT_FONT_COLOR - Static variable in class com.appiancorp.suiteapi.process.gui.Label
The default font color for this Label.
DEFAULT_FONT_FAMILY - Static variable in class com.appiancorp.suiteapi.process.gui.Label
The default font family for this Label.
DEFAULT_FONT_SIZE - Static variable in class com.appiancorp.suiteapi.process.gui.Label
 
DEFAULT_ITALICS - Static variable in class com.appiancorp.suiteapi.process.gui.Label
The default italics status for this Label.
DEFAULT_LAG - Static variable in class com.appiancorp.suiteapi.process.AbstractProcessNode
The default log, in days, in which ecah node should complete.
DEFAULT_OBJECT_TYPE - Static variable in class com.appiancorp.suiteapi.process.Connection
 
DEFAULT_OPTION - Static variable in class com.appiancorp.common.query.Facet
 
DEFAULT_SIZE_FOR_MAX_JSON_BYTE_SIZE - Static variable in class com.appiancorp.suiteapi.process.history.options.AuditHistoryOptions
Default size for maximum JSON byte size of a single process history row, by default at Long.MAX_VALUE to indicate no maximum.
DEFAULT_SIZE_FOR_MAXIMUM_TRANSIENT_BATCH_SIZE - Static variable in class com.appiancorp.suiteapi.process.history.options.AuditHistoryOptions
 
DEFAULT_UNDERLINE - Static variable in class com.appiancorp.suiteapi.process.gui.Label
The default underline status for this Label.
DEFAULT_VALUE_DUPLICATE_VALUE_PARAMETERS - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DEFAULT_VALUE_NO_DEFAULT_PARAMETER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DEFAULT_VALUE_NO_VALUE_PARAMETER - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
defaultDuration - Variable in class com.appiancorp.suiteapi.process.test.Controller
 
defaultOption(String) - Method in class com.appiancorp.common.query.GenericFacet.GenericFacetBuilder
 
defaultOption(String) - Method in class com.appiancorp.common.query.TypedValueFacet.TypedValueFacetBuilder
 
defaultOptions(List<String>) - Method in class com.appiancorp.common.query.GenericFacet.GenericFacetBuilder
 
defaultOptions(List<String>) - Method in class com.appiancorp.common.query.TypedValueFacet.TypedValueFacetBuilder
 
DefaultPortletIxHelper - Class in com.appiancorp.suiteapi.ix.data.portlet
 
DefaultPortletIxHelper() - Constructor for class com.appiancorp.suiteapi.ix.data.portlet.DefaultPortletIxHelper
 
defaultTimeUnit - Variable in class com.appiancorp.suiteapi.process.test.Controller
 
defaultValue() - Element in annotation interface com.appiancorp.suiteapi.process.framework.Input
The String representation of the default value of the input.
DEFERRED - Static variable in class com.appiancorp.suiteapi.process.TypeDescriptor
Deprecated.
 
DEFERRED - Static variable in interface com.appiancorp.suiteapi.type.AppianType
 
DEFINITION_JSR168 - Static variable in class com.appiancorp.suiteapi.portal.PortletType
Deprecated.
 
DEFINITION_KEY - Static variable in class com.appiancorp.suiteapi.rules.FreeformRule
 
DEFINITION_WSRP - Static variable in class com.appiancorp.suiteapi.portal.PortletType
Deprecated.
 
definition$TRANSIENT - Static variable in class com.appiancorp.suiteapi.rules.FreeformRule
 
delete(TypedValue, TypedValue[]) - Method in interface com.appiancorp.suiteapi.type.TypeService
Delete a value at indices from data.
delete(Long) - Method in interface com.appiancorp.suiteapi.applications.ApplicationService
Deletes the specified application.
delete(Long[]) - Method in interface com.appiancorp.suiteapi.applications.ApplicationService
Deletes the specified applications.
delete(Long[], Boolean) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deletes all versions of the given content item.
delete(Long, Boolean) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deletes all versions of the given content item.
DELETE_COMMUNITY_INVALID_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DELETE_CONTENT - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DELETE_DOCUMENT_INVALID_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DELETE_FOLDER_INVALID_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DELETE_KC_INVALID_TYPE - Static variable in class com.appiancorp.suiteapi.common.exceptions.ErrorCode
 
DELETE_PORTLET - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
A constant representing the deletion of a portlet
delete$UPDATES - Static variable in interface com.appiancorp.suiteapi.applications.ApplicationService
 
delete$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
delete$UPDATES - Static variable in interface com.appiancorp.suiteapi.type.TypeService
 
deleteAttribute(Long, String) - Method in interface com.appiancorp.suiteapi.personalization.GroupTypeService
Deletes a single attribute from a given group type The attribute will also be deleted from groups that reference this group type.
deleteAttribute$UPDATES - Static variable in interface com.appiancorp.suiteapi.personalization.GroupTypeService
 
deleteCalendar(Long) - Method in interface com.appiancorp.suiteapi.process.CalendarService
Deletes a calendar
deleteCalendar$UPDATES - Static variable in interface com.appiancorp.suiteapi.process.CalendarService
 
deleteCommunity(Long) - Method in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
Deletes the specified Community
deleteCommunity$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.CommunityService
Deprecated.
 
deleteContent(Long[], Boolean) - Method in interface com.appiancorp.suiteapi.content.ContentService
Deletes the given content items.
deleteContent$UPDATES - Static variable in interface com.appiancorp.suiteapi.content.ContentService
 
deleteContribution(Contribution) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
This functionality is no longer supported and will be removed in the next release.
deleteContribution$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
DELETED - Enum constant in enum class com.appiancorp.suiteapi.autoscale.process.instance.ProcessState
The process has been deleted.
deleteDocument(Long) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Use the method #deactivate(Long, Boolean) instead.
deleteDocument$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
deleteDocuments(Long[]) - Method in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
Use the method #deactivate(Long[], Boolean) instead.
deleteDocuments$UPDATES - Static variable in interface com.appiancorp.suiteapi.collaboration.DocumentService
Deprecated.
 
deleteDraft(Long) - Method in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
Cancels the changes made to the draft for the specified page, and clears the draft.
deleteDraft$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PageService
Deprecated.
 
deleteDraftMini(Long, String) - Method in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
Delete an author's current draft for a given miniwebsite portlet.
deleteDraftMini$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.portlets.miniwebsite.MiniMetadataService
Deprecated.
 
deleteExpiredNotifications() - Method in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
Deletes all expired notifications for the current user
deleteExpiredNotifications$UPDATES - Static variable in interface com.appiancorp.suiteapi.portal.PortalNotificationService
Deprecated.
 
deleteFolder(Long) - Method in interface com.appiancorp.suiteapi.collaboration.FolderService
Deprecated.
Deletes a folder
deleteFolder(Long) - Method in interface com.appiancorp.suiteapi.portal.portlets.links.LinksService
Deprecated.
Delete a Folder.
deleteFolder(Long) - Method in interface com.appiancorp.suiteapi.process.ProcessDesignService
deleteFolder$UPDATES - Static variable in interface com.a