-
Field Summary
Fields
The names of model's keys
The name of prototype in the model
-
Method Summary
Branch that the revision comes from.
Return a string with the format 'Name - Revision message' or only the Name if the message is null or empty.
boolean
boolean
can, copyTo, createStructureForKey, forget, getContextId, getDataRevision, getDataSvc, getEnumerationOptionForField, getEnumerationTypeForField, getFieldLabel, getFieldType, getIncompatibleCustomField, getIncompatibleCustomFieldPrototype, getIncompatibleCustomFieldsList, getLastRevision, getLocalId, getObjectId, getPrototype, getRevision, getUri, getValue, isModified, isPersisted, isReadOnly, isResolved, isUnresolvable, resolve, save, setEnumerationValue, setValue, update
-
Field Details
-
PROTO
The name of prototype in the model
- See Also:
-
-
-
KEY_REPOSITORY_NAME
static final String KEY_REPOSITORY_NAME
- See Also:
-
-
KEY_AUTHOR
static final String KEY_AUTHOR
The names of model's keys
- See Also:
-
-
KEY_CREATED
static final String KEY_CREATED
- See Also:
-
-
KEY_MESSAGE
static final String KEY_MESSAGE
- See Also:
-
-
KEY_INTERNAL_COMMIT
static final String KEY_INTERNAL_COMMIT
- See Also:
-
-
KEY_BRANCH
static final String KEY_BRANCH
- Since:
- 3.22.1
- See Also:
-
-
Method Details
-
getName
- Returns:
- The revision name (sometimes referred to as number, or id).
-
getRepositoryName
- Returns:
- Name of the repository this revision belongs to
-
-
-
-
getBranch
Branch that the revision comes from. Only one branch will be specified.
Returns value only if ERA service is used.
- Since:
- 3.22.1
-
isInternalCommit
boolean isInternalCommit()
-
isExternal
boolean isExternal()
- Since:
- 3.5.1
-
-
-
-
getChangedLocations
- Since:
- 3.5.2
-
getLabel
@NotNull
default String getLabel()
Return a string with the format 'Name - Revision message' or only the Name if the message is null or empty.
- Since:
- 3.24.4