Enum NodeProperty
- java.lang.Object
-
- java.lang.Enum<NodeProperty>
-
- org.gcube.common.storagehub.model.types.NodeProperty
-
- All Implemented Interfaces:
Serializable,Comparable<NodeProperty>
public enum NodeProperty extends Enum<NodeProperty>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodePropertyfromValue(String value)static NodePropertyvalueOf(String name)Returns the enum constant of this type with the specified name.static NodeProperty[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TITLE
public static final NodeProperty TITLE
-
CREATED
public static final NodeProperty CREATED
-
LAST_MODIFIED
public static final NodeProperty LAST_MODIFIED
-
LAST_ACTION
public static final NodeProperty LAST_ACTION
-
OWNER
public static final NodeProperty OWNER
-
PORTAL_LOGIN
public static final NodeProperty PORTAL_LOGIN
-
LAST_MODIFIED_BY
public static final NodeProperty LAST_MODIFIED_BY
-
DESCRIPTION
public static final NodeProperty DESCRIPTION
-
USER_ID
public static final NodeProperty USER_ID
-
IS_PUBLIC
public static final NodeProperty IS_PUBLIC
-
IS_VRE_FOLDER
public static final NodeProperty IS_VRE_FOLDER
-
DISPLAY_NAME
public static final NodeProperty DISPLAY_NAME
-
USER
public static final NodeProperty USER
-
USERS
public static final NodeProperty USERS
-
MEMBERS
public static final NodeProperty MEMBERS
-
CONTENT
public static final NodeProperty CONTENT
-
FOLDER_ITEM_TYPE
public static final NodeProperty FOLDER_ITEM_TYPE
-
MIME_TYPE
public static final NodeProperty MIME_TYPE
-
DATA
public static final NodeProperty DATA
-
SIZE
public static final NodeProperty SIZE
-
REMOTE_STORAGE_PATH
public static final NodeProperty REMOTE_STORAGE_PATH
-
STORAGE_ID
public static final NodeProperty STORAGE_ID
-
STORAGE_PATH
public static final NodeProperty STORAGE_PATH
-
IMAGE_WIDTH
public static final NodeProperty IMAGE_WIDTH
-
IMAGE_HEIGHT
public static final NodeProperty IMAGE_HEIGHT
-
THUMBNAIL_DATA
public static final NodeProperty THUMBNAIL_DATA
-
THUMBNAIL_WIDTH
public static final NodeProperty THUMBNAIL_WIDTH
-
THUMBNAIL_HEIGHT
public static final NodeProperty THUMBNAIL_HEIGHT
-
AUTHOR
public static final NodeProperty AUTHOR
-
NUMBER_OF_PAGES
public static final NodeProperty NUMBER_OF_PAGES
-
VERSION
public static final NodeProperty VERSION
-
PDF_TITLE
public static final NodeProperty PDF_TITLE
-
PRODUCER
public static final NodeProperty PRODUCER
-
SCOPES
public static final NodeProperty SCOPES
-
CREATOR
public static final NodeProperty CREATOR
-
ITEM_TYPE
public static final NodeProperty ITEM_TYPE
-
PROPERTIES
public static final NodeProperty PROPERTIES
-
PROPERTY
public static final NodeProperty PROPERTY
-
IS_SHARED
public static final NodeProperty IS_SHARED
-
SHARED_ROOT_ID
public static final NodeProperty SHARED_ROOT_ID
-
DELETE_DATE
public static final NodeProperty DELETE_DATE
-
DELETE_BY
public static final NodeProperty DELETE_BY
-
ORIGINAL_PARENT_ID
public static final NodeProperty ORIGINAL_PARENT_ID
-
DELETED_FROM
public static final NodeProperty DELETED_FROM
-
TRASH_ITEM_NAME
public static final NodeProperty TRASH_ITEM_NAME
-
TRASH_ITEM_MIME_TYPE
public static final NodeProperty TRASH_ITEM_MIME_TYPE
-
LENGTH
public static final NodeProperty LENGTH
-
IS_FOLDER
public static final NodeProperty IS_FOLDER
-
SUBJECT
public static final NodeProperty SUBJECT
-
BODY
public static final NodeProperty BODY
-
ATTACHMENTS
public static final NodeProperty ATTACHMENTS
-
ATTACHMENTS_ID
public static final NodeProperty ATTACHMENTS_ID
-
ADDRESSES
public static final NodeProperty ADDRESSES
-
SCOPE
public static final NodeProperty SCOPE
-
READ
public static final NodeProperty READ
-
OPEN
public static final NodeProperty OPEN
-
NT_USER
public static final NodeProperty NT_USER
-
TIMESERIES_ID
public static final NodeProperty TIMESERIES_ID
-
TIMESERIES_TITLE
public static final NodeProperty TIMESERIES_TITLE
-
TIMESERIES_DESCRIPTION
public static final NodeProperty TIMESERIES_DESCRIPTION
-
TIMESERIES_CREATOR
public static final NodeProperty TIMESERIES_CREATOR
-
TIMESERIES_CREATED
public static final NodeProperty TIMESERIES_CREATED
-
TIMESERIES_PUBLISHER
public static final NodeProperty TIMESERIES_PUBLISHER
-
TIMESERIES_SOURCE_ID
public static final NodeProperty TIMESERIES_SOURCE_ID
-
TIMESERIES_SOURCE_NAME
public static final NodeProperty TIMESERIES_SOURCE_NAME
-
TIMESERIES_RIGHTS
public static final NodeProperty TIMESERIES_RIGHTS
-
TIMESERIES_DIMENSION
public static final NodeProperty TIMESERIES_DIMENSION
-
HEADER_LABELS
public static final NodeProperty HEADER_LABELS
-
QUERY
public static final NodeProperty QUERY
-
FOLDER_ID
public static final NodeProperty FOLDER_ID
-
QUERY_TYPE
public static final NodeProperty QUERY_TYPE
-
RT_CREATED
public static final NodeProperty RT_CREATED
-
LAST_EDIT
public static final NodeProperty LAST_EDIT
-
LAST_EDIT_BY
public static final NodeProperty LAST_EDIT_BY
-
NUMBER_OF_SECTION
public static final NodeProperty NUMBER_OF_SECTION
-
STATUS
public static final NodeProperty STATUS
-
FAILURES
public static final NodeProperty FAILURES
-
TEMPLATE_NAME
public static final NodeProperty TEMPLATE_NAME
-
SCHEMA
public static final NodeProperty SCHEMA
-
LANGUAGE
public static final NodeProperty LANGUAGE
-
COLLECTION_NAME
public static final NodeProperty COLLECTION_NAME
-
OID
public static final NodeProperty OID
-
NT_CONTENT
public static final NodeProperty NT_CONTENT
-
METADATA
public static final NodeProperty METADATA
-
ANNOTATIONS
public static final NodeProperty ANNOTATIONS
-
ALTERNATIVES
public static final NodeProperty ALTERNATIVES
-
PARENT_URI
public static final NodeProperty PARENT_URI
-
URI
public static final NodeProperty URI
-
NAME
public static final NodeProperty NAME
-
HL_MIME_TYPE
public static final NodeProperty HL_MIME_TYPE
-
NT_ALTERNATIVE
public static final NodeProperty NT_ALTERNATIVE
-
NT_PART
public static final NodeProperty NT_PART
-
PARTS
public static final NodeProperty PARTS
-
URL
public static final NodeProperty URL
-
ACCOUNTING
public static final NodeProperty ACCOUNTING
-
NT_ACCOUNTING
public static final NodeProperty NT_ACCOUNTING
-
WORKFLOW_ID
public static final NodeProperty WORKFLOW_ID
-
WORKFLOW_DATA
public static final NodeProperty WORKFLOW_DATA
-
WORKFLOW_STATUS
public static final NodeProperty WORKFLOW_STATUS
-
REFERENCE
public static final NodeProperty REFERENCE
-
HIDDEN
public static final NodeProperty HIDDEN
-
GROUP_ID
public static final NodeProperty GROUP_ID
-
IS_SYSTEM_FOLDER
public static final NodeProperty IS_SYSTEM_FOLDER
-
-
Method Detail
-
values
public static NodeProperty[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (NodeProperty c : NodeProperty.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static NodeProperty valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
fromValue
public static NodeProperty fromValue(String value)
-
-