ApiResponse<Void> |
SignalApi.broadcastSignalWithHttpInfo(Signal body) |
Broadcast BPM signal events
Similar to broadcastSignal but it also returns the http response headers .
|
ApiResponse<ApplicationMenu> |
ApplicationMenuApi.createApplicationMenuWithHttpInfo(ApplicationMenuCreateRequest applicationMenuCreateRequest) |
New application menu item
Similar to createApplicationMenu but it also returns the http response headers .
|
ApiResponse<ApplicationPage> |
ApplicationPageApi.createApplicationPageWithHttpInfo(ApplicationPageCreateRequest body) |
Create an application page
Similar to createApplicationPage but it also returns the http response headers .
|
ApiResponse<CustomUserDefinition> |
CustomUserDefinitionApi.createCustomUserDefinitionWithHttpInfo(CustomUserDefinitionCreateRequest body) |
Create the CustomUserDefinition
Similar to createCustomUserDefinition but it also returns the http response headers .
|
ApiResponse<Group> |
GroupApi.createGroupWithHttpInfo(GroupCreateRequest body) |
Create the Group
Similar to createGroup but it also returns the http response headers .
|
ApiResponse<ManualTask> |
ManualTaskApi.createManualTaskWithHttpInfo(ManualTaskCreateRequest body) |
Create the ManualTask
Similar to createManualTask but it also returns the http response headers .
|
ApiResponse<Membership> |
MembershipApi.createMembershipWithHttpInfo(MembershipCreateRequest body) |
Create the Membership
Similar to createMembership but it also returns the http response headers .
|
ApiResponse<Void> |
MessageApi.createMessageWithHttpInfo(Message body) |
Send BPM message events
Similar to createMessage but it also returns the http response headers .
|
ApiResponse<Page> |
PageApi.createPageWithHttpInfo(PageCreateRequest body) |
Create the Page
Similar to createPage but it also returns the http response headers .
|
ApiResponse<ProcessInstanceComment> |
ProcessInstanceCommentApi.createProcessInstanceCommentWithHttpInfo(ProcessInstanceCommentCreateRequest body) |
Create the ProcessInstanceComment
Similar to createProcessInstanceComment but it also returns the http response headers .
|
ApiResponse<ProcessInstanceDocument> |
ProcessInstanceDocumentApi.createProcessInstanceDocumentWithHttpInfo(ProcessInstanceDocumentCreateRequest body) |
Create the ProcessInstanceDocument
Similar to createProcessInstanceDocument but it also returns the http response headers .
|
ApiResponse<ProcessInstance> |
ProcessInstanceApi.createProcessInstanceWithHttpInfo(ProcessInstanceCreateRequest body) |
Create the ProcessInstance
Similar to createProcessInstance but it also returns the http response headers .
|
ApiResponse<ProcessSupervisor> |
ProcessSupervisorApi.createProcessSupervisorWithHttpInfo(ProcessSupervisor body) |
Create the ProcessSupervisor
Similar to createProcessSupervisor but it also returns the http response headers .
|
ApiResponse<ProcessDefinition> |
ProcessApi.createProcessWithHttpInfo(ProcessCreateRequest body) |
Create the Process
Similar to createProcess but it also returns the http response headers .
|
ApiResponse<ProfessionalContactData> |
ProfessionalContactDataApi.createProfessionalContactDataWithHttpInfo(ProfessionalContactData body) |
Create the ProfessionalContactData
Similar to createProfessionalContactData but it also returns the http response headers .
|
ApiResponse<ProfileEntry> |
ProfileEntryApi.createProfileEntryWithHttpInfo(ProfileEntryCreateRequest body) |
Create the ProfileEntry
Similar to createProfileEntry but it also returns the http response headers .
|
ApiResponse<ProfileMember> |
ProfileMemberApi.createProfileMemberWithHttpInfo(ProfileMemberCreateRequest body) |
Create the ProfileMember
Similar to createProfileMember but it also returns the http response headers .
|
ApiResponse<Profile> |
ProfileApi.createProfileWithHttpInfo(ProfileCreateRequest body) |
Create the Profile
Similar to createProfile but it also returns the http response headers .
|
ApiResponse<Role> |
RoleApi.createRoleWithHttpInfo(RoleCreateRequest body) |
Create the Role
Similar to createRole but it also returns the http response headers .
|
ApiResponse<Tenant> |
TenantApi.createTenantWithHttpInfo(TenantCreateRequest body) |
Create the Tenant
Similar to createTenant but it also returns the http response headers .
|
ApiResponse<Void> |
ThemeApi.createThemeWithHttpInfo(ThemeCreateRequest body) |
Create the Theme
Similar to createTheme but it also returns the http response headers .
|
ApiResponse<User> |
UserApi.createUserWithHttpInfo(UserCreateRequest body) |
Create the User
Similar to createUser but it also returns the http response headers .
|
ApiResponse<Void> |
ActorMemberApi.deleteActorMemberByIdWithHttpInfo(String id) |
Delete the ActorMember by ID
Similar to deleteActorMemberById but it also returns the http response headers .
|
ApiResponse<Void> |
ApplicationMenuApi.deleteApplicationMenuByIdWithHttpInfo(String id) |
Delete an application menu by ID
Similar to deleteApplicationMenuById but it also returns the http response headers .
|
ApiResponse<Void> |
ApplicationPageApi.deleteApplicationPageByIdWithHttpInfo(String id) |
Delete an application page by ID
Similar to deleteApplicationPageById but it also returns the http response headers .
|
ApiResponse<Void> |
ArchivedProcessInstanceApi.deleteArchivedProcessInstanceByIdWithHttpInfo(String id) |
Delete the ArchivedProcessInstance by ID
Similar to deleteArchivedProcessInstanceById but it also returns the http response headers .
|
ApiResponse<Void> |
ArchivedProcessInstanceDocumentApi.deleteArchivedProcessInstanceDocumentByIdWithHttpInfo(String id) |
Delete the ArchivedProcessInstanceDocument by ID
Similar to deleteArchivedProcessInstanceDocumentById but it also returns the http response headers .
|
ApiResponse<Void> |
BdmAccessControlApi.deleteBDMAccessControlWithHttpInfo() |
Delete the BDM Access Control
Similar to deleteBDMAccessControl but it also returns the http response headers .
|
ApiResponse<Void> |
CustomUserDefinitionApi.deleteCustomUserDefinitionByIdWithHttpInfo(String id) |
Delete the CustomUserDefinition by ID
Similar to deleteCustomUserDefinitionById but it also returns the http response headers .
|
ApiResponse<Void> |
GroupApi.deleteGroupByIdWithHttpInfo(String id) |
Delete the Group by ID
Similar to deleteGroupById but it also returns the http response headers .
|
ApiResponse<Void> |
MembershipApi.deleteMembershipByIdWithHttpInfo(String userId,
String groupId,
String roleId) |
Delete the Membership by ID
Similar to deleteMembershipById but it also returns the http response headers .
|
ApiResponse<Void> |
PageApi.deletePageByIdWithHttpInfo(String id) |
Delete the Page by ID
Similar to deletePageById but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessApi.deleteProcessByIdsWithHttpInfo(List<String> requestBody) |
Delete the Process by IDs
Similar to deleteProcessByIds but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessApi.deleteProcessByIdWithHttpInfo(String id) |
Delete the Process by ID
Similar to deleteProcessById but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessInstanceApi.deleteProcessInstanceByIdsWithHttpInfo(List<String> requestBody) |
Delete the ProcessInstance by batch
Similar to deleteProcessInstanceByIds but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessInstanceApi.deleteProcessInstanceByIdWithHttpInfo(String id) |
Delete the ProcessInstance by ID
Similar to deleteProcessInstanceById but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessInstanceDocumentApi.deleteProcessInstanceDocumentByIdWithHttpInfo(String id) |
Delete the ProcessInstanceDocument by ID
Similar to deleteProcessInstanceDocumentById but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessSupervisorApi.deleteProcessSupervisorByIdWithHttpInfo(List<String> requestBody) |
Delete the ProcessSupervisor by ID
Similar to deleteProcessSupervisorById but it also returns the http response headers .
|
ApiResponse<Void> |
ProfileApi.deleteProfileByIdWithHttpInfo(String id) |
Delete the Profile by ID
Similar to deleteProfileById but it also returns the http response headers .
|
ApiResponse<Void> |
ProfileEntryApi.deleteProfileEntryByIdWithHttpInfo(String id) |
Delete the ProfileEntry by ID
Similar to deleteProfileEntryById but it also returns the http response headers .
|
ApiResponse<Void> |
ProfileMemberApi.deleteProfileMemberByIdWithHttpInfo(String id) |
Delete the ProfileMember by ID
Similar to deleteProfileMemberById but it also returns the http response headers .
|
ApiResponse<Void> |
RoleApi.deleteRoleByIdWithHttpInfo(String id) |
Delete the Role by ID
Similar to deleteRoleById but it also returns the http response headers .
|
ApiResponse<Void> |
TenantApi.deleteTenantByIdWithHttpInfo(String id) |
Delete the Tenant by ID
Similar to deleteTenantById but it also returns the http response headers .
|
ApiResponse<Void> |
UserApi.deleteUserByIdWithHttpInfo(String id) |
Delete the User by ID
Similar to deleteUserById but it also returns the http response headers .
|
ApiResponse<Void> |
UserTaskApi.executeUserTaskWithHttpInfo(String id,
Map<String,Object> body,
Boolean assign) |
Execute the UserTask
Similar to executeUserTask but it also returns the http response headers .
|
ApiResponse<Void> |
UserTaskApi.executeUserTaskWithHttpInfo(String id,
Map<String,Object> body,
Map<String,Object> queryParams) |
Execute the UserTask
Execute the UserTask.
|
ApiResponse<ApplicationMenu> |
ApplicationMenuApi.geApplicationMenuByIdWithHttpInfo(String id) |
Finds a application menu by ID
Similar to geApplicationMenuById but it also returns the http response headers .
|
ApiResponse<Activity> |
ActivityApi.getActivityByIdWithHttpInfo(String id) |
Finds the Activity by ID
Similar to getActivityById but it also returns the http response headers .
|
ApiResponse<ActivityVariable> |
ActivityVariableApi.getActivityVariableByIdWithHttpInfo(String id,
String variableName) |
Finds the ActivityVariable by ID
Similar to getActivityVariableById but it also returns the http response headers .
|
ApiResponse<Actor> |
ActorApi.getActorByIdWithHttpInfo(String id) |
Finds the Actor by ID
Similar to getActorById but it also returns the http response headers .
|
ApiResponse<ActorMember> |
ActorMemberApi.getActorMemberByIdWithHttpInfo(String id) |
Finds the ActorMember by ID
Similar to getActorMemberById but it also returns the http response headers .
|
ApiResponse<ApplicationPage> |
ApplicationPageApi.getApplicationPageByIdWithHttpInfo(String id) |
Finds an application page by ID
Similar to getApplicationPageById but it also returns the http response headers .
|
ApiResponse<ArchivedActivity> |
ArchivedActivityApi.getArchivedActivityByIdWithHttpInfo(String id) |
Finds the Archived Activity by ID
Similar to getArchivedActivityById but it also returns the http response headers .
|
ApiResponse<ArchivedActivityVariable> |
ArchivedActivityVariableApi.getArchivedActivityInstanceVariableWithHttpInfo(String id,
String variableName) |
Finds the ArchivedActivityVariable by case ID and name
Similar to getArchivedActivityInstanceVariable but it also returns the http response headers .
|
ApiResponse<ArchivedFlowNode> |
ArchivedFlowNodeApi.getArchivedFlowNodeByIdWithHttpInfo(String id) |
Finds the ArchivedFlowNode by ID
Similar to getArchivedFlowNodeById but it also returns the http response headers .
|
ApiResponse<ArchivedHumanTask> |
ArchivedHumanTaskApi.getArchivedHumanTaskByIdWithHttpInfo(String id) |
Finds the ArchivedHumanTask by ID
Similar to getArchivedHumanTaskById but it also returns the http response headers .
|
ApiResponse<ArchivedManualTask> |
ArchivedManualTaskApi.getArchivedManualTaskByIdWithHttpInfo(String id) |
Finds the ArchivedManualTask by ID
Similar to getArchivedManualTaskById but it also returns the http response headers .
|
ApiResponse<ArchivedProcessInstance> |
ArchivedProcessInstanceApi.getArchivedProcessInstanceByIdWithHttpInfo(String id) |
Finds the ArchivedProcessInstance by ID
Similar to getArchivedProcessInstanceById but it also returns the http response headers .
|
ApiResponse<List<ArchivedProcessInstanceVariable>> |
ArchivedProcessInstanceVariableApi.getArchivedProcessInstanceVariablesWithHttpInfo(Integer p,
Integer c,
String f) |
Finds ArchivedProcessInstance Variables
Similar to getArchivedProcessInstanceVariables but it also returns the http response headers .
|
ApiResponse<List<ArchivedProcessInstanceVariable>> |
ArchivedProcessInstanceVariableApi.getArchivedProcessInstanceVariablesWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedProcessInstance Variables
Since 2022.1 Finds ArchivedProcessInstance Variables with pagination params and filters
Note, this is equivalent to the other getArchivedProcessInstanceVariables that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<ArchivedTask> |
ArchivedTaskApi.getArchivedTaskByIdWithHttpInfo(String id) |
Finds the ArchivedTask by ID
Similar to getArchivedTaskById but it also returns the http response headers .
|
ApiResponse<ArchivedUserTask> |
ArchivedUserTaskApi.getArchivedUserTaskByIdWithHttpInfo(String id) |
Finds the ArchivedUserTask by ID
Similar to getArchivedUserTaskById but it also returns the http response headers .
|
ApiResponse<ArchivedProcessInstanceVariable> |
ArchivedProcessInstanceVariableApi.getArchivedVariableByProcessInstanceWithHttpInfo(String id,
String variableName) |
Finds an archived Variable by ProcessInstance ID and variable name
Similar to getArchivedVariableByProcessInstance but it also returns the http response headers .
|
ApiResponse<BDMAccessControl> |
BdmAccessControlApi.getBDMAccessControlStatusWithHttpInfo() |
BDM access control status
Similar to getBDMAccessControlStatus but it also returns the http response headers .
|
ApiResponse<Bdm> |
BdmApi.getBdmWithHttpInfo() |
Get the BDM
Similar to getBdm but it also returns the http response headers .
|
ApiResponse<ConnectorFailure> |
ConnectorFailureApi.getConnectorFailureByIdWithHttpInfo(String id) |
Finds the ConnectorFailure by ID
Similar to getConnectorFailureById but it also returns the http response headers .
|
ApiResponse<Map<String,Object>> |
ArchivedProcessInstanceApi.getContextByArchivedProcessInstanceIdWithHttpInfo(String id) |
Finds the Context by ArchivedProcessInstance ID
Similar to getContextByArchivedProcessInstanceId but it also returns the http response headers .
|
ApiResponse<Map<String,Object>> |
ProcessInstanceApi.getContextByProcessInstanceIdWithHttpInfo(String id) |
Finds the Context by ProcessInstance ID
Similar to getContextByProcessInstanceId but it also returns the http response headers .
|
ApiResponse<Map<String,Object>> |
UserTaskApi.getContextByUserTaskIdWithHttpInfo(String id) |
Finds the Context by UserTask ID
Similar to getContextByUserTaskId but it also returns the http response headers .
|
ApiResponse<Contract> |
UserTaskApi.getContractByUserTaskIdWithHttpInfo(String id) |
Finds the Contract by UserTask ID
Similar to getContractByUserTaskId but it also returns the http response headers .
|
ApiResponse<CustomUserDefinition> |
CustomUserDefinitionApi.getCustomUserDefinitionByIdWithHttpInfo(String id) |
Finds the CustomUserDefinition by ID
Similar to getCustomUserDefinitionById but it also returns the http response headers .
|
ApiResponse<FlowNode> |
FlowNodeApi.getFlowNodeByIdWithHttpInfo(String id) |
Finds the FlowNode by ID
Similar to getFlowNodeById but it also returns the http response headers .
|
ApiResponse<Group> |
GroupApi.getGroupByIdWithHttpInfo(String id) |
Finds the Group by ID
Similar to getGroupById but it also returns the http response headers .
|
ApiResponse<HumanTask> |
HumanTaskApi.getHumanTaskByIdWithHttpInfo(String id) |
Finds the HumanTask by ID
Similar to getHumanTaskById but it also returns the http response headers .
|
ApiResponse<ManualTask> |
ManualTaskApi.getManualTaskByIdWithHttpInfo(String id) |
Finds the ManualTask by ID
Similar to getManualTaskById but it also returns the http response headers .
|
ApiResponse<Page> |
PageApi.getPageByIdWithHttpInfo(String id) |
Finds the Page by ID
Similar to getPageById but it also returns the http response headers .
|
ApiResponse<ProfessionalContactData> |
ProfessionalContactDataApi.getPersonalContactDataByIdWithHttpInfo(String userId) |
Finds the PersonalContactData by ID
Similar to getPersonalContactDataById but it also returns the http response headers .
|
ApiResponse<Platform> |
PlatformApi.getPlatformByIdWithHttpInfo() |
Finds the Platform by ID
Similar to getPlatformById but it also returns the http response headers .
|
ApiResponse<ProcessDefinition> |
ProcessApi.getProcessByIdWithHttpInfo(String id) |
Finds the Process by ID
Similar to getProcessById but it also returns the http response headers .
|
ApiResponse<Contract> |
ProcessApi.getProcessContractByIdWithHttpInfo(String id) |
Finds the Process contract by ID
Similar to getProcessContractById but it also returns the http response headers .
|
ApiResponse<DesignProcessDefinition> |
ProcessApi.getProcessDesignByIdWithHttpInfo(String id) |
Finds the Process design by ID
Similar to getProcessDesignById but it also returns the http response headers .
|
ApiResponse<Map<String,Object>> |
DiagramApi.getProcessDiagramByIdWithHttpInfo(String id) |
Finds the diagram process by ID
Similar to getProcessDiagramById but it also returns the http response headers .
|
ApiResponse<ProcessInstance> |
ProcessInstanceApi.getProcessInstanceByIdWithHttpInfo(String id,
String n) |
Finds the ProcessInstance by ID
Similar to getProcessInstanceById but it also returns the http response headers .
|
ApiResponse<ProcessInstance> |
ProcessInstanceApi.getProcessInstanceByIdWithHttpInfo(String id,
Map<String,Object> queryParams) |
Finds the ProcessInstance by ID
Returns the single ProcessInstance for the given ID
Note, this is equivalent to the other getProcessInstanceById that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<ProcessInstanceDocument> |
ProcessInstanceDocumentApi.getProcessInstanceDocumentByIdWithHttpInfo(String id) |
Finds the ProcessInstanceDocument by ID
Similar to getProcessInstanceDocumentById but it also returns the http response headers .
|
ApiResponse<ProcessInstanceInfo> |
ProcessInstanceInfoApi.getProcessInstanceInfoByIdWithHttpInfo(String id) |
Finds the ProcessInstanceInfo by ID
Similar to getProcessInstanceInfoById but it also returns the http response headers .
|
ApiResponse<ProcessParameter> |
ProcessParameterApi.getProcessParameterByIdWithHttpInfo(String id,
String name) |
Finds the ProcessParameter by ID
Similar to getProcessParameterById but it also returns the http response headers .
|
ApiResponse<ProfessionalContactData> |
ProfessionalContactDataApi.getProfessionalContactDataByIdWithHttpInfo(String userId) |
Finds the ProfessionalContactData by ID
Similar to getProfessionalContactDataById but it also returns the http response headers .
|
ApiResponse<Profile> |
ProfileApi.getProfileByIdWithHttpInfo(String id) |
Finds the Profile by ID
Similar to getProfileById but it also returns the http response headers .
|
ApiResponse<ProfileEntry> |
ProfileEntryApi.getProfileEntryByIdWithHttpInfo(String id) |
Finds the ProfileEntry by ID
Similar to getProfileEntryById but it also returns the http response headers .
|
ApiResponse<ProfileMember> |
ProfileMemberApi.getProfileMemberByIdWithHttpInfo(String id) |
Finds the ProfileMember by ID
Similar to getProfileMemberById but it also returns the http response headers .
|
ApiResponse<Role> |
RoleApi.getRoleByIdWithHttpInfo(String id) |
Finds the Role by ID
Similar to getRoleById but it also returns the http response headers .
|
ApiResponse<SystemTenant> |
SystemTenantApi.getSystemTenantWithHttpInfo(String id) |
Get the current Tenant
Similar to getSystemTenant but it also returns the http response headers .
|
ApiResponse<Task> |
TaskApi.getTaskByIdWithHttpInfo(String id) |
Finds the Task by ID
Similar to getTaskById but it also returns the http response headers .
|
ApiResponse<Tenant> |
TenantApi.getTenantByIdWithHttpInfo(String id) |
Finds the Tenant by ID
Similar to getTenantById but it also returns the http response headers .
|
ApiResponse<TimerEventTrigger> |
TimerEventTriggerApi.getTimerEventTriggerByIdWithHttpInfo(String id) |
Finds the TimerEventTrigger by ID
Similar to getTimerEventTriggerById but it also returns the http response headers .
|
ApiResponse<User> |
UserApi.getUserByIdWithHttpInfo(String id) |
Finds the User by ID
Similar to getUserById but it also returns the http response headers .
|
ApiResponse<UserTask> |
UserTaskApi.getUserTaskByIdWithHttpInfo(String id) |
Finds the UserTask by ID
Similar to getUserTaskById but it also returns the http response headers .
|
ApiResponse<ProcessInstanceVariable> |
ProcessInstanceVariableApi.getVariableByProcessInstanceIdWithHttpInfo(String id,
String variableName) |
Finds the Variable by ProcessInstance ID
Similar to getVariableByProcessInstanceId but it also returns the http response headers .
|
ApiResponse<Void> |
BdmAccessControlApi.importBDMAccessControlWithHttpInfo(String bdmAccessControlUpload) |
Import a BDM Access Control
Similar to importBDMAccessControl but it also returns the http response headers .
|
ApiResponse<Void> |
OrganizationApi.importOrganizationWithHttpInfo(String organizationDataUpload,
String importPolicy) |
Import an organization
Similar to importOrganization but it also returns the http response headers .
|
ApiResponse<Void> |
ProfileApi.importProfilesWithHttpInfo(String profilesDataUpload,
String importPolicy) |
Import profiles
Similar to importProfiles but it also returns the http response headers .
|
ApiResponse<Void> |
BdmApi.installBDMWithHttpInfo(BDMInstallRequest bdMInstallRequest) |
Install a BDM
Similar to installBDM but it also returns the http response headers .
|
ApiResponse<ProcessInstantiationResponse> |
ProcessApi.instanciateProcessWithHttpInfo(String id,
Map<String,Object> body) |
Instanciate the process
Similar to instanciateProcess but it also returns the http response headers .
|
ApiResponse<String> |
AuthenticationApi.loginWithHttpInfo(String username,
String password,
String tenant,
String redirect,
String redirectURL) |
Login
Similar to login but it also returns the http response headers .
|
ApiResponse<Void> |
AuthenticationApi.logoutWithHttpInfo(String redirect) |
Logout the current user
Similar to logout but it also returns the http response headers .
|
ApiResponse<Void> |
AuthenticationApi.logoutWithHttpInfo(Map<String,Object> queryParams) |
Logout the current user
Logout the current user from the system
Note, this is equivalent to the other logout that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<Void> |
PlatformApi.platformLoginWithHttpInfo(String username,
String password,
String redirect) |
Platform Login
Similar to platformLogin but it also returns the http response headers .
|
ApiResponse<Void> |
PlatformAuthenticationApi.platformLoginWithHttpInfo(String username,
String password,
String redirect) |
Platform Login
Similar to platformLogin but it also returns the http response headers .
|
ApiResponse<Void> |
PlatformApi.platformLogoutWithHttpInfo() |
Platform Logout
Similar to platformLogout but it also returns the http response headers .
|
ApiResponse<Void> |
PlatformAuthenticationApi.platformLogoutWithHttpInfo() |
Platform Logout
Similar to platformLogout but it also returns the http response headers .
|
ApiResponse<Void> |
ThemeApi.restoreThemeWithHttpInfo(ThemeRestoreRequest themeRestoreRequest) |
Restore default Theme
Similar to restoreTheme but it also returns the http response headers .
|
ApiResponse<List<Activity>> |
ActivityApi.searchActivitiesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds Activities
Similar to searchActivities but it also returns the http response headers .
|
ApiResponse<List<Activity>> |
ActivityApi.searchActivitiesWithHttpInfo(Map<String,Object> queryParams) |
Finds Activities
Finds Activities with pagination params and filters.
|
ApiResponse<List<ActorMember>> |
ActorMemberApi.searchActorMembersWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ActorMembers
Similar to searchActorMembers but it also returns the http response headers .
|
ApiResponse<List<ActorMember>> |
ActorMemberApi.searchActorMembersWithHttpInfo(Map<String,Object> queryParams) |
Finds ActorMembers
Finds ActorMembers with pagination params and filters There is a **mandatory** filter on: * `actor_id` For example, retrieve the actorMembers related to the specified actor_id.
|
ApiResponse<List<Actor>> |
ActorApi.searchActorsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds Actors
Similar to searchActors but it also returns the http response headers .
|
ApiResponse<List<Actor>> |
ActorApi.searchActorsWithHttpInfo(Map<String,Object> queryParams) |
Finds Actors
Finds Actors with pagination params and filters
Note, this is equivalent to the other searchActors that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ApplicationMenu>> |
ApplicationMenuApi.searchApplicationMenusWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds application menus
Similar to searchApplicationMenus but it also returns the http response headers .
|
ApiResponse<List<ApplicationMenu>> |
ApplicationMenuApi.searchApplicationMenusWithHttpInfo(Map<String,Object> queryParams) |
Finds application menus
Returns application menus with pagination params and filters - can order on `id`, `displayName`, `applicationId`, `applicationPageId`, `menuIndex`, `parentMenuId` - can search on `displayName` - can filter on `id`, `displayName`, `applicationId`, `applicationPageId`, `menuIndex`, `parentMenuId`
Note, this is equivalent to the other searchApplicationMenus that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ApplicationPage>> |
ApplicationPageApi.searchApplicationPagesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds application pages
Similar to searchApplicationPages but it also returns the http response headers .
|
ApiResponse<List<ApplicationPage>> |
ApplicationPageApi.searchApplicationPagesWithHttpInfo(Map<String,Object> queryParams) |
Finds application pages
Finds application pages with pagination params and filters - can order on `id`, `token`, `applicationId`, `pageId` - can search on `token` - can filter on `id`, `token`, `applicationId`, `pageId`
Note, this is equivalent to the other searchApplicationPages that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ArchivedActivity>> |
ArchivedActivityApi.searchArchivedActivitiesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds Archived Activities
Similar to searchArchivedActivities but it also returns the http response headers .
|
ApiResponse<List<ArchivedActivity>> |
ArchivedActivityApi.searchArchivedActivitiesWithHttpInfo(Map<String,Object> queryParams) |
Finds Archived Activities
Finds Archived Activities with pagination params and filters.
|
ApiResponse<List<ArchivedConnectorInstance>> |
ArchivedConnectorInstanceApi.searchArchivedConnectorInstancesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ArchivedConnectorInstances
Similar to searchArchivedConnectorInstances but it also returns the http response headers .
|
ApiResponse<List<ArchivedConnectorInstance>> |
ArchivedConnectorInstanceApi.searchArchivedConnectorInstancesWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedConnectorInstances
Finds ArchivedConnectorInstances with pagination params and filters
Note, this is equivalent to the other searchArchivedConnectorInstances that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ArchivedFlowNode>> |
ArchivedFlowNodeApi.searchArchivedFlowNodesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ArchivedFlowNodes
Similar to searchArchivedFlowNodes but it also returns the http response headers .
|
ApiResponse<List<ArchivedFlowNode>> |
ArchivedFlowNodeApi.searchArchivedFlowNodesWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedFlowNodes
Finds ArchivedFlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `type`, `isTerminal`, `processId`, `caseId`, `archivedDate` - can search on any field that can be used to order results - can filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`, `processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`, `archivedDate`, `reachedStateDate`, `sourceObjectId`
Note, this is equivalent to the other searchArchivedFlowNodes that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ArchivedHumanTask>> |
ArchivedHumanTaskApi.searchArchivedHumanTasksWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ArchivedHumanTasks
Similar to searchArchivedHumanTasks but it also returns the http response headers .
|
ApiResponse<List<ArchivedHumanTask>> |
ArchivedHumanTaskApi.searchArchivedHumanTasksWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedHumanTasks
Finds ArchivedHumanTasks with pagination params and filters You can filter on: * `assigned_id={user_id}`: retrieve only the human tasks assigned to the specified ID.
|
ApiResponse<List<ArchivedManualTask>> |
ArchivedManualTaskApi.searchArchivedManualTasksWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ArchivedManualTasks
Similar to searchArchivedManualTasks but it also returns the http response headers .
|
ApiResponse<List<ArchivedManualTask>> |
ArchivedManualTaskApi.searchArchivedManualTasksWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedManualTasks
Finds ArchivedManualTasks with pagination params and filters You can filter on: * `assigned_id={user_id}`: retrieve only the human tasks assigned to the specified ID.
|
ApiResponse<List<ArchivedProcessInstanceComment>> |
ArchivedProcessInstanceCommentApi.searchArchivedProcessInstanceCommentsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ArchivedProcessInstanceComments
Similar to searchArchivedProcessInstanceComments but it also returns the http response headers .
|
ApiResponse<List<ArchivedProcessInstanceComment>> |
ArchivedProcessInstanceCommentApi.searchArchivedProcessInstanceCommentsWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedProcessInstanceComments
Finds ArchivedProcessInstanceComments with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`
Note, this is equivalent to the other searchArchivedProcessInstanceComments that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ArchivedProcessInstanceDocument>> |
ArchivedProcessInstanceDocumentApi.searchArchivedProcessInstanceDocumentsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ArchivedProcessInstanceDocuments
Similar to searchArchivedProcessInstanceDocuments but it also returns the http response headers .
|
ApiResponse<List<ArchivedProcessInstanceDocument>> |
ArchivedProcessInstanceDocumentApi.searchArchivedProcessInstanceDocumentsWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedProcessInstanceDocuments
Finds ArchivedProcessInstanceDocuments with pagination params and filters You can filter on : * `sourceObjectId=\"id\"`: search for documents by specifying the original document id.
|
ApiResponse<List<ArchivedProcessInstance>> |
ArchivedProcessInstanceApi.searchArchivedProcessInstancesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ArchivedProcessInstances
Similar to searchArchivedProcessInstances but it also returns the http response headers .
|
ApiResponse<List<ArchivedProcessInstance>> |
ArchivedProcessInstanceApi.searchArchivedProcessInstancesWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedProcessInstances
Finds archived ProcessInstances (or ProcessInstance) with pagination params and filters You can order on `id`, `processDefinitionId`, `startedBy`, `startedBySubstitute`, `startDate`, `endDate`, `lastUpdate`, `archivedDate`, `sourceObjectId` You can filter on : * `sourceObjectId`: The original process instance ID before the process instance was archived * `processDefinitionId`: The process derfinition ID * `name`: the process name * `started_by`: the ID of the user who started the process * `team_manager_id`: allow to retrieve the process instances in which all users with this manager ID ar involved) * `supervisor_id`: allow the retrived the process instances of all processes the user with this ID is supervisor of) beware you cannot use team_manager_id and supervisor_id at the same time
Note, this is equivalent to the other searchArchivedProcessInstances that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ArchivedTask>> |
ArchivedTaskApi.searchArchivedTasksWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ArchivedTasks
Similar to searchArchivedTasks but it also returns the http response headers .
|
ApiResponse<List<ArchivedTask>> |
ArchivedTaskApi.searchArchivedTasksWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedTasks
Finds ArchivedTasks with pagination params and filters - Can order on `caseId`, `name`, `displayName`, `processId`, `state`, `type`, `archivedDate`, `reached_state_date`, `assigned_id` - Can filter on `caseId`, `name`, `displayName`, `processId`, `state`, `type`, `archivedDate`, `reached_state_date`, `assigned_id`, `isTerminal`
Note, this is equivalent to the other searchArchivedTasks that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ArchivedUserTask>> |
ArchivedUserTaskApi.searchArchivedUserTasksWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ArchivedUserTasks
Similar to searchArchivedUserTasks but it also returns the http response headers .
|
ApiResponse<List<ArchivedUserTask>> |
ArchivedUserTaskApi.searchArchivedUserTasksWithHttpInfo(Map<String,Object> queryParams) |
Finds ArchivedUserTasks
Finds ArchivedUserTasks with pagination params and filters.
|
ApiResponse<BusinessData> |
BdmApi.searchBusinessDataAttributeByIdWithHttpInfo(String businessDataType,
String persistenceId,
String attributeName) |
Finds business data attribute by id
Similar to searchBusinessDataAttributeById but it also returns the http response headers .
|
ApiResponse<List<BusinessData>> |
BdmApi.searchBusinessDataByIdsWithHttpInfo(String businessDataType,
String ids) |
Finds business data By Ids
Similar to searchBusinessDataByIds but it also returns the http response headers .
|
ApiResponse<List<BusinessData>> |
BdmApi.searchBusinessDataByIdsWithHttpInfo(String businessDataType,
Map<String,Object> queryParams) |
Finds business data By Ids
Finds business data specified by their identifiers.
|
ApiResponse<BusinessData> |
BdmApi.searchBusinessDataByIdWithHttpInfo(String businessDataType,
String persistenceId) |
Finds business data by Id
Similar to searchBusinessDataById but it also returns the http response headers .
|
ApiResponse<List<Object>> |
BusinessDataQueryApi.searchBusinessDataWithHttpInfo(String businessDataType,
String q,
Integer p,
Integer c,
List<String> f) |
Finds Business Data
Similar to searchBusinessData but it also returns the http response headers .
|
ApiResponse<List<Object>> |
BusinessDataQueryApi.searchBusinessDataWithHttpInfo(String businessDataType,
Map<String,Object> queryParams) |
Finds Business Data
Finds Business Data with pagination params and filters by calling a `Named Query`.
|
ApiResponse<List<ConnectorInstance>> |
ConnectorInstanceApi.searchConnectorInstancesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ConnectorInstances
Similar to searchConnectorInstances but it also returns the http response headers .
|
ApiResponse<List<ConnectorInstance>> |
ConnectorInstanceApi.searchConnectorInstancesWithHttpInfo(Map<String,Object> queryParams) |
Finds ConnectorInstances
Finds ConnectorInstances with pagination params and filters.
|
ApiResponse<List<CustomUserDefinition>> |
CustomUserDefinitionApi.searchCustomUserDefinitionsWithHttpInfo(Integer p,
Integer c) |
Finds CustomUserDefinitions
Similar to searchCustomUserDefinitions but it also returns the http response headers .
|
ApiResponse<List<CustomUserDefinition>> |
CustomUserDefinitionApi.searchCustomUserDefinitionsWithHttpInfo(Map<String,Object> queryParams) |
Finds CustomUserDefinitions
Finds CustomUserDefinitions.
|
ApiResponse<List<CustomUser>> |
CustomUserApi.searchCustomUsersWithHttpInfo(Integer p,
Integer c,
List<String> f) |
Finds CustomUsers
Similar to searchCustomUsers but it also returns the http response headers .
|
ApiResponse<List<CustomUser>> |
CustomUserApi.searchCustomUsersWithHttpInfo(Map<String,Object> queryParams) |
Finds CustomUsers
Finds CustomUsers with pagination params and filters **The filter `userId` is mandatory**
Note, this is equivalent to the other searchCustomUsers that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<CustomUserValue>> |
CustomUserValueApi.searchCustomUserValuesWithHttpInfo(Integer p,
Integer c,
List<String> f) |
Finds CustomUserValues
Similar to searchCustomUserValues but it also returns the http response headers .
|
ApiResponse<List<CustomUserValue>> |
CustomUserValueApi.searchCustomUserValuesWithHttpInfo(Map<String,Object> queryParams) |
Finds CustomUserValues
Finds CustomUserValues with pagination params and filters You can filter on `userId`, `value`, `definitionId`
Note, this is equivalent to the other searchCustomUserValues that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<FlowNode>> |
FlowNodeApi.searchFlowNodesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds FlowNodes
Similar to searchFlowNodes but it also returns the http response headers .
|
ApiResponse<List<FlowNode>> |
FlowNodeApi.searchFlowNodesWithHttpInfo(Map<String,Object> queryParams) |
Finds FlowNodes
Finds FlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `processDefinitionId`, `parentProcessInstanceId`, `parentActivityInstanceId` (if the retrieved flow nodes are activities, order by parent activity id), `rootProcessInstanceId`, `lastUpdateDate` - can search on any field that can be used to order results - can filter on `name`, `state`, `processId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `last_update_date`
Note, this is equivalent to the other searchFlowNodes that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<FormMapping>> |
FormMappingApi.searchFormMappingsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds FormMappings
Similar to searchFormMappings but it also returns the http response headers .
|
ApiResponse<List<FormMapping>> |
FormMappingApi.searchFormMappingsWithHttpInfo(Map<String,Object> queryParams) |
Finds FormMappings
Finds FormMappings with pagination params and filters - can filter on `processDefinitionId`,`type`
Note, this is equivalent to the other searchFormMappings that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<Group>> |
GroupApi.searchGroupsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds Groups
Similar to searchGroups but it also returns the http response headers .
|
ApiResponse<List<Group>> |
GroupApi.searchGroupsWithHttpInfo(Map<String,Object> queryParams) |
Finds Groups
Finds Groups with pagination params and filters.
|
ApiResponse<List<HumanTask>> |
HumanTaskApi.searchHumanTasksWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds HumanTasks
Similar to searchHumanTasks but it also returns the http response headers .
|
ApiResponse<List<HumanTask>> |
HumanTaskApi.searchHumanTasksWithHttpInfo(Map<String,Object> queryParams) |
Finds HumanTasks
Finds HumanTasks with pagination params and filters - can order on `name`, `priority`, `dueDate`, `state`, `processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`, `displayName`, `reachedStateDate` - can search on any field that can be used to order results - can filter on `assigned_id`, `state`, `name`, `displayName`, `processDefinitionId`, `caseId`, `rootProcessInstanceId`, `parentProcessInstanceId`
Note, this is equivalent to the other searchHumanTasks that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<I18nlocale>> |
I18nlocaleApi.searchI18nlocalesWithHttpInfo(Integer p,
Integer c) |
Finds I18nlocales
Similar to searchI18nlocales but it also returns the http response headers .
|
ApiResponse<List<I18nlocale>> |
I18nlocaleApi.searchI18nlocalesWithHttpInfo(Map<String,Object> queryParams) |
Finds I18nlocales
List the available I18nlocales with pagination params and filters
Note, this is equivalent to the other searchI18nlocales that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<Map<String,String>>> |
I18ntranslationApi.searchI18ntranslationsWithHttpInfo(Integer p,
Integer c,
List<String> f) |
Finds I18ntranslations
Similar to searchI18ntranslations but it also returns the http response headers .
|
ApiResponse<List<Map<String,String>>> |
I18ntranslationApi.searchI18ntranslationsWithHttpInfo(Map<String,Object> queryParams) |
Finds I18ntranslations
List the available I18ntranslations with pagination params and filters Returns all translations of the product.
|
ApiResponse<List<ManualTask>> |
ManualTaskApi.searchManualTasksWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ManualTasks
Similar to searchManualTasks but it also returns the http response headers .
|
ApiResponse<List<ManualTask>> |
ManualTaskApi.searchManualTasksWithHttpInfo(Map<String,Object> queryParams) |
Finds ManualTasks
Finds ManualTasks with pagination params and filters You can filter on: * `assigned_id={user_id}`: retrieve only the manual tasks assigned to the specified user.
|
ApiResponse<List<Membership>> |
MembershipApi.searchMembershipsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds Memberships
Similar to searchMemberships but it also returns the http response headers .
|
ApiResponse<List<Membership>> |
MembershipApi.searchMembershipsWithHttpInfo(Map<String,Object> queryParams) |
Finds Memberships
Finds Memberships with pagination params and filters **Filter `user_id` is mandatory** You can order with the values: `ROLE_NAME_ASC`,`ROLE_NAME_DESC`, `GROUP_NAME_ASC`,`GROUP_NAME_DESC`, `ASSIGNED_DATE_ASC`, `ASSIGNED_DATE_DESC`
Note, this is equivalent to the other searchMemberships that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<Page>> |
PageApi.searchPagesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds Pages
Similar to searchPages but it also returns the http response headers .
|
ApiResponse<List<Page>> |
PageApi.searchPagesWithHttpInfo(Map<String,Object> queryParams) |
Finds Pages
Finds Pages with pagination params and filters - can search on `displayName`,`description` - can filter on `createdBy`,`contentType`
Note, this is equivalent to the other searchPages that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ProcessConnectorDependency>> |
ProcessConnectorDependencyApi.searchProcessConnectorDependenciesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ProcessConnectorDependencies
Similar to searchProcessConnectorDependencies but it also returns the http response headers .
|
ApiResponse<List<ProcessConnectorDependency>> |
ProcessConnectorDependencyApi.searchProcessConnectorDependenciesWithHttpInfo(Map<String,Object> queryParams) |
Finds ProcessConnectorDependencies
Finds ProcessConnectorDependencies with pagination params and filters **Mandatory filters: `connector_process_id`, `connector_name`, `connector_version`**
Note, this is equivalent to the other searchProcessConnectorDependencies that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ProcessDefinition>> |
ProcessApi.searchProcessesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds Processes
Similar to searchProcesses but it also returns the http response headers .
|
ApiResponse<List<ProcessDefinition>> |
ProcessApi.searchProcessesWithHttpInfo(Map<String,Object> queryParams) |
Finds Processes
Finds Processes with pagination params and filters - can order (default is ASC) on `name`, `version`, `deploymentDate`, `deployedBy`, `activationState`, `configurationState`, `processId`, `displayName`, `lastUpdateDate`, `categoryId`, `label` - can search on `name`, `displayName` or `version` - can filter on `name`, `version`, `deploymentDate`, `deployedBy`, `activationState` with the value DISABLED or ENABLED, `configurationState` with the value UNRESOLVED, or RESOLVED, `processId`, `displayName`, `lastUpdateDate`, `categoryId`, `label`, `supervisor_id`
Note, this is equivalent to the other searchProcesses that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ProcessInstanceComment>> |
ProcessInstanceCommentApi.searchProcessInstanceCommentsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ProcessInstanceComments
Similar to searchProcessInstanceComments but it also returns the http response headers .
|
ApiResponse<List<ProcessInstanceComment>> |
ProcessInstanceCommentApi.searchProcessInstanceCommentsWithHttpInfo(Map<String,Object> queryParams) |
Finds ProcessInstanceComments
Finds ProcessInstanceComments with pagination params and filters - can order on `postDate` - can filter on `supervisor_id`,`user_id`,`processInstanceId` - You cannot use supervisor_id and user_id filter at the same time
Note, this is equivalent to the other searchProcessInstanceComments that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ProcessInstanceDocument>> |
ProcessInstanceDocumentApi.searchProcessInstanceDocumentsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ProcessInstanceDocuments
Similar to searchProcessInstanceDocuments but it also returns the http response headers .
|
ApiResponse<List<ProcessInstanceDocument>> |
ProcessInstanceDocumentApi.searchProcessInstanceDocumentsWithHttpInfo(Map<String,Object> queryParams) |
Finds ProcessInstanceDocuments
Finds ProcessInstanceDocuments with pagination params and filters It is possible to filter on three parameters: `submittedBy`, `name` and `description`.
|
ApiResponse<List<ProcessInstance>> |
ProcessInstanceApi.searchProcessInstancesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ProcessInstances
Similar to searchProcessInstances but it also returns the http response headers .
|
ApiResponse<List<ProcessInstance>> |
ProcessInstanceApi.searchProcessInstancesWithHttpInfo(Map<String,Object> queryParams) |
Finds ProcessInstances
Finds ProcessInstances with pagination params and filters You can filter on: * `processDefinitionId`: The process derfinition ID * `name`: the process name * `started_by`: the ID of the user who started the process * `team_manager_id`: allow to retrieve the process instances in which all users with this manager ID ar involved) * `supervisor_id`: allow the retrived the process instances of all processes the user with this ID is supervisor of) beware you cannot use team_manager_id and supervisor_id at the same time
Note, this is equivalent to the other searchProcessInstances that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ProcessInstanceVariable>> |
ProcessInstanceVariableApi.searchProcessInstanceVariablesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ProcessInstance Variables
Similar to searchProcessInstanceVariables but it also returns the http response headers .
|
ApiResponse<List<ProcessInstanceVariable>> |
ProcessInstanceVariableApi.searchProcessInstanceVariablesWithHttpInfo(Map<String,Object> queryParams) |
Finds ProcessInstance Variables
Finds ProcessInstance Variables with pagination params and filters
Note, this is equivalent to the other searchProcessInstanceVariables that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ProcessParameter>> |
ProcessParameterApi.searchProcessParametersWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ProcessParameters
Similar to searchProcessParameters but it also returns the http response headers .
|
ApiResponse<List<ProcessParameter>> |
ProcessParameterApi.searchProcessParametersWithHttpInfo(Map<String,Object> queryParams) |
Finds ProcessParameters
Finds ProcessParameters with pagination params and filters.
|
ApiResponse<List<ProcessResolutionProblem>> |
ProcessResolutionProblemApi.searchProcessResolutionProblemsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ProcessResolutionProblems
Similar to searchProcessResolutionProblems but it also returns the http response headers .
|
ApiResponse<List<ProcessResolutionProblem>> |
ProcessResolutionProblemApi.searchProcessResolutionProblemsWithHttpInfo(Map<String,Object> queryParams) |
Finds ProcessResolutionProblems
Finds ProcessResolutionProblems with pagination params and filters to list the problems that need to be solved before a process can be used.
|
ApiResponse<List<ProcessSupervisor>> |
ProcessSupervisorApi.searchProcessSupervisorsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ProcessSupervisors
Similar to searchProcessSupervisors but it also returns the http response headers .
|
ApiResponse<List<ProcessSupervisor>> |
ProcessSupervisorApi.searchProcessSupervisorsWithHttpInfo(Map<String,Object> queryParams) |
Finds ProcessSupervisors
Finds ProcessSupervisors with pagination params and filters To filter, you need to specify the `process_id`, and then the `user_id`, `group_id` and `role_id` with one of them (two if you want to filter on group and role) set to `>0` and the other ones set to `-1`.
|
ApiResponse<List<ProfessionalContactData>> |
ProfessionalContactDataApi.searchProfessionalContactDatasWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds ProfessionalContactData
Similar to searchProfessionalContactDatas but it also returns the http response headers .
|
ApiResponse<List<ProfessionalContactData>> |
ProfessionalContactDataApi.searchProfessionalContactDatasWithHttpInfo(Map<String,Object> queryParams) |
Finds ProfessionalContactData
Finds ProfessionalContactData with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`
Note, this is equivalent to the other searchProfessionalContactDatas that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ProfileEntry>> |
ProfileEntryApi.searchProfileEntriesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String s) |
Finds ProfileEntries
Similar to searchProfileEntries but it also returns the http response headers .
|
ApiResponse<List<ProfileEntry>> |
ProfileEntryApi.searchProfileEntriesWithHttpInfo(Map<String,Object> queryParams) |
Finds ProfileEntries
Finds ProfileEntries with pagination params and filters - can search on `name` - can filter on `page`,`name` and `parent_id`
Note, this is equivalent to the other searchProfileEntries that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<ProfileMember>> |
ProfileMemberApi.searchProfileMembersWithHttpInfo(Integer p,
Integer c,
List<String> f) |
Finds ProfileMembers
Similar to searchProfileMembers but it also returns the http response headers .
|
ApiResponse<List<ProfileMember>> |
ProfileMemberApi.searchProfileMembersWithHttpInfo(Map<String,Object> queryParams) |
Finds ProfileMembers
Finds ProfileMembers with pagination params and filters **Filter `member_type` is mandatory** You can filter on `profile_id`, `user_id`, `role_id` and `group_id`
Note, this is equivalent to the other searchProfileMembers that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<Profile>> |
ProfileApi.searchProfilesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String s,
String o) |
Finds Profiles
Similar to searchProfiles but it also returns the http response headers .
|
ApiResponse<List<Profile>> |
ProfileApi.searchProfilesWithHttpInfo(Map<String,Object> queryParams) |
Finds Profiles
Finds Profiles with pagination params and filters - can search on `name` - can filter on `name`,`hasNavigation` - can order on `name`
Note, this is equivalent to the other searchProfiles that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<Role>> |
RoleApi.searchRolesWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds Roles
Similar to searchRoles but it also returns the http response headers .
|
ApiResponse<List<Role>> |
RoleApi.searchRolesWithHttpInfo(Map<String,Object> queryParams) |
Finds Roles
Finds Roles with pagination params and filters - can order on `id`, `name` and `displayName` - can filter on `name` and `displayName`
Note, this is equivalent to the other searchRoles that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<Task>> |
TaskApi.searchTasksWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds Tasks
Similar to searchTasks but it also returns the http response headers .
|
ApiResponse<List<Task>> |
TaskApi.searchTasksWithHttpInfo(Map<String,Object> queryParams) |
Finds Tasks
Finds Tasks with pagination params and filters - can order on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date` - can filter on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date`
Note, this is equivalent to the other searchTasks that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<Tenant>> |
TenantApi.searchTenantsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds Tenants
Similar to searchTenants but it also returns the http response headers .
|
ApiResponse<List<Tenant>> |
TenantApi.searchTenantsWithHttpInfo(Map<String,Object> queryParams) |
Finds Tenants
 Finds Tenants with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`
Note, this is equivalent to the other searchTenants that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<TimerEventTrigger>> |
TimerEventTriggerApi.searchTimerEventTriggersWithHttpInfo(Integer p,
Integer c,
String caseId,
List<String> f,
String o,
String s) |
Finds TimerEventTriggers
Similar to searchTimerEventTriggers but it also returns the http response headers .
|
ApiResponse<List<TimerEventTrigger>> |
TimerEventTriggerApi.searchTimerEventTriggersWithHttpInfo(Map<String,Object> queryParams) |
Finds TimerEventTriggers
Finds TimerEventTriggers with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`
Note, this is equivalent to the other searchTimerEventTriggers that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<User>> |
UserApi.searchUsersWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds Users
Similar to searchUsers but it also returns the http response headers .
|
ApiResponse<List<User>> |
UserApi.searchUsersWithHttpInfo(Map<String,Object> queryParams) |
Finds Users
Finds Users with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`
Note, this is equivalent to the other searchUsers that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<List<UserTask>> |
UserTaskApi.searchUserTasksWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o,
String s) |
Finds UserTasks
Similar to searchUserTasks but it also returns the http response headers .
|
ApiResponse<List<UserTask>> |
UserTaskApi.searchUserTasksWithHttpInfo(Map<String,Object> queryParams) |
Finds UserTasks
Finds UserTasks with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`
Note, this is equivalent to the other searchUserTasks that receives the query parameters as a map,
but this one also exposes the Http response headers
|
ApiResponse<Void> |
ActivityApi.updateActivityByIdWithHttpInfo(String id,
ActivityUpdateRequest activityUpdateRequest) |
Update the Activity by ID
Similar to updateActivityById but it also returns the http response headers .
|
ApiResponse<Void> |
ActorApi.updateActorByIdWithHttpInfo(String id,
ActorUpdateRequest actorUpdateRequest) |
Update the Actor by ID
Similar to updateActorById but it also returns the http response headers .
|
ApiResponse<Void> |
ApplicationMenuApi.updateApplicationMenuByIdWithHttpInfo(String id,
ApplicationMenuUpdateRequest applicationMenuUpdateRequest) |
Update a application menu by ID
Similar to updateApplicationMenuById but it also returns the http response headers .
|
ApiResponse<Void> |
CustomUserValueApi.updateCustomUserValueByIdWithHttpInfo(String userId,
String definitionId,
CustomUserValueUpdateRequest customUserValueUpdateRequest) |
Update the CustomUserValue by ID
Similar to updateCustomUserValueById but it also returns the http response headers .
|
ApiResponse<Void> |
FlowNodeApi.updateFlowNodeByIdWithHttpInfo(String id,
FlowNodeUpdateRequest flowNodeUpdateRequest) |
Update the FlowNode by ID
Similar to updateFlowNodeById but it also returns the http response headers .
|
ApiResponse<Void> |
FormMappingApi.updateFormMappingByIdWithHttpInfo(String id,
FormMappingUpdateRequest formMappingUpdateRequest) |
Update the FormMapping by ID
Similar to updateFormMappingById but it also returns the http response headers .
|
ApiResponse<Void> |
GroupApi.updateGroupByIdWithHttpInfo(String id,
GroupUpdateRequest groupUpdateRequest) |
Update the Group by ID
Similar to updateGroupById but it also returns the http response headers .
|
ApiResponse<Void> |
HumanTaskApi.updateHumanTaskByIdWithHttpInfo(String id,
HumanTaskUpdateRequest humanTaskUpdateRequest) |
Update the HumanTask by ID
Similar to updateHumanTaskById but it also returns the http response headers .
|
ApiResponse<Void> |
ManualTaskApi.updateManualTaskByIdWithHttpInfo(String id,
ManualTaskUpdateRequest manualTaskUpdateRequest) |
Update the ManualTask by ID
Similar to updateManualTaskById but it also returns the http response headers .
|
ApiResponse<Void> |
PageApi.updatePageByIdWithHttpInfo(String id,
PageUpdateRequest pageUpdateRequest) |
Update the Page by ID
Similar to updatePageById but it also returns the http response headers .
|
ApiResponse<Void> |
ProfessionalContactDataApi.updatePersonalContactDataByIdWithHttpInfo(String userId,
ProfessionalContactData professionalContactData) |
Update the PersonalContactData by ID
Similar to updatePersonalContactDataById but it also returns the http response headers .
|
ApiResponse<Void> |
PlatformApi.updatePlatformByIdWithHttpInfo(PlatformUpdateRequest platformUpdateRequest) |
Update the Platform by ID
Similar to updatePlatformById but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessApi.updateProcessByIdWithHttpInfo(String id,
ProcessUpdateRequest processUpdateRequest) |
Update the Process by ID
Similar to updateProcessById but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessApi.updateProcessConnectorByProcessIdWithHttpInfo(String id,
String connectorImplId,
String connectorImplVersion,
UpdateProcessConnectorByProcessIdRequest updateProcessConnectorByProcessIdRequest) |
Update the Process Connector by Process ID
Similar to updateProcessConnectorByProcessId but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessInstanceDocumentApi.updateProcessInstanceDocumentByIdWithHttpInfo(String id,
ProcessInstanceDocumentUpdateRequest processInstanceDocumentUpdateRequest) |
Update the ProcessInstanceDocument by ID
Similar to updateProcessInstanceDocumentById but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessParameterApi.updateProcessParameterByIdWithHttpInfo(String id,
String name,
ProcessParameterUpdateRequest processParameterUpdateRequest) |
Update the ProcessParameter by ID
Similar to updateProcessParameterById but it also returns the http response headers .
|
ApiResponse<Void> |
ProfessionalContactDataApi.updateProfessionalContactDataByIdWithHttpInfo(String userId,
ProfessionalContactData professionalContactData) |
Update the ProfessionalContactData by ID
Similar to updateProfessionalContactDataById but it also returns the http response headers .
|
ApiResponse<Void> |
ProfileApi.updateProfileByIdWithHttpInfo(String id,
ProfileUpdateRequest profileUpdateRequest) |
Update the Profile by ID
Similar to updateProfileById but it also returns the http response headers .
|
ApiResponse<Void> |
ProfileEntryApi.updateProfileEntryByIdWithHttpInfo(String id,
ProfileEntryUpdateRequest profileEntryUpdateRequest) |
Update the ProfileEntry by ID
Similar to updateProfileEntryById but it also returns the http response headers .
|
ApiResponse<Void> |
RoleApi.updateRoleByIdWithHttpInfo(String id,
RoleUpdateRequest roleUpdateRequest) |
Update the Role by ID
Similar to updateRoleById but it also returns the http response headers .
|
ApiResponse<Void> |
SystemTenantApi.updateSystemTenantWithHttpInfo(String id,
TenantPauseRequest tenantPauseRequest) |
Update the current Tenant
Similar to updateSystemTenant but it also returns the http response headers .
|
ApiResponse<Void> |
TaskApi.updateTaskByIdWithHttpInfo(String id,
Map<String,Object> requestBody) |
Update the Task by ID
Similar to updateTaskById but it also returns the http response headers .
|
ApiResponse<Void> |
TenantApi.updateTenantByIdWithHttpInfo(String id,
TenantUpdateRequest tenantUpdateRequest) |
Update the Tenant by ID
Similar to updateTenantById but it also returns the http response headers .
|
ApiResponse<TimerEventTriggerUpdateResponse> |
TimerEventTriggerApi.updateTimerEventTriggerByIdWithHttpInfo(String id,
TimerEventTriggerUpdateRequest timerEventTriggerUpdateRequest) |
Update the TimerEventTrigger by ID
Similar to updateTimerEventTriggerById but it also returns the http response headers .
|
ApiResponse<Void> |
UserApi.updateUserByIdWithHttpInfo(String id,
UserUpdateRequest userUpdateRequest) |
Update the User by ID
Similar to updateUserById but it also returns the http response headers .
|
ApiResponse<Void> |
UserTaskApi.updateUserTaskByIdWithHttpInfo(String id,
UserTaskUpdateRequest userTaskUpdateRequest) |
Update the UserTask by ID
Similar to updateUserTaskById but it also returns the http response headers .
|
ApiResponse<Void> |
ProcessInstanceVariableApi.updateVariableByProcessInstanceIdWithHttpInfo(String id,
String variableName,
ProcessInstanceVariableUpdateRequest processInstanceVariableUpdateRequest) |
Update a Variable by ProcessInstance ID
Similar to updateVariableByProcessInstanceId but it also returns the http response headers .
|
ApiResponse<String> |
UploadApi.uploadApplicationWithHttpInfo(File file) |
Upload a living application
Similar to uploadApplication but it also returns the http response headers .
|
ApiResponse<String> |
BdmAccessControlApi.uploadBDMAccessControlWithHttpInfo(File file) |
Upload a BDM Access Control
Similar to uploadBDMAccessControl but it also returns the http response headers .
|
ApiResponse<String> |
UploadApi.uploadBDMAccessControlWithHttpInfo(File file) |
Upload a BDM Access Control
Similar to uploadBDMAccessControl but it also returns the http response headers .
|
ApiResponse<String> |
BdmApi.uploadFileWithHttpInfo(File file) |
Upload a file
Similar to uploadFile but it also returns the http response headers .
|
ApiResponse<String> |
UploadApi.uploadFileWithHttpInfo(File file) |
Upload a file
Similar to uploadFile but it also returns the http response headers .
|
ApiResponse<String> |
OrganizationApi.uploadOrganizationWithHttpInfo(File file) |
Import an organization
Similar to uploadOrganization but it also returns the http response headers .
|
ApiResponse<String> |
UploadApi.uploadOrganizationWithHttpInfo(File file) |
Import an organization
Similar to uploadOrganization but it also returns the http response headers .
|
ApiResponse<String> |
PageApi.uploadPageWithHttpInfo(File file) |
Upload a Page
Similar to uploadPage but it also returns the http response headers .
|
ApiResponse<String> |
UploadApi.uploadPageWithHttpInfo(File file) |
Upload a Page
Similar to uploadPage but it also returns the http response headers .
|
ApiResponse<String> |
ProcessApi.uploadProcessWithHttpInfo(File file) |
Upload a bar file
Similar to uploadProcess but it also returns the http response headers .
|
ApiResponse<String> |
UploadApi.uploadProcessWithHttpInfo(File file) |
Upload a bar file
Similar to uploadProcess but it also returns the http response headers .
|
ApiResponse<String> |
ProfileApi.uploadprofilesWithHttpInfo(File file) |
Upload profiles
Similar to uploadprofiles but it also returns the http response headers .
|
ApiResponse<String> |
UploadApi.uploadprofilesWithHttpInfo(File file) |
Upload profiles
Similar to uploadprofiles but it also returns the http response headers .
|