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

A

AbstractCustomAction - Class in com.ibm.openpages.api.workflow.actions
 
AbstractCustomAction(IWFOperationContext, List<IWFCustomProperty>) - Constructor for class com.ibm.openpages.api.workflow.actions.AbstractCustomAction
 
AbstractEvent - Class in com.ibm.openpages.api.trigger.events
Base class for event.
AbstractEvent(TriggerEventType, TriggerPositionType, Context) - Constructor for class com.ibm.openpages.api.trigger.events.AbstractEvent
Default constructor
AbstractEventHandler - Class in com.ibm.openpages.api.trigger
Base abstract class for event handlers.
AbstractEventHandler() - Constructor for class com.ibm.openpages.api.trigger.AbstractEventHandler
Default constructor
AbstractEventHandler(Map<String, String>) - Constructor for class com.ibm.openpages.api.trigger.AbstractEventHandler
Constructor with the Map of all attributes of the event handler.
AbstractResourceEvent - Class in com.ibm.openpages.api.trigger.events
Base class for events that involve Resource objects.
AbstractResourceEvent(TriggerEventType, TriggerPositionType, Context) - Constructor for class com.ibm.openpages.api.trigger.events.AbstractResourceEvent
Default constructor
AbstractResourceEvent(TriggerEventType, IResource, TriggerPositionType, Context) - Constructor for class com.ibm.openpages.api.trigger.events.AbstractResourceEvent
Constructor for resource event with the resource provided.
AbstractResourceOperationEvent - Class in com.ibm.openpages.api.trigger.events
Base class for event type that involves resource operations on multiple objects such as copy, associate and disassociate.
AbstractResourceOperationEvent(TriggerEventType, TriggerPositionType, Context) - Constructor for class com.ibm.openpages.api.trigger.events.AbstractResourceOperationEvent
 
AbstractRule - Class in com.ibm.openpages.api.trigger
Base class for Rules.
AbstractRule() - Constructor for class com.ibm.openpages.api.trigger.AbstractRule
Default Constructor
AbstractRule(Map<String, String>) - Constructor for class com.ibm.openpages.api.trigger.AbstractRule
 
AccessDeniedException - Exception in com.ibm.openpages.api
Thrown to indicate that the user does not have permission to perform the action.
AccessDeniedException() - Constructor for exception com.ibm.openpages.api.AccessDeniedException
Constructs a new AccessDeniedException with null as its detail message.
AccessDeniedException(String) - Constructor for exception com.ibm.openpages.api.AccessDeniedException
Constructs a new AccessDeniedException with the specified detail message.
AccessDeniedException(String, Throwable) - Constructor for exception com.ibm.openpages.api.AccessDeniedException
Constructs a new AccessDeniedException with the specified detail message and cause.
AccessDeniedException(Throwable) - Constructor for exception com.ibm.openpages.api.AccessDeniedException
Constructs a new AccessDeniedException with the specified cause and a detail message of (cause==null ? null : cause.toString()), which typically contains the class and detail message of cause.
AccessDeniedException(ErrorCode, List<Object>, Throwable) - Constructor for exception com.ibm.openpages.api.AccessDeniedException
Constructs a new AccessDeniedException with the OpenPages Error Message as its detail message for the specified code and cause.
ACTION_COMMENT_IS_REQUIRED - Static variable in exception com.ibm.openpages.api.workflow.WFException
 
ACTION_FAILURE - Static variable in exception com.ibm.openpages.api.workflow.WFException
 
ACTION_PERMISSION_NOT_GRANTED - Static variable in exception com.ibm.openpages.api.workflow.WFException
 
ACTIVITY_NAME_NOT_UNIQUE - Static variable in exception com.ibm.openpages.api.workflow.WFException
 
