Package com.axemble.vdoc.sdk.interfaces
Interface IProperty.System
- Enclosing interface:
IProperty
public static interface IProperty.System
System properties
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The current operators.static final String
All the current task instances.static final String
All the past operators.static final String
The comment use while changing stepstatic final String
The creation date of the resourcestatic final String
The creator of the documentstatic final String
Max duration for the document.static final String
The past operators.static final String
Reference of the documentstatic final String
Title of the documentstatic final String
Version of the document.
-
Field Details
-
REFERENCE
Reference of the document- See Also:
-
TITLE
Title of the document- See Also:
-
CREATOR
The creator of the document- See Also:
-
CREATION_DATE
The creation date of the resource- See Also:
-
COMMENT
The comment use while changing step- See Also:
-
MAX_DURATION
Max duration for the document. Not used yet.- See Also:
-
VERSION
Version of the document. Not used yet.- See Also:
-
ACTIVE_OPERATORS
The current operators.- See Also:
-
PAST_OPERATORS
The past operators.- See Also:
-
ALLPAST_OPERATORS
All the past operators.- See Also:
-
ACTIVE_TASK_INSTANCES
All the current task instances.- See Also:
-