new GlobaldataService()
Methods
createCase(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.CreateCaseRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type CreateCaseResponseType . |
createDataView(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.CreateDataViewRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type CreateDataViewResponseType . |
dataViewHelp(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.DataViewHelpRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type StringResponse . |
deleteCaseByCID(request, callback)
A case identifier is a special type of attribute that can be used to uniquely identify a case class. A case class must have at least one case identifier and may have many, depending on the nature of the case data. Case identifiers are specified at design-time when modeling your case data in TIBCO Business Studio.
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.DeleteCaseByCIDRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type JsoResponse . |
deleteCaseByRef(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.DeleteCaseByRefRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type JsoResponse . |
deleteDataViewByID(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.DeleteDataViewByIDRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type JsoResponse . |
deleteDataViewByName(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.DeleteDataViewByNameRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type JsoResponse . |
editDataView(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.EditDataViewRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type JsoResponse . |
findAllCases(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.FindAllCasesRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SearchResults . |
findCaseByCID(request, callback)
A case identifier is a special type of attribute that can be used to uniquely identify a case class. A case class must have at least one case identifier and may have many, depending on the nature of the case data. Case identifiers are specified at design-time when modeling your case data in TIBCO Business Studio.
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.FindCaseByCIDRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type FindCaseByCIDResponseType . |
findCaseByCriteria(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.FindCaseByCriteriaRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SearchResults . |
findCaseByExample(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.FindCaseByExampleRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SearchResults . |
getCaseReferencesForDataViewByAdhocView(request, callback)
You can use this function to provide ad-hoc searches of all case data or to search data views that have been created and stored previously. The search query enables you to specify sophisticated search conditions based on a search schema.
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetCaseReferencesForDataViewByAdhocViewRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SearchResults . |
getCaseReferencesForDataViewByID(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetCaseReferencesForDataViewByIDRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SearchResults . |
getCaseReferencesForDataViewByName(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetCaseReferencesForDataViewByNameRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SearchResults . |
getCaseState(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetCaseStateRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetCaseStateResponseType . |
getCaseSummary(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetCaseSummaryRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetCaseSummaryResponseType . |
getDataViewCategories(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetDataViewCategoriesRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetDataViewCategoriesResponseType . |
getDataViewDetailsByApp(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetDataViewDetailsByAppRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetDataViewDetailsResponseType . |
getDataViewDetailsByCaseClass(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetDataViewDetailsByCaseClassRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetDataViewDetailsResponseType . |
getDataViewDetailsByCategory(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetDataViewDetailsByCategoryRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetDataViewDetailsResponseType . |
getDataViewDetailsByID(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetDataViewDetailsByIDRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetDataViewDetailsResponseType . |
getDataViewDetailsByName(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetDataViewDetailsByNameRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetDataViewDetailsResponseType . |
getDataViewDetailsByUncategorized(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetDataViewDetailsByUncategorizedRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetDataViewDetailsResponseType . |
globaldataGetHelp(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GlobaldataGetHelpRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type StringResponse . |
linkCase(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.LinkCaseRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type LinkResponseType . |
modelHelp(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ModelHelpRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type StringResponse . |
navigateCase(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.NavigateCaseRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SearchResults . |
navigateCaseByCriteria(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.NavigateCaseByCriteriaRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SearchResults . |
navigateCaseDetailed(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.NavigateCaseDetailedRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type NavigateCaseDetailedResponseType . |
readCase(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ReadCaseRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ReadCaseResponseType . |
refHelp(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.RefHelpRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type StringResponse . |
unlinkCase(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.UnlinkCaseRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type LinkResponseType . |
updateCase(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.UpdateCaseRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type UpdateCaseResponseType . |