- 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.
- 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.
- 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.