new RestApiService()
Provides access to the Object API REST services. At runtime, a singleton instance of this class is injected as the
global variable
RestApiService
.
Methods
getAuditService() → {tibco.objectapi.service.AuditService}
Returns the AuditService instance.
Any of the AuditService methods can be called on this instance.
Any of the AuditService methods can be called on this instance.
Returns:
getBusinessDeadlineService() → {tibco.objectapi.service.BusinessDeadlineService}
Returns the BusinessDeadlineService instance.
Any of the BusinessDeadlineService methods can be called on this instance.
Any of the BusinessDeadlineService methods can be called on this instance.
Returns:
getBusinessServiceService() → {tibco.objectapi.service.BusinessServiceService}
Returns the BusinessServiceService instance.
Any of the BusinessServiceService methods can be called on this instance.
Any of the BusinessServiceService methods can be called on this instance.
Returns:
getCaseActionService() → {tibco.objectapi.service.CaseActionService}
Returns the CaseActionService instance.
Any of the CaseActionService methods can be called on this instance.
Any of the CaseActionService methods can be called on this instance.
Returns:
getChannelBusService() → {tibco.objectapi.service.ChannelBusService}
Returns the ChannelBusService instance.
Any of the ChannelBusService methods can be called on this instance.
Any of the ChannelBusService methods can be called on this instance.
Returns:
getClientService() → {tibco.objectapi.service.ClientService}
Returns the ClientService instance.
Any of the ClientService methods can be called on this instance.
Any of the ClientService methods can be called on this instance.
Returns:
getDirectoryService() → {tibco.objectapi.service.DirectoryService}
Returns the DirectoryService instance.
Any of the DirectoryService methods can be called on this instance.
Any of the DirectoryService methods can be called on this instance.
Returns:
getDocumentService() → {tibco.objectapi.service.DocumentService}
Returns the DocumentService instance.
Any of the DocumentService methods can be called on this instance.
Any of the DocumentService methods can be called on this instance.
Returns:
getDynamicResourceQueryService() → {tibco.objectapi.service.DynamicResourceQueryService}
Returns the DynamicResourceQueryService instance.
Any of the DynamicResourceQueryService methods can be called on this instance.
Any of the DynamicResourceQueryService methods can be called on this instance.
Returns:
getEntityResolverPrivateService() → {tibco.objectapi.service.EntityResolverPrivateService}
Returns the EntityResolverPrivateService instance.
Any of the EntityResolverPrivateService methods can be called on this instance.
Any of the EntityResolverPrivateService methods can be called on this instance.
Returns:
getEntityResolverService() → {tibco.objectapi.service.EntityResolverService}
Returns the EntityResolverService instance.
Any of the EntityResolverService methods can be called on this instance.
Any of the EntityResolverService methods can be called on this instance.
Returns:
getExporterService() → {tibco.objectapi.service.ExporterService}
Returns the ExporterService instance.
Any of the ExporterService methods can be called on this instance.
Any of the ExporterService methods can be called on this instance.
Returns:
getGlobaldataAdminService() → {tibco.objectapi.service.GlobaldataAdminService}
Returns the GlobaldataAdminService instance.
Any of the GlobaldataAdminService methods can be called on this instance.
Any of the GlobaldataAdminService methods can be called on this instance.
Returns:
getGlobaldataService() → {tibco.objectapi.service.GlobaldataService}
Returns the GlobaldataService instance.
Any of the GlobaldataService methods can be called on this instance.
Any of the GlobaldataService methods can be called on this instance.
Returns:
getL10nService() → {tibco.objectapi.service.L10nService}
Returns the L10nService instance.
Any of the L10nService methods can be called on this instance.
Any of the L10nService methods can be called on this instance.
Returns:
getOrgEntityConfigService() → {tibco.objectapi.service.OrgEntityConfigService}
Returns the OrgEntityConfigService instance.
Any of the OrgEntityConfigService methods can be called on this instance.
Any of the OrgEntityConfigService methods can be called on this instance.
Returns:
getOrgModelService() → {tibco.objectapi.service.OrgModelService}
Returns the OrgModelService instance.
Any of the OrgModelService methods can be called on this instance.
Any of the OrgModelService methods can be called on this instance.
Returns:
getOrgResourceService() → {tibco.objectapi.service.OrgResourceService}
Returns the OrgResourceService instance.
Any of the OrgResourceService methods can be called on this instance.
Any of the OrgResourceService methods can be called on this instance.
Returns:
getPageFlowService() → {tibco.objectapi.service.PageFlowService}
Returns the PageFlowService instance.
Any of the PageFlowService methods can be called on this instance.
Any of the PageFlowService methods can be called on this instance.
Returns:
getProcessManagementService() → {tibco.objectapi.service.ProcessManagementService}
Returns the ProcessManagementService instance.
Any of the ProcessManagementService methods can be called on this instance.
Any of the ProcessManagementService methods can be called on this instance.
Returns:
getResourceQueryService() → {tibco.objectapi.service.ResourceQueryService}
Returns the ResourceQueryService instance.
Any of the ResourceQueryService methods can be called on this instance.
Any of the ResourceQueryService methods can be called on this instance.
Returns:
getRoleService() → {tibco.objectapi.service.RoleService}
Returns the RoleService instance.
Any of the RoleService methods can be called on this instance.
Any of the RoleService methods can be called on this instance.
Returns:
getSecurityService() → {tibco.objectapi.service.SecurityService}
Returns the SecurityService instance.
Any of the SecurityService methods can be called on this instance.
Any of the SecurityService methods can be called on this instance.
Returns:
getStatisticsService() → {tibco.objectapi.service.StatisticsService}
Returns the StatisticsService instance.
Any of the StatisticsService methods can be called on this instance.
Any of the StatisticsService methods can be called on this instance.
Returns:
getUserSettingsService() → {tibco.objectapi.service.UserSettingsService}
Returns the UserSettingsService instance.
Any of the UserSettingsService methods can be called on this instance.
Any of the UserSettingsService methods can be called on this instance.
Returns:
getWorkCalService() → {tibco.objectapi.service.WorkCalService}
Returns the WorkCalService instance.
Any of the WorkCalService methods can be called on this instance.
Any of the WorkCalService methods can be called on this instance.
Returns:
getWorkItemManagementService() → {tibco.objectapi.service.WorkItemManagementService}
Returns the WorkItemManagementService instance.
Any of the WorkItemManagementService methods can be called on this instance.
Any of the WorkItemManagementService methods can be called on this instance.
Returns:
getWorkListService() → {tibco.objectapi.service.WorkListService}
Returns the WorkListService instance.
Any of the WorkListService methods can be called on this instance.
Any of the WorkListService methods can be called on this instance.
Returns:
getWorkPresentationService() → {tibco.objectapi.service.WorkPresentationService}
Returns the WorkPresentationService instance.
Any of the WorkPresentationService methods can be called on this instance.
Any of the WorkPresentationService methods can be called on this instance.
Returns:
setRestServiceConfig(restServiceConfig)
Sets the REST service configuration. For each setting, the implementation object can either supply the property or a
get accessor function. If both property and function are present, the value returned by the function is used.
Parameters:
Name | Type | Description |
---|---|---|
restServiceConfig |
tibco.objectapi.service.RestServiceConfig | A JavaScript object that provides various settings for REST service calls, including the base service URL. |