Class: OrgEntityConfigService

tibco.objectapi.service.OrgEntityConfigService

new OrgEntityConfigService()

Methods

deleteOrgEntityConfigAttributes(request, callback)

Deletes one or more attributes for a given resource.
Parameters:
Name Type Description
request tibco.objectapi.service.request.DeleteOrgEntityConfigAttributesRequest A request set with data for this service call.
callback tibco.objectapi.service.Callback A callback to handle the service response of type DeleteOrgEntityConfigAttributesResponseType.

getOrgEntityConfigAttributes(request, callback)

Returns the attributes that are currently set for a given resource.
Parameters:
Name Type Description
request tibco.objectapi.service.request.GetOrgEntityConfigAttributesRequest A request set with data for this service call.
callback tibco.objectapi.service.Callback A callback to handle the service response of type GetOrgEntityConfigAttributesResponseType.

getOrgEntityConfigAttributesAvailable(request, callback)

Returns all available attributes that can be used.

This returns a subset of the attributes returned by calling getOrgEntityConfigAttributes, including the name, description and whether it is read only.

Parameters:
Name Type Description
request tibco.objectapi.service.request.GetOrgEntityConfigAttributesAvailableRequest A request set with data for this service call.
callback tibco.objectapi.service.Callback A callback to handle the service response of type GetOrgEntityConfigAttributesAvailableResponseType.

setOrgEntityConfigAttributes(request, callback)

Sets one or more attributes for a given resource. This can be used to either create a new attribute or update an existing one.
Parameters:
Name Type Description
request tibco.objectapi.service.request.SetOrgEntityConfigAttributesRequest A request set with data for this service call.
callback tibco.objectapi.service.Callback A callback to handle the service response of type SetOrgEntityConfigAttributesResponseType.