addAction(ITBRuleAction) - Method in interface com.ibm.openpages.api.rule.ITBRuleDefinition
Add an action to the rule
addActivity(IWFActivity) - Method in interface com.ibm.openpages.api.workflow.IWFProcessDefinition
Adds an activity
addAttachment(IAttachment) - Method in interface com.ibm.openpages.api.questionnaire.IQuestionnaire
Add an attachment to the assessment.
addChildrenType(ITypeDefinition) - Method in class com.ibm.openpages.api.application.CopyObjectOptions
Adds a single Object Type to the explicit list of Object Types to include in the copyToParent operation.
addChildrenType(ITypeDefinition) - Method in class com.ibm.openpages.api.application.MoveObjectOptions
Adds a single Object Type to the explicit list of Object Types to include in the moveGRCObject operation.
addComment(IComment) - Method in interface com.ibm.openpages.api.questionnaire.IQuestionnaire
Add a comment to the assessment.
addCondition(DeletedResourceFilter.FilterCondition) - Method in class com.ibm.openpages.api.resource.DeletedResourceFilter
Add a condition.
addCondition(IWFSearchCondition) - Method in interface com.ibm.openpages.api.workflow.IWFBaseFindOptions
Add a search condition
addController(IControllerQuestionMap.ControllerType, String, Set<String>) - Method in interface com.ibm.openpages.api.questionnaire.IQuestionDependency
Adds a new controller to the dependency.
addEvaluationResult(WFEvalResult) - Method in class com.ibm.openpages.api.workflow.WFConditionReport
 
addFlsRule(IFLSRule) - Method in interface com.ibm.openpages.api.configuration.IRLSTypeDefinitionRules
Adds the IFLSRule to this typedefinition.
addMember(ISecurityPrincipal) - Method in interface com.ibm.openpages.api.security.IGroup
Adds a group member.
addObjectId(Id) - Method in class com.ibm.openpages.api.workflow.WFEvalResult
 
addObjectNameToPath(String) - Static method in class com.ibm.openpages.api.resource.util.ResourceUtil
Adds an object name to the path, for example: input: /Company ABC/AsiaPac output: /Company ABC/AsiaPac/AsiaPac See unit test for more details.
addPostAction(IWFAction) - Method in interface com.ibm.openpages.api.workflow.IWFActivity
Append an action to the list of post-actions.
addPreAction(IWFAction) - Method in interface com.ibm.openpages.api.workflow.IWFActivity
Append an action to the list of pre-actions.
addProcessType(Id) - Method in class com.ibm.openpages.api.process.ProcessQueryOptions
Add a process type id of querying processes.
addProperty(String, Object) - Method in interface com.ibm.openpages.api.rule.ITBRuleAction
Add a property to the property list.
addProperty(IWFCustomProperty) - Method in interface com.ibm.openpages.api.workflow.actions.IWFCustomActionDef
Adds a property to the action.
addQuestion(IQuestion) - Method in interface com.ibm.openpages.api.questionnaire.IQuestionnaire
Add a question to the questionnaire.
addRule(IRLSRule) - Method in interface com.ibm.openpages.api.configuration.IRLSTypeDefinitionRules
Adds the IRLSRule to this typedefinition.
addSection(ISection) - Method in interface com.ibm.openpages.api.questionnaire.IQuestionnaire
Add a section to the questionnaire.
addStatus(ProcessStatus) - Method in class com.ibm.openpages.api.process.ProcessQueryOptions
Add a process status of querying processes.
addTransition(IWFTransition) - Method in interface com.ibm.openpages.api.workflow.IWFActivity
Append a transition to the list
addTypeAssociationToHonor(TypeAssociationToHonor) - Method in class com.ibm.openpages.api.application.CopyObjectOptions
Add a single TypeAssociationToHonor object that need to be honored during the copy operation
addValue(Date) - Method in interface com.ibm.openpages.api.workflow.IWFSearchInCondition
 
addValue(int) - Method in interface com.ibm.openpages.api.workflow.IWFSearchInCondition
 
addValue(String) - Method in interface com.ibm.openpages.api.workflow.IWFSearchInCondition
 
