Uses of Class
com.mayam.wf.exception.RemoteException
Package
Description
This package provides a client for the Mayam Tasks Webservices.
-
Uses of RemoteException in com.mayam.wf.ws.client
Modifier and TypeMethodDescriptionprotected static RemoteException
TasksClient.expectRemoteException
(Throwable t) Tries to locate a RemoteException in the stacktrace, and if so it returns that.Modifier and TypeMethodDescriptionAssetApi.createAsset
(AttributeMap asset) Creates a new asset.BpmsApi.createProcessInstance
(String processName, AttributeMap map) Creates a new BPMS Process InstanceSegmentApi.createSegmentList
(AssetType assetType, String assetId, SegmentList segmentList) Creates a new segment list.TaskApi.createTask
(AttributeMap task) Creates a new task.AssetApi.deleteAsset
(AssetType assetType, String assetId) Deletes an asset by its type and identifier.AssetApi.deleteAsset
(AssetType assetType, String assetId, int gracePeriod) Deletes an asset by its type and identifier.void
AssetApi.deleteAssetMedia
(AssetType assetType, String assetId) Deletes the media from given asset.void
BpmsApi.deleteProcessInstance
(String id) Delete process instancevoid
SegmentApi.deleteSegmentList
(String segmentListId) Deletes a segment list by its identifier.void
TaskApi.deleteTask
(long taskId) Deletes a task by its task identifier.Retrieves an asset by its type and identifier.AssetApi.getAssetBySiteId
(AssetType assetType, String siteId) Retrieves an asset by its type and site identifier.AssetApi.getAssetChildren
(AssetType assetType, String assetId, AssetType... childTypes) Retrieves child assets by the type and identifier of a given parent asset; results are limited to a set of child asset types.static AttributeMap
TasksTest.getAssetTest
(TasksClient client, AssetType assetType, String id) ConfigApi.getConfiguration()
AssetApi.getFormatInfo
(AssetType assetType, String assetId) Gets file format information about a given asset.AssetApi.getMarkers
(AssetType assetType, String assetId, String revisionId) Gets a list of markers for given asset revision.BpmsApi.getProcessInstanceData
(String id) Get the attributemap in an active processAssetApi.getQcMessages
(AssetType assetType, String assetId) Fetches a list of qc messagesSegmentApi.getSegmentList
(String segmentListId) Returns a segment list by its identifier.SegmentApi.getSegmentListBySiteId
(String siteId) Returns a segment list by its site identifier.SegmentApi.getSegmentListsForAsset
(AssetType assetType, String assetId) Returns all segment lists for asset.TaskApi.getTask
(long taskId) Retrieves a task by its task identifier.TaskApi.getTasks
(FilterCriteria filterCritera, int pageSize, int rowOffset) Retrieves a limited list of tasks based on criteria and offset from the start of the full result set.TaskApi.getTasks
(FilterExpression filterExpression, int pageSize, int rowOffset) Retrieves a limited list of tasks based on expression and offset from the start of the full result set.AssetApi.getTechReport
(AssetType assetType, String assetId) Fetches a technical report with QC events for an asset.AssetApi.getUnmanagedMetadata
(AssetType assetType, String assetId) Retrieve metadata directly from the MAM.UserApi.getUserGroups
(String username) AssetApi.importFile
(AssetType assetType, String assetId, ImportRequestBuilder requestBuilder) Imports a file on a specified storage/service with a specified file path.BpmsApi.listProcessInstances
(String processName, AttributeMap map) List active process instances data based on query parameters contained in AttributeMapstatic void
Connects to the test web service and runs the calls within.void
AssetApi.moveMediaEssence
(AssetType srcType, String srcId, AssetType destType, String destId) Moves media essence from the source asset to the destination assetActivityApi.performSiteActivity
(AttributeMap subject) Performs site activity on provided subject which must contain SITE_ACTIVITY_ID.ActivityApi.performSiteFunction
(String name, AttributeMap subject) Performs named site function on provided subject.AssetApi.requestConform
(AssetType assetType, String assetId, ConformRequestBuilder request) Requests a conform using a MAM specific subset of available request details.AssetApi.requestTranscode
(AssetType assetType, String assetId, TranscodeRequestBuilder request) Requests transcode of asset video.AssetApi.requestTransfer
(AssetType assetType, String assetId, TransferRequestBuilder request) Requests a transfer of asset file(s) using a MAM specific subset of available request details.TasksClient.testPutMap
(AttributeMap map) AssetApi.updateAsset
(AttributeMap asset) Updates an asset.void
BpmsApi.updateProcessInstance
(String id, BpmsSignal signal, AttributeMap map) Update BPMS Process Instance using a signal messageSegmentApi.updateSegmentList
(String segmentListId, SegmentList segmentList) Updates a given segment list.TaskApi.updateTask
(AttributeMap task) Updates a task.AssetApi.updateUnmanagedMetadata
(AssetType assetType, String assetId, UnmanagedMetadata metadata) Sets metadata directly in the MAM.