Package com.mayam.wf.mq.common
Class Topics
java.lang.Object
com.mayam.wf.mq.common.Topics
Well known topics used within Mayam Tasks and associated tools.
- Author:
- Markus MÃ¥rtensson
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MqDestination
Progress update containing percentage done (MayamProgress property) out of total work order, posted when an activity has finished running for one of its subjects.static final MqDestination
Message describes alerts and CREATE/UPDATE and DELETEstatic final MqDestination
Messages are generated by the MAM adapter when it detects an asset creation.static final MqDestination
Messages are generated by the MAM adapter when it detects an asset deletion.static final MqDestination
Messages are generated by the MAM adapter when it detects an asset update.static final MqDestination
Message describes a series of CREATE/UPDATE/DELETE task operations that have been performed in bulk.static final MqDestination
Message describes a file checksum event.static final MqDestination
Describes a configuration being updated; the name of which is available as the MayamConfigId property.static final MqDestination
Describes a discussion being updated; the name of which is available as the MayamDiscussionId property.static final MqDestination
Message describes a file event.static final MqDestination
Messages are generated by the MAM adapter when it detects a job being aborted.static final MqDestination
Messages are generated by the MAM adapter when it detects a job being done.static final MqDestination
Messages are generated by the MAM adapter when it detects a job failure.static final MqDestination
Messages are generated by the MAM adapter when it detects a job start.static final MqDestination
Messages are generated by the MAM adapter when it detects a job update.static final MqDestination
static final MqDestination
Message describes a report that has finished processing.static final MqDestination
Messages are generated by the MAM adapter when it detects a segmentation update.static final MqDestination
Messages are generated as part of theCREATE_TASK
task creation server activity.static final MqDestination
Messages are generated as part of theDELETE_TASK
task deletion server activity.static final MqDestination
Messages are generated as part of any work order including a server activity that modifies one or more task attribute. -
Method Summary
-
Field Details
-
TASK_CREATE
Messages are generated as part of theCREATE_TASK
task creation server activity.- See Also:
-
TASK_UPDATE
Messages are generated as part of any work order including a server activity that modifies one or more task attribute.- See Also:
-
TASK_DELETE
Messages are generated as part of theDELETE_TASK
task deletion server activity.- See Also:
-
ASSET_CREATE
Messages are generated by the MAM adapter when it detects an asset creation.- See Also:
-
ASSET_UPDATE
Messages are generated by the MAM adapter when it detects an asset update. Both before and after representations are made available if supported by the underlying MAM.- See Also:
-
ASSET_DELETE
Messages are generated by the MAM adapter when it detects an asset deletion.- See Also:
-
JOB_STARTED
Messages are generated by the MAM adapter when it detects a job start.- See Also:
-
JOB_UPDATED
Messages are generated by the MAM adapter when it detects a job update.- See Also:
-
JOB_FAILED
Messages are generated by the MAM adapter when it detects a job failure.- See Also:
-
JOB_ABORT
Messages are generated by the MAM adapter when it detects a job being aborted.- See Also:
-
JOB_DONE
Messages are generated by the MAM adapter when it detects a job being done.- See Also:
-
SEGMENT_SAVED
Messages are generated by the MAM adapter when it detects a segmentation update.- See Also:
-
CONFIG_UPDATE
Describes a configuration being updated; the name of which is available as the MayamConfigId property. -
DISCUSSION_UPDATE
Describes a discussion being updated; the name of which is available as the MayamDiscussionId property. -
ACTIVITY_PROGRESS
Progress update containing percentage done (MayamProgress property) out of total work order, posted when an activity has finished running for one of its subjects. Messages are only sent for work orders that are provided with a progress identifier (returned as message property MayamProgressId). -
REPORT_DONE
Message describes a report that has finished processing. Containts REPORT_* attributes.- See Also:
-
FILE_MONITOR
Message describes a file event. Contains an Asset where OP_TYPE represents the ChangeType.- See Also:
-
CHKSUM_MONITOR
Message describes a file checksum event. Contains an Asset where OP_TYPE represents the ChangeType.- See Also:
-
BULK
Message describes a series of CREATE/UPDATE/DELETE task operations that have been performed in bulk.- See Also:
-
ALERTS
Message describes alerts and CREATE/UPDATE and DELETE- See Also:
-
OPERATION_ENQUEUE_NOTIFICATION
-