Package com.mayam.wf.config.shared
Enum Class UiActivity
- All Implemented Interfaces:
Activity
,Serializable
,Comparable<UiActivity>
,Constable
Describes UI activities availble in the Tasks UI.
- Author:
- Markus Mårtensson
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.mayam.wf.config.shared.Activity
Activity.InputAttributes, Activity.Interactive, Activity.Internal, Activity.OutputAttributes
-
Enum Constant Summary
Enum ConstantDescriptionAdds peer item media in the current task to a project in Adobe Premiere Pro or PhotoshopAdds media in the current task to a project in Adobe Premiere Pro or PhotoshopAssigns values to the subject(s).Allows the user to upload file attachments.Displays a view of the current BPMS state.Allows the user to take an active part in a discussion.Causes tasks to be filtered by a given set of values for PARENT_TASK_ID.Causes tasks to be filtered using a set of attributes, values of which are taken from the currently selected task.Displays the form specified inAttribute.FORM_ID
, merging any changed made to the subjects.Causes MAM_BOOKMARKS to be set based on the Viz One stack or equivalent.Sets SEARCH_VIEW to the current search view, including changes made since last save.Ensures that a task is visible in the task list and makes it stand out temporarily.Invokes an external application for the primary asset.Invokes the Accurate Player.Invoke a media export operation in Adobe Premiere or Photoshop.Invoke the BIRT viewer, allowing reports to be viewed and/or exported.Invoke the synchronous Excel export with http download to from browserCauses task(s) to be added to the matchbox.Causes MATCHBOX_CONTENTS to be set to full list of tasks currently in the match box, full attribute maps as received by the client.Causes TASK_PEER_ID to be set to the focused task in the matchbox.Causes TASK_PEER_ID to be set to the focused task of the matchbox, which is then removed.Navigates to the specified screen.Fetching host values from the Pilot, transforming them into a fixed set of attributes.Notifies the Pilot that an order has been created.Invokes an external application for the peer asset.Displays the print viewRaw editing, meaning the user is presented with an editable JSON view of the task.Updates the current tasklist.Parks the current timeline clip and produces a BOM (Bill of Materials) for the clip.The timeline clip will be published to the configured SQ server and produces a BOM for the clip.The timeline clip will be published to the configured SQ server and produces a BOM for the clip.Timeline will be setup with a blank 1 minute clip of the specified resolution and all sources placed into a project folder in the RIO Editor’s clips binSplits the view, showing Viz One asset to the right.Allows the user to define a subset of the rows of one table which will then make up the rows of a second table.Displays the history viewIf SEARCH_VIEW is set, creates a temporary search view.Allows the user to upload files to a ManagedFolder. -
Method Summary
Modifier and TypeMethodDescriptionstatic UiActivity
Returns the enum constant of this class with the specified name.static UiActivity[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ASSIGN_VALUES
Assigns values to the subject(s). Can thought of as having anActivity.InputAttributes.value()
set to all ofAttribute.values()
. -
BPMS_VIEW
Displays a view of the current BPMS state. -
DIALOG
-
FORM
Displays the form specified inAttribute.FORM_ID
, merging any changed made to the subjects. -
TASK_HISTORY
Displays the history view -
PRINT
Displays the print view -
HIGHLIGHT_TASK
Ensures that a task is visible in the task list and makes it stand out temporarily. -
REFRESH_TASKLIST
Updates the current tasklist. Use after creating new task if you want it to show instantly -
INVOKE
Invokes an external application for the primary asset. The choice will be made based on the value ofAttribute.LAST_USER_ACTION
which is set upon clicking a user action button. Supported are only the values ofUserAction
that begin withINVOKE_
. -
PEER_INVOKE
Invokes an external application for the peer asset. The choice will be made based on the value ofAttribute.LAST_USER_ACTION
which is set upon clicking a user action button. Supported are only the values ofUserAction
that begin withPEER_INVOKE_
. -
ATTACH
Allows the user to upload file attachments. Prior to 2.6, this functionality was called UPLOAD.- See Also:
-
UPLOAD
Allows the user to upload files to a ManagedFolder. The specific folder is specified by its attribute name (eg. MANAGED_FOLDER_3) in ACTIVITY_PARAM. -
ADD_TO_ADOBE_PROJECT
Adds media in the current task to a project in Adobe Premiere Pro or Photoshop -
ADD_PEER_TO_ADOBE_PROJECT
Adds peer item media in the current task to a project in Adobe Premiere Pro or Photoshop -
INVOKE_ADOBE_EXPORT
Invoke a media export operation in Adobe Premiere or Photoshop. The target is the ASSET_SITE_ID of the selected task -
INVOKE_BIRT
Invoke the BIRT viewer, allowing reports to be viewed and/or exported. -
INVOKE_EXCEL_EXPORT
Invoke the synchronous Excel export with http download to from browser -
INVOKE_ACCURATE_PLAYER
Invokes the Accurate Player. -
FILTER_RELATED
Causes tasks to be filtered using a set of attributes, values of which are taken from the currently selected task. Format for ACTIVITY_PARAM is a comma separated list of attributes or colon separated pairs (target:source). Each target attribute MUST also be configured as a search/filter attribute in the target task list. -
FILTER_CHILDREN
Causes tasks to be filtered by a given set of values for PARENT_TASK_ID. -
DISCUSSION
Allows the user to take an active part in a discussion. -
SPLIT_VIEW
Splits the view, showing Viz One asset to the right. -
RIO_TAKE
Timeline will be setup with a blank 1 minute clip of the specified resolution and all sources placed into a project folder in the RIO Editor’s clips bin -
RIO_PARK
Parks the current timeline clip and produces a BOM (Bill of Materials) for the clip. -
RIO_PUBLISH_SQ
The timeline clip will be published to the configured SQ server and produces a BOM for the clip. -
RIO_PUBLISH_FILE
The timeline clip will be published to the configured SQ server and produces a BOM for the clip. -
MATCHBOX_ADD_ENTRIES
Causes task(s) to be added to the matchbox. -
MATCHBOX_GET_ENTRY
Causes TASK_PEER_ID to be set to the focused task in the matchbox. -
MATCHBOX_REMOVE_ENTRY
Causes TASK_PEER_ID to be set to the focused task of the matchbox, which is then removed. Matchbox is closed if no entries remain. -
MATCHBOX_CONTENTS
Causes MATCHBOX_CONTENTS to be set to full list of tasks currently in the match box, full attribute maps as received by the client. Note that this typically does not include UnmanagedMetadata. Also note that the currently focused entry, if required, needs to be fetched separately with a MATCHBOX_GET_ENTRY activity. -
GET_MAM_BOOKMARKS
Causes MAM_BOOKMARKS to be set based on the Viz One stack or equivalent. -
NAVIGATE
Navigates to the specified screen. Format of the ACTIVITY_PARAM the same as a crumb in the trail url representation, e.g. "server;tasklist:import". -
GET_SEARCH_VIEW
Sets SEARCH_VIEW to the current search view, including changes made since last save. -
TEMPORARY_SEARCH_VIEW
If SEARCH_VIEW is set, creates a temporary search view. Should only be used with task multiplicity of ZERO or EXACTLY_ONE. -
TABLE_SUBSET
Allows the user to define a subset of the rows of one table which will then make up the rows of a second table. The attributes of the two tables are to be provided, separated by comma, in ACTIVITY_PARAM, e.g. "TABLE8,TEMP_TABLE_1". -
RAW_EDIT
Raw editing, meaning the user is presented with an editable JSON view of the task. -
OMS_HOST_VALUES
@OutputAttributes({REQ_KEYWORDS,REQ_TEMPLATE,REQ_TEMPLATE_CONCEPT,REQ_WIDTH,REQ_HEIGHT}) public static final UiActivity OMS_HOST_VALUESFetching host values from the Pilot, transforming them into a fixed set of attributes. -
OMS_NOTIFY_CREATE
Notifies the Pilot that an order has been created.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-