- 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_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
-
- 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.
- 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.
- 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(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
-
- 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
- AuditLogFilter - Class in com.ibm.openpages.api.audit
-
Filtering class for AuditLog.
- AuditLogFilter() - Constructor for class com.ibm.openpages.api.audit.AuditLogFilter
-