A B C D G H I J L M N O P R S T U V W

P

PERFORM_ADDITIONAL_CHECKS_PROPERTY_NAME - Static variable in class org.gcube.contentmanagement.layerindependent.servicehelper.CollectionManagementProperties
Defines whether additional checks should be performed that ensure the highest possible level of consistency.
PERFORM_ADDITIONAL_CHECKS_PROPERTY_NAME - Static variable in class org.gcube.contentmanagement.layerindependent.servicehelper.StorageManagementProperties
Parameter in configuration file to turn additional checks on or off (boolean value).
printStackTrace() - Static method in class org.gcube.contentmanagement.layerindependent.servicehelper.DebugUtils
Prints the current call stack by proving an Exception, catching it immediately, and returning to regular execution.
PROPAGATE_DELETE_SOURCE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicReferenceDescription
will cascade the delete event of the target object to the source object of the reference.
PROPAGATE_DELETE_SOURCE_IF_SINGLE_APPEARANCE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicReferenceDescription
will propagate delete event of the target object if and onlf if the source object does not appear in any other reference with the same role
PROPAGATE_DELETE_TARGET - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicReferenceDescription
will cascade the delete event of the source object to the target object of the reference.
PROPAGATE_DELETE_TARGET_IF_SINGLE_APPEARANCE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicReferenceDescription
will propagate delete event of the source object if and onlf if the target object does not appear in any other reference with the same role
PROPAGATE_NO_DELETE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicReferenceDescription
will not propagate any delete event of the target object of this reference
PropertiesManager - Class in org.gcube.contentmanagement.layerindependent.servicehelper
this class manages properties and their defaults (or fallback values).
PROPERTY_NAME - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
generic property String for error identification
PROPERTY_NAME_CONTENT_LENGTH - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that holds information about the size of the content in bytes
PROPERTY_NAME_CONTENT_MIMETYPE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that holds information about the MIME type of the content
PROPERTY_NAME_CONTENT_URL - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that holds the content url
PROPERTY_NAME_CREATED_BY - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that contains the name of the user who created an object
PROPERTY_NAME_MODIFIED_BY - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that contains the name of the user who last modified an object
PROPERTY_NAME_OBJECT_CREATED - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that contains the date when an object has been created Content is stored as a String representation in milliseconds, between the creation time and midnight, January 1, 1970 UTC.
PROPERTY_NAME_OBJECT_FLAVOUR - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that sub-types objects, e.g.
PROPERTY_NAME_OBJECT_MODIFIED - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that contains the date of the last modification of the object, The type of this property is indicated as PROPERTY_TYPE_TIME_IN_MILLISECONDS.
PROPERTY_NAME_OBJECT_NAME - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that contains the name of the object
PROPERTY_NAME_OBJECT_TYPE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define the property that contains the type of the object
PROPERTY_NAME_USER_COLLECTION - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Name of the collection property used to indicate that the collection is a user collection or not.
PROPERTY_TYPE_BOOLEAN - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
the type of a property that represents a boolean value
PROPERTY_TYPE_DISTINGUISHED_NAME - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
the type of the property that holds information about a person in a X.509 distinguished name (or something similar).
PROPERTY_TYPE_LENGTH_IN_BYTES - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
the type of a property that expresses the length of raw content, in particular PROPERTY_NAME_CONTENT_LENGTH.
PROPERTY_TYPE_MIME_TYPE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
the type of a property that represents a MIME type
PROPERTY_TYPE_STRING - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
the type of a property that represents a String
PROPERTY_TYPE_TIME_IN_MILLISECONDS - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Content is stored as a String representation in milliseconds, between the modification time and midnight, January 1, 1970 UTC.
PROPERTY_VALUE_BOOLEAN_FALSE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define a valid string to represent 'false'
PROPERTY_VALUE_BOOLEAN_TRUE - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Constant to define a valid string to represent 'true'
PROPERTY_VALUE_MIME_TYPE_ASF - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for Microsoft ASF video content
PROPERTY_VALUE_MIME_TYPE_BINARY - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
most generic MIME type for binary content
PROPERTY_VALUE_MIME_TYPE_BINRAY - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
Deprecated. typo in name, use BasicPropertyDescription.PROPERTY_VALUE_MIME_TYPE_BINARY instead
PROPERTY_VALUE_MIME_TYPE_BZ2 - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for BZip2 compressed content
PROPERTY_VALUE_MIME_TYPE_GENERIC_XML - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for not further defined XML content
PROPERTY_VALUE_MIME_TYPE_GIF - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for GIF image content
PROPERTY_VALUE_MIME_TYPE_GZ - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for GZip compressed content
PROPERTY_VALUE_MIME_TYPE_HTML - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for HTML content
PROPERTY_VALUE_MIME_TYPE_JPEG - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for JPEG image content
PROPERTY_VALUE_MIME_TYPE_MPEG - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for MPEG video content
PROPERTY_VALUE_MIME_TYPE_MSWORD - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for Microsoft Word format content
PROPERTY_VALUE_MIME_TYPE_PDF - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for PDF content
PROPERTY_VALUE_MIME_TYPE_PICT - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for PICT image content
PROPERTY_VALUE_MIME_TYPE_PLAIN_TEXT - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for plain text content
PROPERTY_VALUE_MIME_TYPE_PNG - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for Portable Network Grafic image content
PROPERTY_VALUE_MIME_TYPE_POSTSCRIPT - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for PostScript content
PROPERTY_VALUE_MIME_TYPE_QUICKTIME - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for QuickTime video content
PROPERTY_VALUE_MIME_TYPE_RTF - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for Rich-text format content
PROPERTY_VALUE_MIME_TYPE_SVG - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for Scalable Vector Grafic image content
PROPERTY_VALUE_MIME_TYPE_TAR - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for TAR archived content
PROPERTY_VALUE_MIME_TYPE_TAR_GZ - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for TAR.GZ compressed content
PROPERTY_VALUE_MIME_TYPE_TIFF - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for TIFF image content
PROPERTY_VALUE_MIME_TYPE_UNKNOWN - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
value returned by java.net.URLConnection under some circumstances.
PROPERTY_VALUE_MIME_TYPE_URILIST - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for URI and URL lists according to RFC2483 which is basically simply one URI per (CR-LF terminated) line, comment lines start with the # symbol.
PROPERTY_VALUE_MIME_TYPE_WMF - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for WMF (image) content
PROPERTY_VALUE_MIME_TYPE_WMV - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for Microsoft WMV video content
PROPERTY_VALUE_MIME_TYPE_ZIP - Static variable in class org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription
MIME type for ZIP compressed content
PROTOCOL_HANDLER_PROPERTY_NAME - Static variable in class org.gcube.contentmanagement.layerindependent.servicehelper.StorageManagementProperties
 
PROTOCOL_HANDLERS_NUMBER_PROPERTY_NAME - Static variable in class org.gcube.contentmanagement.layerindependent.servicehelper.StorageManagementProperties
Defines the prefix of all properties that set the protocol handler chain
PUBLISH_COLLECTION_PROFILES_PROPERTY_NAME - Static variable in class org.gcube.contentmanagement.layerindependent.servicehelper.CollectionManagementProperties
Parameter in configuration file to turn publication of collection profiles in the DIS on or off (boolean value).

A B C D G H I J L M N O P R S T U V W