A C D E F G H I L P R S T U 

A

addInvoiceLineItem(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to add new line item in invoice
addProjectBudgetLineItem(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to add new project budget line item
appendAttachment(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
appendGridRow(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Append a new grid row to the specified object, applying the supplied grid row attributes.

C

CodeToStringMap - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
com.unica.uap.restapi - package com.unica.uap.restapi
 
com.unica.uap.restapi.client - package com.unica.uap.restapi.client
 
com.unica.uap.restapi.constants - package com.unica.uap.restapi.constants
 
com.unica.uap.restapi.interfaces - package com.unica.uap.restapi.interfaces
 
copyProject(ExecutionContextToken, Handle, ProjectCopyTypeEnum, boolean) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to copy existing project instance and to create new project.
copyProjectResources(ExecutionContextToken, Handle, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to copy resource (People tab of project) from source project to destination project.
createApproval(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Create a new approval component with specified attributes and user information from the execution context.
createAsset(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
createAssetFolder(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
createFinancialAccount(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to create new financial account.
createFolder(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Create a new folder applying the specified attributes and user information from the execution context.
createInvoice(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to create new Invoice in Plan
createMarketingObject(ExecutionContextToken, String, String, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Create a new marketing object component from the named template, applying the specified attributes and user information from the execution context.
createOffer(ExecutionContextToken, String, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Create a new offer component from the named template, applying the specified attributes and user information from the execution context.
createProgram(ExecutionContextToken, String, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Create a new program component from the named template, applying the specified attributes and user information from the execution context.
createProject(ExecutionContextToken, String, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Create a new project component from the named template, applying the specified attributes and user information from the execution context.
createProjectRequest(ExecutionContextToken, String, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Create a new project request instance from the named template, applying the specified
attributes and user information from the execution context.

D

dateRipplingForWorkflowTasks(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Do date rippling for the Project Workflow.
deleteApprovalItemByName(ExecutionContextToken, Handle, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Delete a single approval item within an Approval process.
deleteAsset(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
deleteGridRow(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Delete an existing grid row.
deleteInvoiceLineItem(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to delete a invoice line item
deleteProjectLineItem(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to delete a project line item
disableFinancialAccount(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to disable financial account
discardProjectBudgetChanges(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to discard changes done in project budget

E

enableFinancialAccount(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to enable financial account
equals(Object) - Method in class com.unica.uap.restapi.ExecutionContextToken
 
exceptionCode - Variable in exception com.unica.uap.restapi.client.RestApiException
This attribute holds the integer codes for the specific exception thrown by REST API The constant definitions (on left) for these errors codes can be seen from ExceptionMessages.
ExceptionMessages - Class in com.unica.uap.restapi.constants
 
ExceptionMessages() - Constructor for class com.unica.uap.restapi.constants.ExceptionMessages
 
ExecutionContextToken - Class in com.unica.uap.restapi
When any method in the REST client stub is called, the method in turn makes a call to the server with REST.
ExecutionContextToken(int) - Constructor for class com.unica.uap.restapi.ExecutionContextToken
This constructor creates this object assigning the passed integer token to the member variables
ExecutionContextToken(ExecutionContext) - Constructor for class com.unica.uap.restapi.ExecutionContextToken
This constructor creates this object from a ExecutionContext object
ExecutionContextToken(IExecutionContext) - Constructor for class com.unica.uap.restapi.ExecutionContextToken
This constructor creates this object from a IExecutionContext object

F

finalizeProjectBudgetChanges(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to finalize changes done in project budget
findApprovalByAttribute(ExecutionContextToken, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Find the Approval object that matches the supplied attributes.
findAssetByAttribute(ExecutionContextToken, Handle, String, Object) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
findAssetLibraryByAttribute(ExecutionContextToken, String, Object) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds an asset library that matches the supplied attribute.
findFinancialAccountByNumber(ExecutionContextToken, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to find financial account by account number
findFolderByAttributes(ExecutionContextToken, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds the folder that matches the either of supplied folder name/description.
findInvoiceByNumberAndVendor(ExecutionContextToken, String, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to find invoice by number and vendor code
findMarketingObjectByAttribute(ExecutionContextToken, String, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds the marketing object that matches the supplied attribute.
findOfferOrOfferListByAttributes(ExecutionContextToken, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds the offer or offer list that matches the supplied attribute.
findProgramByAttribute(ExecutionContextToken, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Find a single programs whose attributes match those specified; only programs that the client has read permissions for are considered.
findProjectByAttribute(ExecutionContextToken, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds the project that matches the supplied attribute.
findProjectRequestByAttribute(ExecutionContextToken, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds the project request that matches the supplied attribute.
findSubProjectParent(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Find the parent project of an existing project, if defined.
findSubProjectRoot(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Find the root project of an existing project, if defined.
findTeamByAttribute(ExecutionContextToken, String, Object) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
findUserByAttribute(ExecutionContextToken, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
findWorkflowTaskByAttribute(ExecutionContextToken, Handle, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds the workflow task that matches the supplied attribute.

G

getApprovalItems(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Get all of the ordered approval items within an Approval object.
getAttributes(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Fetches the attribute map of the object instance given by the specified handle.
getCampaignSecurityPolicies(ExecutionContextToken) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Utility API to get information about campaign security policies
getFinancialAccountBudget(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to get financial account budget information
getMemberRoles(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Find the member roles for an existing project, if defined.
getMembersByParticipationLevel(ExecutionContextToken, Handle, ProjectParticipantLevelEnum) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Return members for a specific participation level for an existing project.
getMembersByRole(ExecutionContextToken, Handle, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Return a list of members for a specific member role for an existing object.
getMembersByRoleType(ExecutionContextToken, Handle, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
getParentHandle(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Returns the parent handle for a particular child handle.
getProjectBudget(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
getProjectBudgetLineItemAllocation(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Allocations (total, yearly, quarterly) of project line items is returned by the parameters passed in attributeMap Parameter
getProjectBudgetLineItemSummary(ExecutionContextToken, Handle, boolean) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to get project line item summary information i.e.
getReviewerRoles(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Find the reviewer roles for an existing project, if defined.
getReviewersByRole(ExecutionContextToken, Handle, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Return a list of reviewers for a specific reviewer role for an existing project.
getSubProjectAllocation(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Allocations (total, yearly, quarterly) of sub project is returned by the parameters passed in attributeMap Parameter
getSubProjectBudgetSummary(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API function to extract Sub Project Budget information.
getWorkflowTaskParentProject(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Returns the parent project for a particular task.

H

hashCode() - Method in class com.unica.uap.restapi.ExecutionContextToken
 
httpStatus - Variable in exception com.unica.uap.restapi.client.RestApiException
The HTTP status code when an exception is thrown from server.

I

init(String, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Initialization method to provide the URLs for performing login and calling MO REST API.
IRestApiClient - Interface in com.unica.uap.restapi.interfaces
IRestApiClient defines the public Application Programming Interface (API) for IBM Marketing Operations (IMO) REST client stub.

L

linkProgramChildren(ExecutionContextToken, Handle, Handle[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Links (adds) one or more projects to a common parent program; all projects must already exist.
linkProgramPlan(ExecutionContextToken, Handle, int, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Link existing Plan object with Program
linkProjectChildren(ExecutionContextToken, Handle, Handle[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Links (adds) one or more projects to a common parent project; all projects must already exist.
listAllProjectChildren(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists the all child projects of an existing parent project, if defined.
listApprovals(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all approvals whose attributes match those specified.
listAssetFolders(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listAssetLibraries(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all asset libraries whose attributes match those specified; only asset libraries that the client has read permissions are considered.
listAssets(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listFinancialAccounts(ExecutionContextToken, boolean) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to list financial Account
listFolders(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all the folders matching to either folder name/description specified; only folders that the client has read permissions for are considered.
listGridRows(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all the grid rows whose attributes match those specified for the object; only grids that the client has read permissions for are considered.
listInvoiceLineItems(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to list all line items of an Invoice
listInvoices(ExecutionContextToken) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to list all available invoices
listMarketingObjectGrids(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists the grids bound to the specified marketing object, if defined.
listMarketingObjects(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all the marketing objects whose attributes match those specified; only marketing objects that the client has read permissions for are considered.
listOffersAndOfferLists(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all the offers and offer lists whose attributes match those specified; only offers that the client has read permissions for are considered.
listPossibleMemberRolesForTask(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listPossibleMembersForTask(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listPossibleReviewerRolesForTask(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listPossibleReviewersForTask(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listPrograms(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all programs whose attributes match those specified; only programs that the client has read permissions for are considered.
listProjectChildren(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists the child projects of an existing parent project, if defined.
listProjectGrids(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists the grids bound to the supplied project, if defined.
listProjectLineItems(ExecutionContextToken, Handle, boolean) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API to get list of all project line item handles
listProjectRequests(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all projects request whose attributes match those specified; only project requests that the client has read permissions for are considered.
listProjects(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all projects whose attributes match those specified; only projects that the client has read permissions for are considered.
listRequestGrids(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists the grids bound to the supplied project request, if defined.
listTeams(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listUsers(ExecutionContextToken, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listWorkflowTasks(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Lists all the workflow tasks whose attributes match those specified; only tasks that the client has read permissions for are considered.
listWorkflowTasksForProject(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
listWorkflowTasksForUser(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
login(String, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
This is the login API method.
logout() - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
This is the logout API method.

P

publishFolder(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Transition state of folder represented by supplied handle to PUBLISHED state This API will publish given folder and all its parent folders if not published.
publishOffer(ExecutionContextToken, Handle, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Transition state of offer represented by supplied handle to PUBLISHED state

R

RA_ERROR_CREATING_CLIENT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RA_NOTINITIALIZED - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RA_OBJECTMAPPER_OBJECT_TO_STRING_ERROR - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RA_OBJECTMAPPER_STRING_TO_OBJECT_ERROR - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RA_PARSE_EXCEPTION - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RA_UNKNOWNERROR - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_APPROVAL_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_ASSET_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_ATTRIBUTE_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_BAD_HTTP_RESPONSE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_BAD_HTTP_UNKNOWN_EXCEPTION - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_CIRCULARITY - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_DATA_ACCESS_ERROR - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_ILLEGAL_EXECUTION_CONTEXT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_INVALID_ARGUMENT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_INVALID_ATTRIBUTE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_INVALID_EXECUTION_CONTEXT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_INVALID_HANDLE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_INVALID_HTTP_METHOD - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_INVALID_ITEM - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_INVALID_LOCK - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_INVALID_STATE_TRANSITION - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_ITEM_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_LIST_TOO_LARGE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_LOCK_IN_USE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_MARKETING_OBJECT_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_MULTIPLE_ITEMS_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_NO_EXCEPTION_MESSAGE_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_NOT_LOCKED - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_PLUGIN_INITIALIZATION_EXCEPTION - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_PROCEDURE_EXECUTION_EXCEPTION - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_PROCEDURE_INITIALIZATION_EXCEPTION - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_PROJECT_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TASK_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TEMPLATE_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TEMPLATE_TYPE_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TRIG_EVENT_NOT_FOUND - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TRIG_EVENT_NOT_FOUND_EXTRA_MESSAGE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TRIG_INVALID_ACKNOWLEDGEMENT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TRIG_INVALID_PROCESSED_NOTIFICATION - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TRIG_INVALID_SUBSCRIPTION_OBJECT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_TRIG_NOT_SUBSCRIBED - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_UNSUPPORTED_HTTP_METHOD - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAAPI_USER_UNAUTHORIZED - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAEC_ERROR_CREATING_EXECUTION_CONTEXT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAEC_INVALID_EXECUTION_CONTEXT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAECT_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAEXH_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RALM_LOGIN_INVALID - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RALM_LOGIN_INVALID_CREDENTIALS - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RALM_LOGIN_UNSUPPORTED_LOGIN_TYPE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RALT_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RALT_INVALID_LOGIN_TOKEN - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTM_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTM_INCORRECT_TYPE_INFO - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTM_INVALID_KEY_TYPE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTM_UNSUPPORTED_DATA_TYPE - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTM_VALUE_TYPE_NOT_PRESENT - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTM_VALUES_NOT_IN_ARRAY - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTMIMTM_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTVA_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RAMTVS_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RATRO_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
RATSO_INCORRECT_FORMATTING - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 
redraftOffer(ExecutionContextToken, Handle, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Transition state of offer represented by supplied handle to DRAFT state
RestApiException - Exception in com.unica.uap.restapi.client
When any method in the REST client stub is called, the method in turn makes a call to the server with REST.
RestApiException(String) - Constructor for exception com.unica.uap.restapi.client.RestApiException
 
RestApiException(int, int, String) - Constructor for exception com.unica.uap.restapi.client.RestApiException
 
retireOffer(ExecutionContextToken, Handle, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Transition state of offer represented by supplied handle to RETIRED state

S

setMembersByParticipationLevel(ExecutionContextToken, Handle, Handle[], ProjectParticipantLevelEnum, boolean) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Update members for a specific participation level for an existing project.
setMembersByRole(ExecutionContextToken, Handle, Handle[], String, boolean) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Update members for a specific member role for an existing Plan objects.
setReviewersByRole(ExecutionContextToken, Handle, Handle[], String, boolean) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Update reviewers for a specific reviewer role for an existing project.
StringToCodeMap - Static variable in class com.unica.uap.restapi.constants.ExceptionMessages
 

T

token - Variable in class com.unica.uap.restapi.ExecutionContextToken
 
transitionApprovalStateByHandle(ExecutionContextToken, Handle, ApprovalStateEnum, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Change the approval state of an existing approval to a new state.
transitionAssetStateByCode(ExecutionContextToken, String, AssetStateEnum, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
transitionInvoiceState(ExecutionContextToken, Handle, InvoiceStateEnum, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to update state of the Invoice
transitionMarketingObjectStateByHandle(ExecutionContextToken, Handle, String, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Transition a supplied Marketing Object's state to the new state.
transitionProgramState(ExecutionContextToken, Handle, ProgramState, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds the program assigned the supplied unique program handle and transition its state to the new state.
transitionProjectRequestStateByHandle(ExecutionContextToken, Handle, ProjectStateEnum, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Finds the project request and transition its state to the new state.

On resubmitting returned request, request 'Re-approval Rule' would be:
If project request returned and then resubmitted, request is processed by all recipients again

To accept request by recipient, "onBehalfOfUserID" user id should be valid recipinet's id.
transitionProjectStateByCode(ExecutionContextToken, String, ProjectStateEnum) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Deprecated. 
transitionProjectStateByHandle(ExecutionContextToken, Handle, ProjectStateEnum, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Overloaded API with comments parameters.
transitionWorkflowTaskStateByHandle(ExecutionContextToken, Handle, TaskStateEnum, String) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Overloaded API with comments parameters.
transitionWorkflowTaskStateByName(ExecutionContextToken, String, String, TaskStateEnum) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Deprecated.
use transitionWorkflowTaskStateByHandle Finds the workflow task that has the specified project code and task name and transitions its state to the new state.
triggerAcknowledgementNotification(ExecutionContextToken, TriggerReturnObject) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Acknowledgment that this client will handle a given triggered event.
triggerCompleteNotification(ExecutionContextToken, TriggerReturnObject) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
A notification that the processing for the given triggered event is complete.

U

unlinkProgramChildren(ExecutionContextToken, Handle, Handle[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Unlinks one or more child projects from their common parent program; all projects must already exist.
unlinkProgramPlan(ExecutionContextToken, Handle) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
UnLink existing Plan object from Program
unlinkProjectChildren(ExecutionContextToken, Handle, Handle[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Unlinks one or more child projects from their common parent project; all projects must already exist.
updateApprovalItems(ExecutionContextToken, Handle, Object[], String[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
This method updates one or more approval item(s) within a single Approval object.
updateAttribute(ExecutionContextToken, Handle, String, Object[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Update the attribute of the object instance given by the specified handle.
updateAttributes(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Update one or more attributes of the object instance given by the specified handle.
updateFinancialAccountBudget(ExecutionContextToken, Handle, int, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
API to update account budget information in one call you can update budget information for one financial year
updateMembersByRoleType(ExecutionContextToken, Handle, String, Handle[]) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
 
updateProjectLineItemAllocation(ExecutionContextToken, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API function to update project line item allocation
updateProjectRequestRecepient(ExecutionContextToken, Handle, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Update project request recipients.
updateSubProjectAllocation(ExecutionContextToken, Handle, Handle, AttributeMap) - Method in interface com.unica.uap.restapi.interfaces.IRestApiClient
Use this API function to update sub project allocation
A C D E F G H I L P R S T U