Uses of Interface
com.mayam.wf.attributes.shared.Copyable
Packages that use Copyable
Package
Description
This package contains the only types outside of
java.lang.*
and Date
that
are allowed to become value classes
of
attributes.-
Uses of Copyable in com.mayam.wf.attributes.shared
Classes in com.mayam.wf.attributes.shared that implement CopyableModifier and TypeClassDescriptionclass
Map fromAttribute
to value.class
Map fromAttribute
to a pair of values representing the start and the end of a range.Methods in com.mayam.wf.attributes.shared with type parameters of type CopyableModifier and TypeMethodDescriptionstatic <T extends Copyable>
voidCopyable.Utilities.copyContents
(Collection<T> source, Collection<T> destination) Creates deep copies of entries from one collection, adding them to the other.Methods in com.mayam.wf.attributes.shared that return Copyable -
Uses of Copyable in com.mayam.wf.attributes.shared.type
Classes in com.mayam.wf.attributes.shared.type that implement CopyableModifier and TypeClassDescriptionstatic class
Deprecated.An approval entry, containingstate
, user, and comment.class
Describes task specific user/group access to an asset.static class
List of users and/or groups with matching access rights.static class
A list entry containingtype
, entity, and boolean access triplet.class
Describes a file attached to a task.class
Describes the list of files attached to a task.class
class
class
class
List of comments, their authors and the timestamps of creation.static class
A comment log entry.class
class
class
Criteria for filtering, searching, and/or sorting tasks.class
A generic table structure with String cells and column names.static class
Represents a single row in aGenericTable
.class
Maps between invokers and URLs.class
class
class
class
class
Options to a file QC request Used to specify file QC request detailsclass
QC Warnings as a part of JOB Eventsclass
class
RichText data.class
class
class
class
class
Map connecting sets of styles to attributes for the purpose of providing customer specific rendering hints based on task state.class
Set ofStyle
with a compact machine readable hex representation.class
class
List of time + duration entries, their authors and a comment.static class
A comment log entry.class
Representing a translated string, implemented as a map from language to translation.class
A simple key/value list of strings with preserved ordering.static class
Methods in com.mayam.wf.attributes.shared.type that return CopyableModifier and TypeMethodDescriptionAttachment.copy()
AttachmentList.copy()
AttributeMapList.copy()
AudioTrack.copy()
AudioTrackList.copy()
FileFormatInfo.copy()
Marker.copy()
MarkerList.copy()
QCRequestOptions.copy()
QCWarnings.copy()
RememberedForms.copy()
Segment.copy()
SegmentList.copy()
SegmentListList.copy()
Timecode.copy()
-
Uses of Copyable in com.mayam.wf.config.shared
Classes in com.mayam.wf.config.shared that implement CopyableModifier and TypeClassDescriptionclass
Describes aninvalid reference
Type#API
invalid reference
Type#USER
static class
static class
class
Describes an approval role.class
Describes limitations placed upon the uploading of attachments to tasks; configured per Tasklist.class
class
class
A Control Value List (CVL) to be associated with aField
, providing a list of valid choices.static class
class
class
class
class
class
static class
static class
class
class
class
class
class
class
class
A named sort order preset implemented as a list of pairs of attributes and sorting direction, with the first pair having the highest priority.class
class
Used with DisplayMode.ICON_LIST to map attribute values to icon and color combination.static class
static class
class
Methods in com.mayam.wf.config.shared that return Copyable -
Uses of Copyable in com.mayam.wf.ws.rest.domain
Classes in com.mayam.wf.ws.rest.domain that implement Copyable