anonymizeUser(Id, String) - Method in interface com.ibm.openpages.api.service.ISecurityService
Anonymize the specified user attributes from OpenPages security system.
AnswerType - Enum in com.ibm.openpages.api.questionnaire
Enum for various IQuestion answer types supported by the API.
appendEnumAnswer(String, int, boolean, String, Integer, List<String>) - Method in interface com.ibm.openpages.api.resource.IEnumAnswersField
Adds new enum answer to the end of the enumerated answers list.
applyRLSRules() - Method in interface com.ibm.openpages.api.service.IConfigurationService
Apply Rules
assignRole(IUser, IRoleTemplate, IFolder) - Method in interface com.ibm.openpages.api.service.ISecurityService
Assigns role to specified user for the given folder.
assignRole(IGroup, IRoleTemplate, IFolder) - Method in interface com.ibm.openpages.api.service.ISecurityService
Assigns role to specified group for the given folder.
assignRoles(IUser, List<IRoleTemplate>, List<IFolder>) - Method in interface com.ibm.openpages.api.service.ISecurityService
Assigns each of the roles in the roleTemplates list to a specified user in each of the folders.
assignRoles(IGroup, List<IRoleTemplate>, List<IFolder>) - Method in interface com.ibm.openpages.api.service.ISecurityService
Assigns each of the roles in the roleTemplates list to specified group in each of the folders.
associate(Id, List<Id>, List<Id>) - Method in interface com.ibm.openpages.api.service.IResourceService
Associate a list of parents, children to a given object.
associateProfilesToUser(Id, List<Id>) - Method in interface com.ibm.openpages.api.service.IConfigurationService
Associates a list of profiles to a user.
AssociateResourceEvent - Class in com.ibm.openpages.api.trigger.events
Represents the event type to associate resource objects.
AssociateResourceEvent(Id, List<Id>, TriggerPositionType, Context) - Constructor for class com.ibm.openpages.api.trigger.events.AssociateResourceEvent
Constructor for single parent.
AssociateResourceEvent(List<Id>, Id, TriggerPositionType, Context) - Constructor for class com.ibm.openpages.api.trigger.events.AssociateResourceEvent
Constructor for multiple parents.
associateUsersToProfile(Id, List<Id>) - Method in interface com.ibm.openpages.api.service.IConfigurationService
Associates a list of users to a profile.
AssociationFilter - Class in com.ibm.openpages.api.resource
Filtering class for Association.
AssociationFilter() - Constructor for class com.ibm.openpages.api.resource.AssociationFilter
 
ATTACHMENT - Static variable in interface com.ibm.openpages.api.resource.IEnumAnswer
Required evidence type for attachment
ATTR_DEFAULT - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
The isDefault attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) The value for the condition has to be either "true" or "false"
ATTR_DESCRIPTION - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
The description attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
ATTR_ENABLED - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
The isEnabled attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) The value for the condition has to be either "true" or "false"
ATTR_HAS_DRAFT - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
The hasDraft attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) The value for the condition has to be either "true" or "false"
ATTR_HAS_PUBLISHED - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
The hasPublished attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) The value for the condition has to be either "true" or "false"
ATTR_ID - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
ATTR_NAME - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
ATTR_OBJECT_TYPE_ID - Static variable in interface com.ibm.openpages.api.respview.IRespView
The object type ID attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
ATTR_OBJECT_TYPE_LABEL - Static variable in interface com.ibm.openpages.api.respview.IRespView
The object type label attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
ATTR_OBJECT_TYPE_NAME - Static variable in interface com.ibm.openpages.api.respview.IRespView
The object type name attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
ATTR_PROFILE_ID - Static variable in interface com.ibm.openpages.api.respview.IDashboardView
The object profile ID attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
ATTR_PROFILE_NAME - Static variable in interface com.ibm.openpages.api.respview.IDashboardView
The object profile name attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
ATTR_SUPPLIED_BY_VENDOR - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
The isSuppliedByVendor attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) The value for the condition has to be either "true" or "false"
ATTR_TYPE - Static variable in interface com.ibm.openpages.api.respview.IRespViewContainer
The type attribute that is used by the condition/sorting for IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) The value for the condition has to be a string representation of RespViewType
AuditLogFilter - Class in com.ibm.openpages.api.audit
Filtering class for AuditLog.
AuditLogFilter() - Constructor for class com.ibm.openpages.api.audit.AuditLogFilter
 
A B C D E F G H I K L M N O P Q R S T U V W 

Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2019. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.