B C F G H I P S T V

B

BPMException - Exception in com.sap.bpm.exception.api
This is the base exception for all BPM related exceptions.
BPMException(String) - Constructor for exception com.sap.bpm.exception.api.BPMException
 
BPMException(Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMException
 
BPMException(String, Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMException
 
BPMFactory - Class in com.sap.bpm.api
Main access point for the SAP Netweaver BPM Process and Task Management Facade.
BPMIllegalAccessException - Exception in com.sap.bpm.exception.api
This exception indicates an illegal access, most likely caused by missing authorization.
BPMIllegalAccessException(String, Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalAccessException
 
BPMIllegalAccessException(String) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalAccessException
 
BPMIllegalAccessException(Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalAccessException
 
BPMIllegalArgumentException - Exception in com.sap.bpm.exception.api
This exception indicates that the method has been called with an invalid parameter.
BPMIllegalArgumentException(String, Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalArgumentException
 
BPMIllegalArgumentException(String) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalArgumentException
 
BPMIllegalArgumentException(Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalArgumentException
 
BPMIllegalOperationException - Exception in com.sap.bpm.exception.api
This exception indicates that the operation is not applicable to the given object.
BPMIllegalOperationException(String, Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalOperationException
 
BPMIllegalOperationException(String) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalOperationException
 
BPMIllegalOperationException(Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalOperationException
 
BPMIllegalStateException - Exception in com.sap.bpm.exception.api
This exception indicates that the given object is in an invalid state for this operation.
BPMIllegalStateException(String, Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalStateException
 
BPMIllegalStateException(String) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalStateException
 
BPMIllegalStateException(Throwable) - Constructor for exception com.sap.bpm.exception.api.BPMIllegalStateException
 

C

claim(URI) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Claims responsibility for the task, i.e. sets the task to status Reserved
com.sap.bpm.api - package com.sap.bpm.api
Provides the central access point for the SAP Netweaver BPM Process and Task Management Facade.
com.sap.bpm.exception.api - package com.sap.bpm.exception.api
Provides the Exceptions that can be thrown by the SAP Netweaver BPM Process and Task Management Facade.
com.sap.bpm.pm.api - package com.sap.bpm.pm.api
Proivdes classes for getting and manipulating processes.
com.sap.bpm.tm.api - package com.sap.bpm.tm.api
Proivdes classes for getting and manipulating tasks.
complete(URI, DataObject) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Completes the execution of the task, i.e. sets the task to status Completed
completeByTimeExists() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 
createDataObjectForStartEvent(ProcessStartEvent) - Method in interface com.sap.bpm.pm.api.ProcessStartManager
Creates a DataObject for the start event which can be used to pass input data.

F

fail(URI, Fault) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Lets the execution of the task fail with the specified fault.
Fault - Interface in com.sap.bpm.tm.api
Represents the cause for a failure of a task.

G

generateTaskExecutionUrl(URI) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Generates the URL pointing to the default Task Execution UI for the specified task instance id.
getActivationTime() - Method in interface com.sap.bpm.tm.api.TaskAbstract
Activation time (UTC)
getActiveProcessDefinition(String, String, String) - Method in interface com.sap.bpm.pm.api.ProcessDefinitionManager
Returns the active ProcessDefinition for the given vendor name, development component name, process name.
getActiveProcessDefinitions() - Method in interface com.sap.bpm.pm.api.ProcessDefinitionManager
Returns a Set of all active ProcessDefinition deployed on the server.
getActualOwner() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getBusinessAdministrators() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getCompleteByTime() - Method in interface com.sap.bpm.tm.api.TaskAbstract
Completion deadline (UTC)
getCreatedTime() - Method in interface com.sap.bpm.tm.api.TaskAbstract
Creation time (UTC)
getDefintionId() - Method in interface com.sap.bpm.tm.api.TaskAbstract
The task definition id
getEndDate() - Method in interface com.sap.bpm.pm.api.ProcessInstance
Returns the end date of the ProcessInstance (UTC).
getExpirationTime() - Method in interface com.sap.bpm.tm.api.TaskAbstract
Expiration time (UTC)
getFaultData() - Method in interface com.sap.bpm.tm.api.Fault
Returns the fault data object
getFaults() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getHelperContextForStartEvent(ProcessStartEvent) - Method in interface com.sap.bpm.pm.api.ProcessStartManager
Returns the HelperContext for the given start event.
getId() - Method in interface com.sap.bpm.pm.api.ProcessDefinition
Returns a unique identifier for the ProcessDefinition.
getId() - Method in interface com.sap.bpm.pm.api.ProcessInstance
Returns the unique identifier of the ProcessInstance.
getId() - Method in interface com.sap.bpm.pm.api.ProcessStartEvent
Returns a unique identifier for the start event.
getId() - Method in interface com.sap.bpm.tm.api.TaskAbstract
The task instance id
getInputDataObject() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getMyTaskAbstracts(Set<Status>) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Returns the set of instances of TaskAbstract for the logged in user and for the specified task statuses.
getName() - Method in interface com.sap.bpm.pm.api.ProcessDefinition
Returns the name of the ProcessDefinition.
getName() - Method in interface com.sap.bpm.pm.api.ProcessInstance
Returns the name of the the ProcessInstance.
getName() - Method in interface com.sap.bpm.tm.api.Fault
Returns the fault name
getName() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 
getNotificationRecipients() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getOutputDataObject() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getPotentialOwners() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getPresentationName() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 
getPresentationSubject() - Method in interface com.sap.bpm.pm.api.ProcessInstance
Returns the presentation subject of the ProcessInstance.
getPresentationSubject() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 
getPriority() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 
getProcessDefinition(URI) - Method in interface com.sap.bpm.pm.api.ProcessDefinitionManager
Returns the active ProcessDefinition for the given process definition ID in the specified Locale.
getProcessDefinitionManager() - Static method in class com.sap.bpm.api.BPMFactory
Provides access to the ProcessDefinitionManager
getProcessInstance(URI) - Method in interface com.sap.bpm.pm.api.ProcessInstanceManager
Returns the ProcessInstance for the given process instance ID.
getProcessInstanceManager() - Static method in class com.sap.bpm.api.BPMFactory
Provides access to the ProcessInstanceManager
getProcessStartEvents(URI) - Method in interface com.sap.bpm.pm.api.ProcessStartManager
Returns a set of ProcessStartEvent for the given process definition ID.
getProcessStartManager() - Static method in class com.sap.bpm.api.BPMFactory
Provides access to the ProcessStartManager
getStartByTime() - Method in interface com.sap.bpm.tm.api.TaskAbstract
Start deadline (UTC)
getStartDate() - Method in interface com.sap.bpm.pm.api.ProcessInstance
Returns the date when the ProcessInstance was started (UTC).
getStatus() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 
getSubject() - Method in interface com.sap.bpm.pm.api.ProcessInstance
Returns the subject of the the ProcessInstance.
getTaskAbstract(URI) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Returns an abstract of the task with the given task instance id
getTaskDetail(URI) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Returns the details of the task with the given task instance id.
getTaskInitiator() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getTaskInstanceManager() - Static method in class com.sap.bpm.api.BPMFactory
Provides access to the TaskInstanceManager
getTaskStakeholders() - Method in interface com.sap.bpm.tm.api.TaskDetail
 
getTaskType() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 

H

hasPotentialOwners() - Method in interface com.sap.bpm.tm.api.TaskDetail
 

I

isEscalated() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 

P

Priority - Enum in com.sap.bpm.tm.api
Represents a task priority
ProcessDefinition - Interface in com.sap.bpm.pm.api
Represents one version of a process model in the process repository of SAP Netweaver Business Process Management.
ProcessDefinitionManager - Interface in com.sap.bpm.pm.api
Central access point for getting ProcessDefinition objects.
ProcessInstance - Interface in com.sap.bpm.pm.api
Represents an instance of a ProcessDefinition in the process repository of SAP Netweaver Business Process Management.
ProcessInstanceManager - Interface in com.sap.bpm.pm.api
Central access point for getting and handling process instances.
ProcessStartEvent - Interface in com.sap.bpm.pm.api
Represents a start point of a process.
ProcessStartManager - Interface in com.sap.bpm.pm.api
Central access point for starting processes.

S

start(URI) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Starts the execution of the task, i.e. sets the task to status InProgress.
startByTimeExists() - Method in interface com.sap.bpm.tm.api.TaskAbstract
 
startProcess(ProcessStartEvent, DataObject) - Method in interface com.sap.bpm.pm.api.ProcessStartManager
Starts the process for the given ProcessStartEvent with the data passed as input.
Status - Enum in com.sap.bpm.tm.api
Represents a task status as defined in the WS-HT standard.
stop(URI) - Method in interface com.sap.bpm.tm.api.TaskInstanceManager
Stops the execution of the task and sets the task status back to Reservered.

T

TaskAbstract - Interface in com.sap.bpm.tm.api
A basic representation of a task instance suitable to populate a task list.
TaskDetail - Interface in com.sap.bpm.tm.api
A detailed representation of a task instance suitable to operate upon.
TaskInstanceManager - Interface in com.sap.bpm.tm.api
Central access point for getting and manipulating task instances.

V

valueOf(String) - Static method in enum com.sap.bpm.tm.api.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.bpm.tm.api.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sap.bpm.tm.api.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.bpm.tm.api.Status
Returns an array containing the constants of this enum type, in the order they are declared.

B C F G H I P S T V

Copyright 2011 SAP AG Complete Copyright Notice