Generated by
JDiff

Interface javax.jcr.Repository

Added Methods
Value getDescriptorValue(String) The value of a single-value descriptor is found by passing the key for that descriptor to this method.
Value[] getDescriptorValues(String) The value array of a multi-value descriptor is found by passing the key for that descriptor to this method.
boolean isSingleValueDescriptor(String) Returns true if key is a valid single-value descriptor; otherwise returns false.
boolean isStandardDescriptor(String) Returns true if key is a standard descriptor defined by the string constants in this interface and false if it is either a valid implementation-specific key or not a valid key.
 

Added Fields
String IDENTIFIER_STABILITY Key to a String descriptor.
String IDENTIFIER_STABILITY_INDEFINITE_DURATION One of four possible values for the descriptor IDENTIFIER_STABILITY.
String IDENTIFIER_STABILITY_METHOD_DURATION One of four possible values for the descriptor IDENTIFIER_STABILITY.
String IDENTIFIER_STABILITY_SAVE_DURATION One of four possible values for the descriptor IDENTIFIER_STABILITY.
String IDENTIFIER_STABILITY_SESSION_DURATION One of four possible values for the descriptor IDENTIFIER_STABILITY.
String NODE_TYPE_MANAGEMENT_AUTOCREATED_DEFINITIONS_SUPPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_INHERITANCE Key to String descriptor.
String NODE_TYPE_MANAGEMENT_INHERITANCE_MINIMAL One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
String NODE_TYPE_MANAGEMENT_INHERITANCE_MULTIPLE One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
String NODE_TYPE_MANAGEMENT_INHERITANCE_SINGLE One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
String NODE_TYPE_MANAGEMENT_MULTIPLE_BINARY_PROPERTIES_SUPPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_MULTIVALUED_PROPERTIES_SUPPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_ORDERABLE_CHILD_NODES_SUPPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_OVERRIDES_SUPPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_PRIMARY_ITEM_NAME_SUPPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_PROPERTY_TYPES Key to a long[] descriptor.
String NODE_TYPE_MANAGEMENT_RESIDUAL_DEFINITIONS_SUPPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_SAME_NAME_SIBLINGS_SUPPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_UPDATE_IN_USE_SUPORTED Key to a boolean descriptor.
String NODE_TYPE_MANAGEMENT_VALUE_CONSTRAINTS_SUPPORTED Key to a boolean descriptor.
String OPTION_ACCESS_CONTROL_SUPPORTED Key to a boolean descriptor.
String OPTION_ACTIVITIES_SUPPORTED Key to a boolean descriptor.
String OPTION_BASELINES_SUPPORTED Key to a boolean descriptor.
String OPTION_JOURNALED_OBSERVATION_SUPPORTED Key to a boolean descriptor.
String OPTION_LIFECYCLE_SUPPORTED Key to a boolean descriptor.
String OPTION_NODE_AND_PROPERTY_WITH_SAME_NAME_SUPPORTED Key to a boolean descriptor.
String OPTION_NODE_TYPE_MANAGEMENT_SUPPORTED Key to a boolean descriptor.
String OPTION_RETENTION_SUPPORTED Key to a boolean descriptor.
String OPTION_SHAREABLE_NODES_SUPPORTED Key to a boolean descriptor.
String OPTION_SIMPLE_VERSIONING_SUPPORTED  
String OPTION_UNFILED_CONTENT_SUPPORTED Key to a boolean descriptor.
String OPTION_UPDATE_MIXIN_NODE_TYPES_SUPPORTED Key to a boolean descriptor.
String OPTION_UPDATE_PRIMARY_NODE_TYPE_SUPPORTED Key to a boolean descriptor.
String OPTION_WORKSPACE_MANAGEMENT_SUPPORTED Key to a boolean descriptor.
String OPTION_XML_EXPORT_SUPPORTED Key to a boolean descriptor.
String OPTION_XML_IMPORT_SUPPORTED Key to a boolean descriptor.
String QUERY_FULL_TEXT_SEARCH_SUPPORTED Key to a boolean descriptor.
String QUERY_JOINS Key to String descriptor.
String QUERY_JOINS_INNER One of three possible values for the descriptor QUERY_JOINS .
String QUERY_JOINS_INNER_OUTER One of three possible values for the descriptor QUERY_JOINS .
String QUERY_JOINS_NONE One of three possible values for the descriptor QUERY_JOINS .
String QUERY_LANGUAGES Key to a String[] descriptor.
String QUERY_STORED_QUERIES_SUPPORTED Key to a boolean descriptor.
String WRITE_SUPPORTED Key to a boolean descriptor.
 

Changed Fields
String LEVEL_1_SUPPORTED Now deprecated.
As of JCR 2.0.
String LEVEL_2_SUPPORTED Now deprecated.
As of JCR 2.0.
String OPTION_QUERY_SQL_SUPPORTED Now deprecated.
As of JCR 2.0.
String QUERY_XPATH_DOC_ORDER Now deprecated.
As of JCR 2.0.
String QUERY_XPATH_POS_INDEX Now deprecated.
As of JCR 2.0.