Index
All Classes|All Packages
O
- OAuth - Interface in com.ebasetech.xi.api
 - 
Interface OAuth represents the implementation required for OAuth 2.0 authentication.
 - OAUTH_AUTHENTICATION - Static variable in interface com.ebasetech.xi.services.Authentication
 - OAuthAuthentication - Class in com.ebasetech.xi.services.auth
 - 
OAuth 2.0 Authentication holding the name of the configured OAuth configuration on the Ebase server.
 - OAuthAuthentication() - Constructor for class com.ebasetech.xi.services.auth.OAuthAuthentication
 - OAuthTokens - Interface in com.ebasetech.xi.api
 - 
Interface OAuthTokens contains the access token and the refresh token required for OAuth authentication.
 - ObjectServices - Class in com.ebasetech.xi.services
 - ObjectServices() - Constructor for class com.ebasetech.xi.services.ObjectServices
 - open(String, String, String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
 - 
Starts a new job on an existing process, defining the owner of the job
 - open(String, String, String, Map, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
 - 
Starts a new job on an existing process, supplying the input parameters
 - openedJobs(String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
 - 
Answer the list of currently executing Jobs that were opened by the defined user.
 - openJob(String, Map<String, Object>) - Method in interface com.ebasetech.xi.api.Workflow
 - 
This is equivalent to calling
openJob(processName, parameters, null, null). - openJob(String, Map<String, Object>, String, String) - Method in interface com.ebasetech.xi.api.Workflow
 - 
Opens a new workflow job for the process with name
processNameand passes any parameters to the new job as process attribute values. - openJobAndCompleteFirstTask(String, String) - Method in interface com.ebasetech.xi.api.Workflow
 - 
This is equivalent to calling
openJobAndCompleteFirstTask(processName, firstTaskId, null, null, null). - openJobAndCompleteFirstTask(String, String, String, String, String) - Method in interface com.ebasetech.xi.api.Workflow
 - 
Opens a new workflow job for the process with name
processNameand completes the first task designated byfirstTaskIdwith completion statecompletionState. - openJobAndCompleteFirstTask(String, String, String, String, String, Map, Map, String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
 - 
Starts a new job on an existing process and signals that the first interactive task, which must be uniquely determinable, has been completed with the supplied completion state.
 - openTask(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
 - 
Open an assigned task.
 - openTask(String, String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
 - 
Open an assigned task.
 - openTaskAndGotoForm(String) - Method in interface com.ebasetech.xi.api.Workflow
 - 
This is equivalent to calling
openTaskAndGotoForm(taskId, null). - openTaskAndGotoForm(String, String) - Method in interface com.ebasetech.xi.api.Workflow
 - 
Terminates execution of the current form, opens an interactive task and starts the Ebase form associated with the task.
 - options(String) - Static method in class com.ebasetech.xi.services.RestServices
 - 
Performs a REST HTTP OPTIONS call and returns the HTTP response code.
 - options(String, Authentication) - Static method in class com.ebasetech.xi.services.RestServices
 - 
Performs a REST HTTP OPTIONS call and returns the HTTP response code.
 - options(String, Authentication, RestOptions) - Static method in class com.ebasetech.xi.services.RestServices
 - 
Performs a REST HTTP OPTIONS call and returns the HTTP response code.
 
All Classes|All Packages