- AccessPolicy - Class in org.dataone.service.types.v1
-
A set of rules that specifies as a whole the allowable
permissions that a given user, group, or system has for accessing a
resource, including data, metadata, resource map, and service resources.
- AccessPolicy() - Constructor for class org.dataone.service.types.v1.AccessPolicy
-
- accessPolicy - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- AccessPolicyMarshallingAdapter - Class in org.dataone.service.util
-
- AccessPolicyMarshallingAdapter() - Constructor for class org.dataone.service.util.AccessPolicyMarshallingAdapter
-
- AccessRule - Class in org.dataone.service.types.v1
-
A rule that is used to allow a :term:`subject` to
perform an action (such as read or write) on an object in DataONE.
- AccessRule() - Constructor for class org.dataone.service.types.v1.AccessRule
-
- AccessRuleMarshallingAdapter - Class in org.dataone.service.util
-
- AccessRuleMarshallingAdapter() - Constructor for class org.dataone.service.util.AccessRuleMarshallingAdapter
-
- AccessUtil - Class in org.dataone.service.types.v1.util
-
A helper class to simplify the use of AccessRules and AccessPolicies
consisting of static factory methods for creating these nested objects
(accessPolicy has accessRules has Permissions and Subjects, each subject has a value)
- AccessUtil() - Constructor for class org.dataone.service.types.v1.util.AccessUtil
-
- addAdditionalInfo(String) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Add a 'additionalInfo' element item.
- addAlgorithm(String) - Method in class org.dataone.service.types.v1.ChecksumAlgorithmList
-
Add a 'algorithm' element item.
- addAllow(AccessRule) - Method in class org.dataone.service.types.v1.AccessPolicy
-
Add a 'allow' element item.
- addAllowedNode(NodeReference) - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Add a 'allowedNode' element item.
- addAllowedObjectFormat(ObjectFormatIdentifier) - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Add a 'allowedObjectFormat' element item.
- addBlockedMemberNode(NodeReference) - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Add a 'blockedMemberNode' element item.
- addContactSubject(Subject) - Method in class org.dataone.service.types.v1.Node
-
Add a 'contactSubject' element item.
- addDateParamPair(String, Date) - Method in class org.dataone.service.util.D1Url
-
convenience method for adding date object to query parameters.
- addDescription(String) - Method in class org.dataone.service.types.v1_1.QueryField
-
Add a 'description' element item.
- addEmail(String) - Method in class org.dataone.service.types.v1.Person
-
Add a 'email' element item.
- addEquivalentIdentity(Subject) - Method in class org.dataone.service.types.v1.Person
-
Add a 'equivalentIdentity' element item.
- addFilePart(String, File) - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
add a file part to the MMP
- addFilePart(String, InputStream) - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
add a file part to the MMP, using InputStream
This method writes the contents of the stream to
a temp file and sends it.
- addFilePart(String, Object) - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
The DataONE object (serializable datatype) passed in
is serialized as the specified type to file.
- addFilePart(String, Object, Class) - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
Deprecated.
- addFilePart(String, String) - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
This method generates a temp files for sending, containing
the value parameter.
- addFormat(Session, ObjectFormatIdentifier, ObjectFormat) - Method in interface org.dataone.service.cn.v2.CNCore
-
- addGivenName(String) - Method in class org.dataone.service.types.v1.Person
-
Add a 'givenName' element item.
- addGroup(Group) - Method in class org.dataone.service.types.v1.SubjectInfo
-
Add a 'group' element item.
- addHasMember(Subject) - Method in class org.dataone.service.types.v1.Group
-
Add a 'hasMember' element item.
- addIsMemberOf(Subject) - Method in class org.dataone.service.types.v1.Person
-
Add a 'isMemberOf' element item.
- additionalInfo - Variable in class org.dataone.service.types.v1_1.QueryEngineDescription
-
- addLogEntry(LogEntry) - Method in class org.dataone.service.types.v1.Log
-
Add a 'logEntry' element item.
- addLogEntry(LogEntry) - Method in class org.dataone.service.types.v2.Log
-
Add a 'logEntry' element item.
- addMonitorInfo(MonitorInfo) - Method in class org.dataone.service.types.v1.MonitorList
-
Add a 'monitorInfo' element item.
- addNextPathElement(String) - Method in class org.dataone.service.util.D1Url
-
adds the next path element to the path portion of the URL, encoding unsafe characters.
- addNode(Node) - Method in class org.dataone.service.types.v1.NodeList
-
Add a 'node' element item.
- addNode(Node) - Method in class org.dataone.service.types.v2.NodeList
-
Add a 'node' element item.
- addNonEmptyParam(String) - Method in class org.dataone.service.util.D1Url
-
adds a single parameter to the query portion of the URL (not a key-value pair)
encoding unsafe characters.
- addNonEmptyParamPair(String, String) - Method in class org.dataone.service.util.D1Url
-
adds a key value pair to the query portion of the URL, placing '=' character between them,
and encoding unsafe characters.
- addNonEmptyParamPair(String, Integer) - Method in class org.dataone.service.util.D1Url
-
adds a key value pair to the query portion of the URL, placing '=' character between them,
and encoding unsafe characters.
- addObjectFormat(ObjectFormat) - Method in class org.dataone.service.types.v1.ObjectFormatList
-
Add a 'objectFormat' element item.
- addObjectFormat(ObjectFormat) - Method in class org.dataone.service.types.v2.ObjectFormatList
-
Add a 'objectFormat' element item.
- addObjectInfo(ObjectInfo) - Method in class org.dataone.service.types.v1.ObjectList
-
Add a 'objectInfo' element item.
- addObjectLocation(ObjectLocation) - Method in class org.dataone.service.types.v1.ObjectLocationList
-
Add a 'objectLocation' element item.
- addOption(String) - Method in class org.dataone.service.types.v2.OptionList
-
Add a 'option' element item.
- addParamPart(String, String) - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
add a param part to the MMP
- addPermission(Permission) - Method in class org.dataone.service.types.v1.AccessRule
-
Add a 'permission' element item.
- addPerson(Person) - Method in class org.dataone.service.types.v1.SubjectInfo
-
Add a 'person' element item.
- addPreEncodedNonEmptyQueryParams(String) - Method in class org.dataone.service.util.D1Url
-
Method for adding query params that bypasses encoding.
- addPreferredMemberNode(NodeReference) - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Add a 'preferredMemberNode' element item.
- addProperty(MediaTypeProperty) - Method in class org.dataone.service.types.v2.MediaType
-
Add a 'property' element item.
- addProperty(Property) - Method in class org.dataone.service.types.v2.Node
-
Add a 'property' element item.
- addPublicAccess(AccessPolicy) - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
Given the original policy, return an AccessPolicy containing all of
the original rules, plus a new rule allowing public read permission,
if not already in place (otherwise returns the original).
- addQueryEngine(String) - Method in class org.dataone.service.types.v1_1.QueryEngineList
-
Add a 'queryEngine' element item.
- addQueryField(QueryField) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Add a 'queryField' element item.
- addReplica(Replica) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Add a 'replica' element item.
- addRestriction(ServiceMethodRestriction) - Method in class org.dataone.service.types.v1.Service
-
Add a 'restriction' element item.
- addRightsHolder(Subject) - Method in class org.dataone.service.types.v1.Group
-
Add a 'rightsHolder' element item.
- addService(Service) - Method in class org.dataone.service.types.v1.Services
-
Add a 'service' element item.
- addSubject(Subject) - Method in class org.dataone.service.types.v1.AccessRule
-
Add a 'subject' element item.
- addSubject(Subject) - Method in class org.dataone.service.types.v1.Node
-
Add a 'subject' element item.
- addSubject(Subject) - Method in class org.dataone.service.types.v1.SubjectList
-
Add a 'subject' element item.
- addTraceDetail(String, String) - Method in exception org.dataone.service.exceptions.BaseException
-
Add new detailed trace information, storing it the value under a known key.
- addVersion(String) - Method in class org.dataone.service.types.v1.ObjectLocation
-
Add a 'version' element item.
- algorithm - Variable in class org.dataone.service.types.v1.Checksum
-
- algorithm - Variable in class org.dataone.service.types.v1.ChecksumAlgorithmList
-
- allow - Variable in class org.dataone.service.types.v1.AccessPolicy
-
- allowedNode - Variable in class org.dataone.service.types.v1.NodeReplicationPolicy
-
- allowedObjectFormat - Variable in class org.dataone.service.types.v1.NodeReplicationPolicy
-
- archive(Identifier) - Method in interface org.dataone.service.cn.v1.CNCore
-
- archive(Session, Identifier) - Method in interface org.dataone.service.cn.v1.CNCore
-
Deprecated.
- archive(Session, Identifier) - Method in interface org.dataone.service.cn.v2.CNCore
-
- archive(Identifier) - Method in interface org.dataone.service.mn.tier3.v1.MNStorage
-
- archive(Session, Identifier) - Method in interface org.dataone.service.mn.tier3.v1.MNStorage
-
Deprecated.
- archive(Session, Identifier) - Method in interface org.dataone.service.mn.tier3.v2.MNStorage
-
- archived - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- areChecksumsEqual(Checksum, Checksum) - Static method in class org.dataone.service.types.v1.util.ChecksumUtil
-
Returns true if and only if checksum1 and checksum2 are equal:
Values are equal, algorithms are equal.
- assembleUrl() - Method in class org.dataone.service.util.D1Url
-
- augmentConfiguration(String) - Static method in class org.dataone.configuration.Settings
-
Include additional properties in the global configuration.
- authenticate(HttpServletResponse) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- AuthenticationTimeout - Exception in org.dataone.service.exceptions
-
The DataONE AuthenticationTimeout exception, raised when authentication
operations exceed pre-established limits.
- AuthenticationTimeout(String, String) - Constructor for exception org.dataone.service.exceptions.AuthenticationTimeout
-
- AuthenticationTimeout(String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.AuthenticationTimeout
-
- AuthenticationTimeout(String, String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.AuthenticationTimeout
-
- AuthenticationTimeout(String, String, String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.AuthenticationTimeout
-
- authoritativeMemberNode - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- authorizedClientSubjects(Session) - Static method in class org.dataone.service.types.v1.util.AuthUtils
-
Derived from Metacat implementation
Creates a set of subjects represented in the session object, parsing
both the subject of the session and the subjectInfo.
- AuthUtils - Class in org.dataone.service.types.v1.util
-
- AuthUtils() - Constructor for class org.dataone.service.types.v1.util.AuthUtils
-
- AuthUtils - Class in org.dataone.service.types.v2.util
-
- AuthUtils() - Constructor for class org.dataone.service.types.v2.util.AuthUtils
-
- available - Variable in class org.dataone.service.types.v1.Service
-
- Checksum - Class in org.dataone.service.types.v1
-
Represents the value of a computed :term:`checksum`
expressed as a hexadecimal formatted version of the message digest.
- Checksum() - Constructor for class org.dataone.service.types.v1.Checksum
-
- checksum - Variable in class org.dataone.service.types.v1.ObjectInfo
-
- checksum - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- checksum(InputStream, String) - Static method in class org.dataone.service.types.v1.util.ChecksumUtil
-
return a Checksum based on the input of the stream
A useful technique when creating systemMetadata is to wrap the the
inputStream in an org.apache.commons.io.input.CountingInputStream,
to get the length of the content from the stream (after calling this method).
- checksum(byte[], String) - Static method in class org.dataone.service.types.v1.util.ChecksumUtil
-
produce a checksum for the given byte array
- ChecksumAlgorithmList - Class in org.dataone.service.types.v1
-
Represents a list of :term:`checksum`
algorithms.
- ChecksumAlgorithmList() - Constructor for class org.dataone.service.types.v1.ChecksumAlgorithmList
-
- ChecksumUtil - Class in org.dataone.service.types.v1.util
-
- ChecksumUtil() - Constructor for class org.dataone.service.types.v1.util.ChecksumUtil
-
- cleanupTempFiles() - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
calling this method attempts to delete the client-side
temp files from the system.
- clearAdditionalInfoList() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Remove all 'additionalInfo' element items.
- clearAlgorithmList() - Method in class org.dataone.service.types.v1.ChecksumAlgorithmList
-
Remove all 'algorithm' element items.
- clearAllowedNodeList() - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Remove all 'allowedNode' element items.
- clearAllowedObjectFormatList() - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Remove all 'allowedObjectFormat' element items.
- clearAllowList() - Method in class org.dataone.service.types.v1.AccessPolicy
-
Remove all 'allow' element items.
- clearBlockedMemberNodeList() - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Remove all 'blockedMemberNode' element items.
- clearContactSubjectList() - Method in class org.dataone.service.types.v1.Node
-
Remove all 'contactSubject' element items.
- clearDescriptionList() - Method in class org.dataone.service.types.v1_1.QueryField
-
Remove all 'description' element items.
- clearEmailList() - Method in class org.dataone.service.types.v1.Person
-
Remove all 'email' element items.
- clearEquivalentIdentityList() - Method in class org.dataone.service.types.v1.Person
-
Remove all 'equivalentIdentity' element items.
- clearGivenNameList() - Method in class org.dataone.service.types.v1.Person
-
Remove all 'givenName' element items.
- clearGroupList() - Method in class org.dataone.service.types.v1.SubjectInfo
-
Remove all 'group' element items.
- clearHasMemberList() - Method in class org.dataone.service.types.v1.Group
-
Remove all 'hasMember' element items.
- clearIsMemberOfList() - Method in class org.dataone.service.types.v1.Person
-
Remove all 'isMemberOf' element items.
- clearLogEntryList() - Method in class org.dataone.service.types.v1.Log
-
Remove all 'logEntry' element items.
- clearLogEntryList() - Method in class org.dataone.service.types.v2.Log
-
Remove all 'logEntry' element items.
- clearMonitorInfoList() - Method in class org.dataone.service.types.v1.MonitorList
-
Remove all 'monitorInfo' element items.
- clearNodeList() - Method in class org.dataone.service.types.v1.NodeList
-
Remove all 'node' element items.
- clearNodeList() - Method in class org.dataone.service.types.v2.NodeList
-
Remove all 'node' element items.
- clearObjectFormatList() - Method in class org.dataone.service.types.v1.ObjectFormatList
-
Remove all 'objectFormat' element items.
- clearObjectFormatList() - Method in class org.dataone.service.types.v2.ObjectFormatList
-
Remove all 'objectFormat' element items.
- clearObjectInfoList() - Method in class org.dataone.service.types.v1.ObjectList
-
Remove all 'objectInfo' element items.
- clearObjectLocationList() - Method in class org.dataone.service.types.v1.ObjectLocationList
-
Remove all 'objectLocation' element items.
- clearOptionList() - Method in class org.dataone.service.types.v2.OptionList
-
Remove all 'option' element items.
- clearPermissionList() - Method in class org.dataone.service.types.v1.AccessRule
-
Remove all 'permission' element items.
- clearPersonList() - Method in class org.dataone.service.types.v1.SubjectInfo
-
Remove all 'person' element items.
- clearPreferredMemberNodeList() - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Remove all 'preferredMemberNode' element items.
- clearPropertyList() - Method in class org.dataone.service.types.v2.MediaType
-
Remove all 'property' element items.
- clearPropertyList() - Method in class org.dataone.service.types.v2.Node
-
Remove all 'property' element items.
- clearQueryEngineList() - Method in class org.dataone.service.types.v1_1.QueryEngineList
-
Remove all 'queryEngine' element items.
- clearQueryFieldList() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Remove all 'queryField' element items.
- clearReplicaList() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Remove all 'replica' element items.
- clearRestrictionList() - Method in class org.dataone.service.types.v1.Service
-
Remove all 'restriction' element items.
- clearRightsHolderList() - Method in class org.dataone.service.types.v1.Group
-
Remove all 'rightsHolder' element items.
- clearServiceList() - Method in class org.dataone.service.types.v1.Services
-
Remove all 'service' element items.
- clearSubjectList() - Method in class org.dataone.service.types.v1.AccessRule
-
Remove all 'subject' element items.
- clearSubjectList() - Method in class org.dataone.service.types.v1.Node
-
Remove all 'subject' element items.
- clearSubjectList() - Method in class org.dataone.service.types.v1.SubjectList
-
Remove all 'subject' element items.
- clearVersionList() - Method in class org.dataone.service.types.v1.ObjectLocation
-
Remove all 'version' element items.
- clone(Object) - Static method in class org.dataone.service.types.v1.TypeFactory
-
Clone via marshalling and unmarshalling using the TypeMarshaller to ensure
a DEEP copy and no shared object references.
- cloneAccessPolicy(AccessPolicy) - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
- cloneAccessRule(AccessRule) - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
- cloneFormatIdentifier(ObjectFormatIdentifier) - Static method in class org.dataone.service.types.v1.TypeFactory
-
Factory method for cloning an ObjectFormatIdentifier from another, such that they
do not share any references for mutable properties.
- cloneIdentifier(Identifier) - Static method in class org.dataone.service.types.v1.TypeFactory
-
Factory method for cloning an Identifier from another, such that they
do not share any references for mutable properties.
- cloneNodeReference(NodeReference) - Static method in class org.dataone.service.types.v1.TypeFactory
-
Factory method for cloning a NodeReference from another, such that they
do not share any references for mutable properties.
- cloneSubject(Subject) - Static method in class org.dataone.service.types.v1.TypeFactory
-
Factory method for cloning a Subject from another, such that they
do not share any references for mutable properties.
- CNAuthorization - Interface in org.dataone.service.cn.v1
-
The DataONE CoordinatingNode Tier2 Authorization interface.
- CNAuthorization - Interface in org.dataone.service.cn.v2
-
The DataONE CoordinatingNode Tier2 Authorization interface.
- CNCore - Interface in org.dataone.service.cn.v1
-
The DataONE CoordinatingNode Tier1 Core interface.
- CNCore - Interface in org.dataone.service.cn.v2
-
The DataONE CoordinatingNode Tier1 Core interface.
- CNDiagnostic - Interface in org.dataone.service.cn.v2
-
The DataONE CoordinatingNode Tier1 Diagnostic interface.
- CNIdentity - Interface in org.dataone.service.cn.v1
-
The DataONE CoordinatingNode Tier2 Identity interface.
- CNIdentity - Interface in org.dataone.service.cn.v2
-
The DataONE CoordinatingNode Tier2 Identity interface.
- CNRead - Interface in org.dataone.service.cn.v1
-
The DataONE CoordinatingNode Tier1 Read interface.
- CNRead - Interface in org.dataone.service.cn.v2
-
The DataONE CoordinatingNode Tier1 Read interface.
- CNRegister - Interface in org.dataone.service.cn.v1
-
The DataONE CoordinatingNode Tier2 Registration interface.
- CNRegister - Interface in org.dataone.service.cn.v2
-
The DataONE CoordinatingNode Tier2 Registration interface.
- CNReplication - Interface in org.dataone.service.cn.v1
-
The DataONE CoordinatingNode Tier4 Replication interface.
- CNReplication - Interface in org.dataone.service.cn.v2
-
The DataONE CoordinatingNode Tier4 Replication interface.
- CNView - Interface in org.dataone.service.cn.v2
-
The DataONE Coordinating Node View interface for rendering metadata
in user-friendly format[s] as described by the listing of available views.
- compareD1ServiceType(Map<String, Object>, Boolean) - Static method in class org.dataone.service.types.v1.util.TypeCompareUtil
-
This method will compare any number of dataone service-type objects of
the same type to each other and return a report of every field where
there is a difference.
- comparePermissions(Permission, Collection<Permission>) - Static method in class org.dataone.service.types.v1.util.AuthUtils
-
a comparison algorithm for hierarchical permissions (WRITE implies READ, and CHANGE
implies WRITE and READ).
- compareSystemMetadata(SystemMetadata, SystemMetadata) - Static method in class org.dataone.service.types.v1.util.TypeCompareUtil
-
Reports the properties of a systemMetadata object, one per line in xpath
fashion.
- compareTo(Object) - Method in class org.dataone.service.types.v1.Identifier
-
Compares order based on the String value of two objects of the same type.
- compareTo(Object) - Method in class org.dataone.service.types.v1.NodeReference
-
Compares order based on the String value of two objects of the same type.
- compareTo(Object) - Method in class org.dataone.service.types.v1.ObjectFormatIdentifier
-
Compares order based on the String value of two objects of the same type.
- compareTo(Object) - Method in class org.dataone.service.types.v1.Subject
-
Compares order based on the String value of two objects of the same type.
- confirmMapIdentity(Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
- confirmMapIdentity(Session, Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
Deprecated.
- confirmMapIdentity(Session, Subject) - Method in interface org.dataone.service.cn.v2.CNIdentity
-
- Constants - Class in org.dataone.service.util
-
- Constants() - Constructor for class org.dataone.service.util.Constants
-
- contactSubject - Variable in class org.dataone.service.types.v1.Node
-
- convert(String) - Static method in enum org.dataone.service.types.v1.Event
-
- convert(String) - Static method in enum org.dataone.service.types.v1.NodeState
-
- convert(String) - Static method in enum org.dataone.service.types.v1.NodeType
-
- convert(String) - Static method in enum org.dataone.service.types.v1.Permission
-
- convert(String) - Static method in enum org.dataone.service.types.v1.ReplicationStatus
-
- convertTypeFromType(Object, Class<T>) - Static method in class org.dataone.service.types.v2.TypeFactory
-
Intended for converting DataONE objects to an instance of another version,
this method copies and converts based on common properties.
- count - Variable in class org.dataone.service.types.v1.Slice
-
- create(Identifier, InputStream, SystemMetadata) - Method in interface org.dataone.service.cn.v1.CNCore
-
- create(Session, Identifier, InputStream, SystemMetadata) - Method in interface org.dataone.service.cn.v1.CNCore
-
Deprecated.
- create(Session, Identifier, InputStream, SystemMetadata) - Method in interface org.dataone.service.cn.v2.CNCore
-
- create(Identifier, InputStream, SystemMetadata) - Method in interface org.dataone.service.mn.tier3.v1.MNStorage
-
- create(Session, Identifier, InputStream, SystemMetadata) - Method in interface org.dataone.service.mn.tier3.v1.MNStorage
-
Deprecated.
- create(Session, Identifier, InputStream, SystemMetadata) - Method in interface org.dataone.service.mn.tier3.v2.MNStorage
-
- createAccessPolicy() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createAccessPolicy(AccessPolicy) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createAccessRule() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createAccessRule(AccessRule) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createAccessRule(Subject[], Permission[]) - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
creates an AccessRule containing the items specified in the parameters.
- createAccessRule(String[], Permission[]) - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
creates an AccessRule containing the items specified in the parameters.
- createChecksum() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createChecksum(Checksum) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createChecksumAlgorithmList() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createChecksumAlgorithmList(ChecksumAlgorithmList) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createGroup(Group) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
- createGroup(Session, Group) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
Deprecated.
- createGroup(Session, Group) - Method in interface org.dataone.service.cn.v2.CNIdentity
-
- createGroup() - Method in class org.dataone.service.types.v1.ObjectFactory
-
Create an instance of
Group
- createGroup(Group) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createIdentifier() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createIdentifier(Identifier) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createLog() - Method in class org.dataone.service.types.v1.ObjectFactory
-
Create an instance of
Log
- createLog(Log) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createLog() - Method in class org.dataone.service.types.v2.ObjectFactory
-
Create an instance of
Log
- createLog(Log) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createLogEntry() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createLogEntry(LogEntry) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createLogEntry() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createLogEntry(LogEntry) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createMediaType() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createMediaType(MediaType) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createMediaTypeProperty() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createNode() - Method in class org.dataone.service.types.v1.ObjectFactory
-
Create an instance of
Node
- createNode(Node) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createNode() - Method in class org.dataone.service.types.v2.ObjectFactory
-
Create an instance of
Node
- createNode(Node) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createNodeList() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createNodeList(NodeList) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createNodeList() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createNodeList(NodeList) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createNodeReference() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createNodeReference(NodeReference) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createNodeReplicationPolicy() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createNodeReplicationPolicy(NodeReplicationPolicy) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectFormat() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectFormat(ObjectFormat) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectFormat() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createObjectFormat(ObjectFormat) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createObjectFormatList() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectFormatList(ObjectFormatList) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectFormatList() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createObjectFormatList(ObjectFormatList) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createObjectInfo() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectInfo(ObjectInfo) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectList() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectList(ObjectList) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectLocation() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectLocationList() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createObjectLocationList(ObjectLocationList) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createOptionList() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createOptionList(OptionList) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createPerson() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createPerson(Person) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createPing() - Method in class org.dataone.service.types.v1.ObjectFactory
-
Create an instance of
Ping
- createProperty() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createProperty(Property) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createQueryEngineDescription() - Method in class org.dataone.service.types.v1_1.ObjectFactory
-
- createQueryEngineDescription(QueryEngineDescription) - Method in class org.dataone.service.types.v1_1.ObjectFactory
-
- createQueryEngineList() - Method in class org.dataone.service.types.v1_1.ObjectFactory
-
- createQueryEngineList(QueryEngineList) - Method in class org.dataone.service.types.v1_1.ObjectFactory
-
- createQueryField() - Method in class org.dataone.service.types.v1_1.ObjectFactory
-
- createReadWriteChangePermissionList() - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
Dead-simple convenience method for creating a standard permission set
of Read and Write and ChangePermission
- createReadWriteChangePermissions() - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
Dead-simple convenience method for creating a standard permission set
of Read and Write and ChangePermission
- createReadWritePermissionList() - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
Dead-simple convenience method for creating a standard permission set
of Read and Write.
- createReadWritePermissions() - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
Dead-simple convenience method for creating a standard permission set
of Read and Write.
- createReplica() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createReplica(Replica) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createReplicationPolicy() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createReplicationPolicy(ReplicationPolicy) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSchedule() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSchedule(Schedule) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createService() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createService(Service) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createServiceMethodRestriction() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createServiceMethodRestriction(ServiceMethodRestriction) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createServices() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createServices(Services) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSession() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSession(Session) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSingleRuleAccessPolicy(String[], Permission[]) - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
creates an AccessPolicy with a single AccessRule, and the AccessRule composed
of Subjects and Permissions specified in the parameters.
- createSlice() - Method in class org.dataone.service.types.v1.ObjectFactory
-
Create an instance of
Slice
- createSubject() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSubject(Subject) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSubjectInfo() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSubjectInfo(SubjectInfo) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSubjectList() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSubjectList(SubjectList) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSubjectList(String[]) - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
creates a java-List of Subject objects from the given String array.
- createSynchronization() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSynchronization(Synchronization) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSystemMetadata() - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSystemMetadata(SystemMetadata) - Method in class org.dataone.service.types.v1.ObjectFactory
-
- createSystemMetadata() - Method in class org.dataone.service.types.v2.ObjectFactory
-
- createSystemMetadata(SystemMetadata) - Method in class org.dataone.service.types.v2.ObjectFactory
-
- generateIdentifier(String, String) - Method in interface org.dataone.service.cn.v1.CNCore
-
- generateIdentifier(Session, String, String) - Method in interface org.dataone.service.cn.v1.CNCore
-
Deprecated.
- generateIdentifier(Session, String, String) - Method in interface org.dataone.service.cn.v2.CNCore
-
- generateIdentifier(String, String) - Method in interface org.dataone.service.mn.tier3.v1.MNStorage
-
- generateIdentifier(Session, String, String) - Method in interface org.dataone.service.mn.tier3.v1.MNStorage
-
Deprecated.
- generateIdentifier(Session, String, String) - Method in interface org.dataone.service.mn.tier3.v2.MNStorage
-
- get(Identifier) - Method in interface org.dataone.service.cn.v1.CNRead
-
InputStream is the Java native version of D1's OctetStream
- get(Session, Identifier) - Method in interface org.dataone.service.cn.v1.CNRead
-
Deprecated.
- get(Session, Identifier) - Method in interface org.dataone.service.cn.v2.CNRead
-
InputStream is the Java native version of D1's OctetStream
- get(Identifier) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
InputStream is the Java native version of D1's OctetStream
- get(Session, Identifier) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
Deprecated.
- get(Session, Identifier) - Method in interface org.dataone.service.mn.tier1.v2.MNRead
-
InputStream is the Java native version of D1's OctetStream
- GET - Static variable in class org.dataone.service.util.Constants
-
HTTP Verb GET
- getAccessPolicy() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'accessPolicy' element value.
- getAdditionalInfo(int) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get 'additionalInfo' element item by position.
- getAdditionalInfoList() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get the list of 'additionalInfo' element items.
- getAlgorithm() - Method in class org.dataone.service.types.v1.Checksum
-
Get the 'algorithm' attribute value.
- getAlgorithm(int) - Method in class org.dataone.service.types.v1.ChecksumAlgorithmList
-
Get 'algorithm' element item by position.
- getAlgorithmList() - Method in class org.dataone.service.types.v1.ChecksumAlgorithmList
-
Get the list of 'algorithm' element items.
- getAllow(int) - Method in class org.dataone.service.types.v1.AccessPolicy
-
Get 'allow' element item by position.
- getAllowedNode(int) - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Get 'allowedNode' element item by position.
- getAllowedNodeList() - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Get the list of 'allowedNode' element items.
- getAllowedObjectFormat(int) - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Get 'allowedObjectFormat' element item by position.
- getAllowedObjectFormatList() - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Get the list of 'allowedObjectFormat' element items.
- getAllowList() - Method in class org.dataone.service.types.v1.AccessPolicy
-
Get the list of 'allow' element items.
- getArchived() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'archived' element value.
- getAssembledQueryString() - Method in class org.dataone.service.util.D1Url
-
- getAsyncContext() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getAttribute(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getAttributeNames() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getAuthoritativeMemberNode() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'authoritativeMemberNode' element value.
- getAuthType() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getAvailable() - Method in class org.dataone.service.types.v1.Service
-
Get the 'available' attribute value.
- getBaseURL() - Method in class org.dataone.service.types.v1.Node
-
Get the 'baseURL' element value.
- getBaseURL() - Method in class org.dataone.service.types.v1.ObjectLocation
-
Get the 'baseURL' element value.
- getBaseUrl() - Method in class org.dataone.service.util.D1Url
-
- getBlockedMemberNode(int) - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Get 'blockedMemberNode' element item by position.
- getBlockedMemberNodeList() - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Get the list of 'blockedMemberNode' element items.
- getCapabilities() - Method in interface org.dataone.service.cn.v2.CNCore
-
- getCapabilities() - Method in interface org.dataone.service.mn.tier1.v1.MNCore
-
- getCapabilities() - Method in interface org.dataone.service.mn.tier1.v2.MNCore
-
- getCharacterEncoding() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getChecksum(Identifier) - Method in interface org.dataone.service.cn.v1.CNRead
-
- getChecksum(Session, Identifier) - Method in interface org.dataone.service.cn.v1.CNRead
-
Deprecated.
- getChecksum(Session, Identifier) - Method in interface org.dataone.service.cn.v2.CNRead
-
- getChecksum(Identifier, String) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
- getChecksum(Session, Identifier, String) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
Deprecated.
- getChecksum(Session, Identifier, String) - Method in interface org.dataone.service.mn.tier1.v2.MNRead
-
- getChecksum() - Method in class org.dataone.service.types.v1.ObjectInfo
-
Get the 'checksum' element value.
- getChecksum() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'checksum' element value.
- getCnAdministrativeList(List<Node>, String, String) - Static method in class org.dataone.service.types.v1.util.ServiceMethodRestrictionUtil
-
Returns an array of subjects listed as CN's in the nodelist or in a properties file.
- getCnAdministrativeList(List<Node>, String, String) - Static method in class org.dataone.service.types.v2.util.ServiceMethodRestrictionUtil
-
Returns an array of subjects listed as CN's in the nodelist or in a properties file.
- getCode() - Method in exception org.dataone.service.exceptions.BaseException
-
- getConfiguration() - Static method in class org.dataone.configuration.Settings
-
Get a Configuration interface that combines all resources
found under all of the org.dataone.configuration/config.xml
files from all application packages.
- getContactSubject(int) - Method in class org.dataone.service.types.v1.Node
-
Get 'contactSubject' element item by position.
- getContactSubjectList() - Method in class org.dataone.service.types.v1.Node
-
Get the list of 'contactSubject' element items.
- getContent_Length() - Method in class org.dataone.service.types.v1.DescribeResponse
-
get the Size of the object in bytes, the value of SystemMetadata.size from SystemMetadata.
- getContentLength() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getContentType() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getContextPath() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getCookies() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getCount() - Method in class org.dataone.service.types.v1.Log
-
Get the 'count' attribute value.
- getCount() - Method in class org.dataone.service.types.v1.MonitorInfo
-
Get the 'count' element value.
- getCount() - Method in class org.dataone.service.types.v1.ObjectFormatList
-
Get the 'count' attribute value.
- getCount() - Method in class org.dataone.service.types.v1.ObjectList
-
Get the 'count' attribute value.
- getCount() - Method in class org.dataone.service.types.v1.Slice
-
Get the 'count' attribute value.
- getCount() - Method in class org.dataone.service.types.v2.Log
-
Get the 'count' attribute value.
- getCount() - Method in class org.dataone.service.types.v2.ObjectFormatList
-
Get the 'count' attribute value.
- getD1SubtypesListing(Object) - Static method in class org.dataone.service.types.v1.util.TypeCompareUtil
-
A recursive method that returns a map of key value pairs that correspond
to the property paths (keys) and values of the object passed in.
- getD1SubtypesListing(String, Object, boolean) - Static method in class org.dataone.service.types.v1.util.TypeCompareUtil
-
A recursive method that returns a map of key value pairs that correspond
to the property paths (keys) and values of the object passed in.
- getD1SubtypesListing(String, Object, boolean, boolean) - Static method in class org.dataone.service.types.v1.util.TypeCompareUtil
-
- getDataONE_Checksum() - Method in class org.dataone.service.types.v1.DescribeResponse
-
get The algorithm (SystemMetadata.algorithm) and Checksum (SystemMetadata.checksum) of the object being examined, drawn from the SystemMetadata.
- getDataONE_ObjectFormatIdentifier() - Method in class org.dataone.service.types.v1.DescribeResponse
-
get The value of the SystemMetadata.objectFormatIdentifier entry available in the SystemMetadata.
- getDate() - Method in class org.dataone.service.types.v1.MonitorInfo
-
Get the 'date' element value.
- getDateHeader(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getDateLogged() - Method in class org.dataone.service.types.v1.LogEntry
-
Get the 'dateLogged' element value.
- getDateLogged() - Method in class org.dataone.service.types.v2.LogEntry
-
Get the 'dateLogged' element value.
- getDateSysMetadataModified() - Method in class org.dataone.service.types.v1.ObjectInfo
-
Get the 'dateSysMetadataModified' element value.
- getDateSysMetadataModified() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'dateSysMetadataModified' element value.
- getDateUploaded() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'dateUploaded' element value.
- getDescription() - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
Returns a concise description of the existing file parts, as comma-separated
key-value pairs.
- getDescription() - Method in exception org.dataone.service.exceptions.BaseException
-
- getDescription() - Method in class org.dataone.service.types.v1.Node
-
Get the 'description' element value.
- getDescription(int) - Method in class org.dataone.service.types.v1_1.QueryField
-
Get 'description' element item by position.
- getDescription() - Method in class org.dataone.service.types.v2.OptionList
-
Get the 'description' attribute value.
- getDescriptionList() - Method in class org.dataone.service.types.v1_1.QueryField
-
Get the list of 'description' element items.
- getDetail_code() - Method in exception org.dataone.service.exceptions.BaseException
-
- getDispatcherType() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getEmail(int) - Method in class org.dataone.service.types.v1.Person
-
Get 'email' element item by position.
- getEmailList() - Method in class org.dataone.service.types.v1.Person
-
Get the list of 'email' element items.
- getEntryId() - Method in class org.dataone.service.types.v1.LogEntry
-
Get the 'entryId' element value.
- getEntryId() - Method in class org.dataone.service.types.v2.LogEntry
-
Get the 'entryId' element value.
- getEquivalentIdentity(int) - Method in class org.dataone.service.types.v1.Person
-
Get 'equivalentIdentity' element item by position.
- getEquivalentIdentityList() - Method in class org.dataone.service.types.v1.Person
-
Get the list of 'equivalentIdentity' element items.
- getEvent() - Method in class org.dataone.service.types.v1.LogEntry
-
Get the 'event' element value.
- getEvent() - Method in class org.dataone.service.types.v2.LogEntry
-
Get the 'event' element value.
- getExtension() - Method in class org.dataone.service.types.v2.ObjectFormat
-
Get the 'extension' element value.
- getFamilyName() - Method in class org.dataone.service.types.v1.Person
-
Get the 'familyName' element value.
- getFileName() - Method in class org.dataone.service.types.v2.SystemMetadata
-
Get the 'fileName' element value.
- getFormat(ObjectFormatIdentifier) - Method in interface org.dataone.service.cn.v1.CNCore
-
- getFormat(ObjectFormatIdentifier) - Method in interface org.dataone.service.cn.v2.CNCore
-
- getFormat(ObjectFormatIdentifier) - Method in class org.dataone.service.types.v2.util.ObjectFormatServiceImpl
-
Get the object format based on the given identifier.
- getFormatId() - Method in class org.dataone.service.types.v1.ObjectFormat
-
Get the 'formatId' element value.
- getFormatId() - Method in class org.dataone.service.types.v1.ObjectInfo
-
Get the 'formatId' element value.
- getFormatId() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'formatId' element value.
- getFormatName() - Method in class org.dataone.service.types.v1.ObjectFormat
-
Get the 'formatName' element value.
- getFormatType() - Method in class org.dataone.service.types.v1.ObjectFormat
-
Get the 'formatType' element value.
- getGivenName(int) - Method in class org.dataone.service.types.v1.Person
-
Get 'givenName' element item by position.
- getGivenNameList() - Method in class org.dataone.service.types.v1.Person
-
Get the list of 'givenName' element items.
- getGroup(int) - Method in class org.dataone.service.types.v1.SubjectInfo
-
Get 'group' element item by position.
- getGroupList() - Method in class org.dataone.service.types.v1.SubjectInfo
-
Get the list of 'group' element items.
- getGroupName() - Method in class org.dataone.service.types.v1.Group
-
Get the 'groupName' element value.
- getHasMember(int) - Method in class org.dataone.service.types.v1.Group
-
Get 'hasMember' element item by position.
- getHasMemberList() - Method in class org.dataone.service.types.v1.Group
-
Get the list of 'hasMember' element items.
- getHeader(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getHeaderNames() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getHeaders(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getHour() - Method in class org.dataone.service.types.v1.Schedule
-
Get the 'hour' attribute value.
- getIdentifier() - Method in exception org.dataone.service.exceptions.BaseException
-
- getIdentifier() - Method in class org.dataone.service.types.v1.LogEntry
-
Get the 'identifier' element value.
- getIdentifier() - Method in class org.dataone.service.types.v1.Node
-
Get the 'identifier' element value.
- getIdentifier() - Method in class org.dataone.service.types.v1.ObjectInfo
-
Get the 'identifier' element value.
- getIdentifier() - Method in class org.dataone.service.types.v1.ObjectLocationList
-
Get the 'identifier' element value.
- getIdentifier() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'identifier' element value.
- getIdentifier() - Method in class org.dataone.service.types.v2.LogEntry
-
Get the 'identifier' element value.
- getInputStream() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getInstance() - Static method in class org.dataone.service.types.v2.util.ObjectFormatServiceImpl
-
Get the instance of the ObjectFormatServiceImpl that has been instantiated,
or instantiate one if it has not been already.
- getIntHeader(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getIpAddress() - Method in class org.dataone.service.types.v1.LogEntry
-
Get the 'ipAddress' element value.
- getIpAddress() - Method in class org.dataone.service.types.v2.LogEntry
-
Get the 'ipAddress' element value.
- getIsMemberOf(int) - Method in class org.dataone.service.types.v1.Person
-
Get 'isMemberOf' element item by position.
- getIsMemberOfList() - Method in class org.dataone.service.types.v1.Person
-
Get the list of 'isMemberOf' element items.
- getJAXBContext(Class) - Static method in class org.dataone.service.util.TypeMarshaller
-
A method to manage JAXB data type contexts, as they are expensive to build
and destroy.
- getKey() - Method in class org.dataone.service.types.v2.OptionList
-
Get the 'key' attribute value.
- getKey() - Method in class org.dataone.service.types.v2.Property
-
Get the 'key' attribute value.
- getLast_Modified() - Method in class org.dataone.service.types.v1.DescribeResponse
-
get DateTime value that indicates when the system metadata associated with the object was last modified, i.e.
- getLastCompleteHarvest() - Method in class org.dataone.service.types.v1.Synchronization
-
Get the 'lastCompleteHarvest' element value.
- getLastHarvested() - Method in class org.dataone.service.types.v1.Synchronization
-
Get the 'lastHarvested' element value.
- getLastSuccess() - Method in class org.dataone.service.types.v1.Ping
-
Get the 'lastSuccess' attribute value.
- getLastTempfile() - Method in class org.dataone.mimemultipart.SimpleMultipartEntity
-
- getLocalAddr() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getLocale() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getLocales() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getLocalName() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getLocalPort() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getLogEntry(int) - Method in class org.dataone.service.types.v1.Log
-
Get 'logEntry' element item by position.
- getLogEntry(int) - Method in class org.dataone.service.types.v2.Log
-
Get 'logEntry' element item by position.
- getLogEntryList() - Method in class org.dataone.service.types.v1.Log
-
Get the list of 'logEntry' element items.
- getLogEntryList() - Method in class org.dataone.service.types.v2.Log
-
Get the list of 'logEntry' element items.
- getLogRecords(Date, Date, Event, String, Integer, Integer) - Method in interface org.dataone.service.cn.v1.CNCore
-
- getLogRecords(Session, Date, Date, Event, String, Integer, Integer) - Method in interface org.dataone.service.cn.v1.CNCore
-
Deprecated.
- getLogRecords(Session, Date, Date, String, String, Integer, Integer) - Method in interface org.dataone.service.cn.v2.CNCore
-
- getLogRecords(Date, Date, Event, String, Integer, Integer) - Method in interface org.dataone.service.mn.tier1.v1.MNCore
-
- getLogRecords(Session, Date, Date, Event, String, Integer, Integer) - Method in interface org.dataone.service.mn.tier1.v1.MNCore
-
Deprecated.
- getLogRecords(Session, Date, Date, String, String, Integer, Integer) - Method in interface org.dataone.service.mn.tier1.v2.MNCore
-
- getMaxObjectSize() - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Get the 'maxObjectSize' element value.
- getMday() - Method in class org.dataone.service.types.v1.Schedule
-
Get the 'mday' attribute value.
- getMediaType() - Method in class org.dataone.service.types.v2.ObjectFormat
-
Get the 'mediaType' element value.
- getMediaType() - Method in class org.dataone.service.types.v2.SystemMetadata
-
Get the 'mediaType' element value.
- getMethod() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getMethodName() - Method in class org.dataone.service.types.v1.ServiceMethodRestriction
-
Get the 'methodName' attribute value.
- getMin() - Method in class org.dataone.service.types.v1.Schedule
-
Get the 'min' attribute value.
- getMon() - Method in class org.dataone.service.types.v1.Schedule
-
Get the 'mon' attribute value.
- getMonitorInfo(int) - Method in class org.dataone.service.types.v1.MonitorList
-
Get 'monitorInfo' element item by position.
- getMonitorInfoList() - Method in class org.dataone.service.types.v1.MonitorList
-
Get the list of 'monitorInfo' element items.
- getMultipartFiles() - Method in class org.dataone.mimemultipart.MultipartRequest
-
Return the multipart files as Map of field name to MultipartFile instance.
- getMultipartParameters() - Method in class org.dataone.mimemultipart.MultipartRequest
-
Return the multipart parameters as Map of field name to form field String value.
- getMultivalued() - Method in class org.dataone.service.types.v1_1.QueryField
-
Get the 'multivalued' element value.
- getName() - Method in class org.dataone.service.types.v1.Node
-
Get the 'name' element value.
- getName() - Method in class org.dataone.service.types.v1.Service
-
Get the 'name' attribute value.
- getName() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get the 'name' element value.
- getName() - Method in class org.dataone.service.types.v1_1.QueryField
-
Get the 'name' element value.
- getName() - Method in class org.dataone.service.types.v2.MediaType
-
Get the 'name' attribute value.
- getName() - Method in class org.dataone.service.types.v2.MediaTypeProperty
-
Get the 'name' attribute value.
- getNode(int) - Method in class org.dataone.service.types.v1.NodeList
-
Get 'node' element item by position.
- getNode(int) - Method in class org.dataone.service.types.v2.NodeList
-
Get 'node' element item by position.
- getNodeCapabilities(NodeReference) - Method in interface org.dataone.service.cn.v2.CNRegister
-
- getNodeId() - Method in exception org.dataone.service.exceptions.BaseException
-
Get the node Id string
- getNodeIdentifier() - Method in class org.dataone.service.types.v1.LogEntry
-
Get the 'nodeIdentifier' element value.
- getNodeIdentifier() - Method in class org.dataone.service.types.v1.ObjectLocation
-
Get the 'nodeIdentifier' element value.
- getNodeIdentifier() - Method in class org.dataone.service.types.v2.LogEntry
-
Get the 'nodeIdentifier' element value.
- getNodeList() - Method in class org.dataone.service.types.v1.NodeList
-
Get the list of 'node' element items.
- getNodeList() - Method in class org.dataone.service.types.v2.NodeList
-
Get the list of 'node' element items.
- getNodeReplicationPolicy() - Method in class org.dataone.service.types.v1.Node
-
Get the 'nodeReplicationPolicy' element value.
- getNumberReplicas() - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Get the 'numberReplicas' attribute value.
- getObjectFormat(int) - Method in class org.dataone.service.types.v1.ObjectFormatList
-
Get 'objectFormat' element item by position.
- getObjectFormat(int) - Method in class org.dataone.service.types.v2.ObjectFormatList
-
Get 'objectFormat' element item by position.
- getObjectFormatFile() - Method in class org.dataone.service.types.v2.util.ObjectFormatServiceImpl
-
Convenience method to retrieve the default format list as a stream
- getObjectFormatList() - Method in class org.dataone.service.types.v1.ObjectFormatList
-
Get the list of 'objectFormat' element items.
- getObjectFormatList() - Method in class org.dataone.service.types.v2.ObjectFormatList
-
Get the list of 'objectFormat' element items.
- getObjectFormatMap() - Method in class org.dataone.service.types.v2.util.ObjectFormatServiceImpl
-
Return the hash containing the formatId and format mapping
- getObjectInfo(int) - Method in class org.dataone.service.types.v1.ObjectList
-
Get 'objectInfo' element item by position.
- getObjectInfoList() - Method in class org.dataone.service.types.v1.ObjectList
-
Get the list of 'objectInfo' element items.
- getObjectLocation(int) - Method in class org.dataone.service.types.v1.ObjectLocationList
-
Get 'objectLocation' element item by position.
- getObjectLocationList() - Method in class org.dataone.service.types.v1.ObjectLocationList
-
Get the list of 'objectLocation' element items.
- getObsoletedBy() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'obsoletedBy' element value.
- getObsoletes() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'obsoletes' element value.
- getOption(int) - Method in class org.dataone.service.types.v2.OptionList
-
Get 'option' element item by position.
- getOptionList() - Method in class org.dataone.service.types.v2.OptionList
-
Get the list of 'option' element items.
- getOriginMemberNode() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'originMemberNode' element value.
- getPackage(Session, ObjectFormatIdentifier, Identifier) - Method in interface org.dataone.service.mn.v2.MNPackage
-
- getParameter(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getParameterMap() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getParameterNames() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getParameterValues(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getPart(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getParts() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getPathInfo() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getPathTranslated() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getPendingMapIdentity(Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
- getPendingMapIdentity(Session, Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
Deprecated.
- getPendingMapIdentity(Session, Subject) - Method in interface org.dataone.service.cn.v2.CNIdentity
-
- getPermission(int) - Method in class org.dataone.service.types.v1.AccessRule
-
Get 'permission' element item by position.
- getPermissionList() - Method in class org.dataone.service.types.v1.AccessRule
-
Get the list of 'permission' element items.
- getPermissionMap(AccessPolicy) - Static method in class org.dataone.service.types.v1.util.AccessUtil
-
- getPerson(int) - Method in class org.dataone.service.types.v1.SubjectInfo
-
Get 'person' element item by position.
- getPersonList() - Method in class org.dataone.service.types.v1.SubjectInfo
-
Get the list of 'person' element items.
- getPid() - Method in exception org.dataone.service.exceptions.BaseException
-
- getPing() - Method in class org.dataone.service.types.v1.Node
-
Get the 'ping' element value.
- getPreference() - Method in class org.dataone.service.types.v1.ObjectLocation
-
Get the 'preference' element value.
- getPreferredMemberNode(int) - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Get 'preferredMemberNode' element item by position.
- getPreferredMemberNodeList() - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Get the list of 'preferredMemberNode' element items.
- getProperty(int) - Method in class org.dataone.service.types.v2.MediaType
-
Get 'property' element item by position.
- getProperty(int) - Method in class org.dataone.service.types.v2.Node
-
Get 'property' element item by position.
- getPropertyList() - Method in class org.dataone.service.types.v2.MediaType
-
Get the list of 'property' element items.
- getPropertyList() - Method in class org.dataone.service.types.v2.Node
-
Get the list of 'property' element items.
- getProtocol() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getQueryEngine(int) - Method in class org.dataone.service.types.v1_1.QueryEngineList
-
Get 'queryEngine' element item by position.
- getQueryEngineDescription(String) - Method in interface org.dataone.service.cn.v1.CNRead
-
- getQueryEngineDescription(Session, String) - Method in interface org.dataone.service.cn.v2.CNRead
-
- getQueryEngineDescription(String) - Method in interface org.dataone.service.mn.v1.MNQuery
-
- getQueryEngineDescription(Session, String) - Method in interface org.dataone.service.mn.v2.MNQuery
-
- getQueryEngineList() - Method in class org.dataone.service.types.v1_1.QueryEngineList
-
Get the list of 'queryEngine' element items.
- getQueryEngineVersion() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get the 'queryEngineVersion' element value.
- getQueryField(int) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get 'queryField' element item by position.
- getQueryFieldList() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get the list of 'queryField' element items.
- getQuerySchemaVersion() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get the 'querySchemaVersion' element value.
- getQueryString() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getReader() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getRealPath(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getRemoteAddr() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getRemoteHost() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getRemotePort() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getRemoteUser() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getReplica(Identifier) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
- getReplica(Session, Identifier) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
Deprecated.
- getReplica(Session, Identifier) - Method in interface org.dataone.service.mn.tier1.v2.MNRead
-
- getReplica(int) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get 'replica' element item by position.
- getReplicaList() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the list of 'replica' element items.
- getReplicaMemberNode() - Method in class org.dataone.service.types.v1.Replica
-
Get the 'replicaMemberNode' element value.
- getReplicationAllowed() - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Get the 'replicationAllowed' attribute value.
- getReplicationPolicy() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'replicationPolicy' element value.
- getReplicationStatus() - Method in class org.dataone.service.types.v1.Replica
-
Get the 'replicationStatus' element value.
- getReplicaVerified() - Method in class org.dataone.service.types.v1.Replica
-
Get the 'replicaVerified' element value.
- getRequestDispatcher(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getRequestedSessionId() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getRequestURI() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getRequestURL() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getResetConfiguration() - Static method in class org.dataone.configuration.Settings
-
- getResource() - Method in class org.dataone.service.util.D1Url
-
- getRestriction(int) - Method in class org.dataone.service.types.v1.Service
-
Get 'restriction' element item by position.
- getRestrictionList() - Method in class org.dataone.service.types.v1.Service
-
Get the list of 'restriction' element items.
- getRightsHolder(int) - Method in class org.dataone.service.types.v1.Group
-
Get 'rightsHolder' element item by position.
- getRightsHolder() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'rightsHolder' element value.
- getRightsHolderList() - Method in class org.dataone.service.types.v1.Group
-
Get the list of 'rightsHolder' element items.
- getSchedule() - Method in class org.dataone.service.types.v1.Synchronization
-
Get the 'schedule' element value.
- getScheme() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getSec() - Method in class org.dataone.service.types.v1.Schedule
-
Get the 'sec' attribute value.
- getSerialVersion() - Method in class org.dataone.service.types.v1.DescribeResponse
-
get the SerialVersion of the object SystemMetadata
- getSerialVersion() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'serialVersion' element value.
- getSeriesId() - Method in class org.dataone.service.types.v2.SystemMetadata
-
Get the 'seriesId' element value.
- getServerName() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getServerPort() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getService(int) - Method in class org.dataone.service.types.v1.Services
-
Get 'service' element item by position.
- getServiceList() - Method in class org.dataone.service.types.v1.Services
-
Get the list of 'service' element items.
- getServices() - Method in class org.dataone.service.types.v1.Node
-
Get the 'services' element value.
- getServletContext() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getServletPath() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getSession(boolean) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getSession() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getSize() - Method in class org.dataone.service.types.v1.ObjectInfo
-
Get the 'size' element value.
- getSize() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'size' element value.
- getSpaceAllocated() - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Get the 'spaceAllocated' element value.
- getStart() - Method in class org.dataone.service.types.v1.Slice
-
Get the 'start' attribute value.
- getState() - Method in class org.dataone.service.types.v1.Node
-
Get the 'state' attribute value.
- getSubject(int) - Method in class org.dataone.service.types.v1.AccessRule
-
Get 'subject' element item by position.
- getSubject() - Method in class org.dataone.service.types.v1.Group
-
Get the 'subject' element value.
- getSubject() - Method in class org.dataone.service.types.v1.LogEntry
-
Get the 'subject' element value.
- getSubject(int) - Method in class org.dataone.service.types.v1.Node
-
Get 'subject' element item by position.
- getSubject() - Method in class org.dataone.service.types.v1.Person
-
Get the 'subject' element value.
- getSubject() - Method in class org.dataone.service.types.v1.Session
-
Get the 'subject' element value.
- getSubject(int) - Method in class org.dataone.service.types.v1.SubjectList
-
Get 'subject' element item by position.
- getSubject() - Method in class org.dataone.service.types.v2.LogEntry
-
Get the 'subject' element value.
- getSubjectInfo(Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
- getSubjectInfo(Session, Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
Deprecated.
- getSubjectInfo(Session, Subject) - Method in interface org.dataone.service.cn.v2.CNIdentity
-
- getSubjectInfo() - Method in class org.dataone.service.types.v1.Session
-
Get the 'subjectInfo' element value.
- getSubjectList() - Method in class org.dataone.service.types.v1.AccessRule
-
Get the list of 'subject' element items.
- getSubjectList() - Method in class org.dataone.service.types.v1.Node
-
Get the list of 'subject' element items.
- getSubjectList() - Method in class org.dataone.service.types.v1.SubjectList
-
Get the list of 'subject' element items.
- getSubmitter() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the 'submitter' element value.
- getSuccess() - Method in class org.dataone.service.types.v1.Ping
-
Get the 'success' attribute value.
- getSynchronization() - Method in class org.dataone.service.types.v1.Node
-
Get the 'synchronization' element value.
- getSystemMetadata(Identifier) - Method in interface org.dataone.service.cn.v1.CNRead
-
- getSystemMetadata(Session, Identifier) - Method in interface org.dataone.service.cn.v1.CNRead
-
Deprecated.
- getSystemMetadata(Session, Identifier) - Method in interface org.dataone.service.cn.v2.CNRead
-
- getSystemMetadata(Identifier) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
- getSystemMetadata(Session, Identifier) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
Deprecated.
- getSystemMetadata(Session, Identifier) - Method in interface org.dataone.service.mn.tier1.v2.MNRead
-
- getTotal() - Method in class org.dataone.service.types.v1.Slice
-
Get the 'total' attribute value.
- getTraceDetail(String) - Method in exception org.dataone.service.exceptions.BaseException
-
Get the value of one of the trace detail parametersm retrieved by its
key value.
- getTraceKeySet() - Method in exception org.dataone.service.exceptions.BaseException
-
Return a Set representation of all of the keys for the trace values in
this exception.
- getType() - Method in class org.dataone.service.types.v1.Node
-
Get the 'type' attribute value.
- getType() - Method in class org.dataone.service.types.v1_1.QueryField
-
Get the 'type' element value.
- getType() - Method in class org.dataone.service.types.v2.Property
-
Get the 'type' attribute value.
- getUrl() - Method in class org.dataone.service.types.v1.ObjectLocation
-
Get the 'url' element value.
- getUrl() - Method in class org.dataone.service.util.D1Url
-
- getUserAgent() - Method in class org.dataone.service.types.v1.LogEntry
-
Get the 'userAgent' element value.
- getUserAgent() - Method in class org.dataone.service.types.v2.LogEntry
-
Get the 'userAgent' element value.
- getUserPrincipal() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- getValue() - Method in class org.dataone.service.types.v1.Checksum
-
Get the extension value.
- getValue() - Method in class org.dataone.service.types.v1.Identifier
-
Get the 'Identifier' complexType value.
- getValue() - Method in class org.dataone.service.types.v1.NodeReference
-
Get the 'NodeReference' complexType value.
- getValue() - Method in class org.dataone.service.types.v1.ObjectFormatIdentifier
-
Get the 'ObjectFormatIdentifier' simpleType value.
- getValue() - Method in class org.dataone.service.types.v1.Subject
-
Get the 'Subject' complexType value.
- getValue() - Method in class org.dataone.service.types.v2.MediaTypeProperty
-
Get the extension value.
- getValue() - Method in class org.dataone.service.types.v2.Property
-
Get the extension value.
- getVerified() - Method in class org.dataone.service.types.v1.Person
-
Get the 'verified' element value.
- getVersion(int) - Method in class org.dataone.service.types.v1.ObjectLocation
-
Get 'version' element item by position.
- getVersion() - Method in class org.dataone.service.types.v1.Service
-
Get the 'version' attribute value.
- getVersionList() - Method in class org.dataone.service.types.v1.ObjectLocation
-
Get the list of 'version' element items.
- getWday() - Method in class org.dataone.service.types.v1.Schedule
-
Get the 'wday' attribute value.
- getYear() - Method in class org.dataone.service.types.v1.Schedule
-
Get the 'year' attribute value.
- givenName - Variable in class org.dataone.service.types.v1.Person
-
- grabAccessPolicyNullIfEmpty() - Method in class org.dataone.service.types.v1.SystemMetadata
-
- grabAllowListNullIfEmpty() - Method in class org.dataone.service.types.v1.AccessPolicy
-
- grabPermissionListNullIfEmpty() - Method in class org.dataone.service.types.v1.AccessRule
-
- grabReplicaListNullIfEmpty() - Method in class org.dataone.service.types.v1.SystemMetadata
-
- grabReplicationPolicyNullIfEmpty() - Method in class org.dataone.service.types.v1.SystemMetadata
-
- grabSubjectListNullIfEmpty() - Method in class org.dataone.service.types.v1.AccessRule
-
- grabSubjectListNullIfEmpty() - Method in class org.dataone.service.types.v1.Node
-
- Group - Class in org.dataone.service.types.v1
-
Group represents metadata about a :term:`Subject` that
represents a collection of other Subjects.
- Group() - Constructor for class org.dataone.service.types.v1.Group
-
- group - Variable in class org.dataone.service.types.v1.SubjectInfo
-
- groupName - Variable in class org.dataone.service.types.v1.Group
-
- register(Node) - Method in interface org.dataone.service.cn.v1.CNRegister
-
- register(Session, Node) - Method in interface org.dataone.service.cn.v1.CNRegister
-
Deprecated.
- register(Session, Node) - Method in interface org.dataone.service.cn.v2.CNRegister
-
- registerAccount(Person) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
- registerAccount(Session, Person) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
Deprecated.
- registerAccount(Session, Person) - Method in interface org.dataone.service.cn.v2.CNIdentity
-
- registerSystemMetadata(Identifier, SystemMetadata) - Method in interface org.dataone.service.cn.v1.CNCore
-
- registerSystemMetadata(Session, Identifier, SystemMetadata) - Method in interface org.dataone.service.cn.v1.CNCore
-
Deprecated.
- registerSystemMetadata(Session, Identifier, SystemMetadata) - Method in interface org.dataone.service.cn.v2.CNCore
-
- removeAttribute(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- removeMapIdentity(Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
- removeMapIdentity(Session, Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
Deprecated.
- removeMapIdentity(Session, Subject) - Method in interface org.dataone.service.cn.v2.CNIdentity
-
- Replica - Class in org.dataone.service.types.v1
-
Replica information that describes the existence of a
replica of some object managed by the DataONE infrastructure, and its
status.
- Replica() - Constructor for class org.dataone.service.types.v1.Replica
-
- replica - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- replicaMemberNode - Variable in class org.dataone.service.types.v1.Replica
-
- replicate(SystemMetadata, NodeReference) - Method in interface org.dataone.service.mn.tier4.v1.MNReplication
-
- replicate(Session, SystemMetadata, NodeReference) - Method in interface org.dataone.service.mn.tier4.v1.MNReplication
-
Deprecated.
- replicate(Session, SystemMetadata, NodeReference) - Method in interface org.dataone.service.mn.tier4.v2.MNReplication
-
- replicate - Variable in class org.dataone.service.types.v1.Node
-
- replicationAllowed - Variable in class org.dataone.service.types.v1.ReplicationPolicy
-
- ReplicationPolicy - Class in org.dataone.service.types.v1
-
The *ReplicationPolicy* for an object defines if
replication should be attempted for this object, and if so, how many
replicas should be maintained.
- ReplicationPolicy() - Constructor for class org.dataone.service.types.v1.ReplicationPolicy
-
- replicationPolicy - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- ReplicationPolicyMarshallingAdapter - Class in org.dataone.service.util
-
- ReplicationPolicyMarshallingAdapter() - Constructor for class org.dataone.service.util.ReplicationPolicyMarshallingAdapter
-
- replicationStatus - Variable in class org.dataone.service.types.v1.Replica
-
- ReplicationStatus - Enum in org.dataone.service.types.v1
-
An enumerated string value indicating the current
state of a replica of an object.
- replicaVerified - Variable in class org.dataone.service.types.v1.Replica
-
- reportSubtypesListing(Object, Boolean) - Static method in class org.dataone.service.types.v1.util.TypeCompareUtil
-
Generates a tabular listing of the field names and values, suitable for
display.
- requestMapIdentity(Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
- requestMapIdentity(Session, Subject) - Method in interface org.dataone.service.cn.v1.CNIdentity
-
Deprecated.
- requestMapIdentity(Session, Subject) - Method in interface org.dataone.service.cn.v2.CNIdentity
-
- reserveIdentifier(Identifier) - Method in interface org.dataone.service.cn.v1.CNCore
-
- reserveIdentifier(Session, Identifier) - Method in interface org.dataone.service.cn.v1.CNCore
-
Deprecated.
- reserveIdentifier(Session, Identifier) - Method in interface org.dataone.service.cn.v2.CNCore
-
- resolve(Identifier) - Method in interface org.dataone.service.cn.v1.CNRead
-
- resolve(Session, Identifier) - Method in interface org.dataone.service.cn.v1.CNRead
-
Deprecated.
- resolve(Session, Identifier) - Method in interface org.dataone.service.cn.v2.CNRead
-
- resolveMultipart(HttpServletRequest) - Method in class org.dataone.mimemultipart.MultipartRequestResolver
-
get the parts of a
- RESOURCE_ACCESS - Static variable in class org.dataone.service.util.Constants
-
AUTHORIZATION API resource which handles access operations
- RESOURCE_ACCOUNT_MAPPING - Static variable in class org.dataone.service.util.Constants
-
IDENTITY API resource which handles account-mapping operations
- RESOURCE_ACCOUNT_MAPPING_PENDING - Static variable in class org.dataone.service.util.Constants
-
IDENTITY API resource which handles account-mapping request operations
- RESOURCE_ACCOUNT_VERIFICATION - Static variable in class org.dataone.service.util.Constants
-
IDENTITY API resource which handles account-verification request operations
- RESOURCE_ACCOUNTS - Static variable in class org.dataone.service.util.Constants
-
IDENTITY API resource which handles account operations
- RESOURCE_ARCHIVE - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles archive operations
- RESOURCE_AUTHORIZATION - Static variable in class org.dataone.service.util.Constants
-
AUTHORIZATION API Resource which handles authorization checks
- RESOURCE_CHECKSUM - Static variable in class org.dataone.service.util.Constants
-
READ API resource which handles checksum operations
- RESOURCE_DIAG_OBJECT - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles diagnostic object echoing operations
- RESOURCE_DIAG_SUBJECT - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles diagnostic credential echoing operations
- RESOURCE_DIAG_SYSMETA - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles diagnostic sysmeta echoing operations
- RESOURCE_ERROR - Static variable in class org.dataone.service.util.Constants
-
READ API resource which handles synchronization error operations
- RESOURCE_FORMATS - Static variable in class org.dataone.service.util.Constants
-
CORE API Resource which handles object formats operations
- RESOURCE_GENERATE - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles identifier generation operations
- RESOURCE_GROUPS - Static variable in class org.dataone.service.util.Constants
-
IDENTITY API resource which handles group-related operations
- RESOURCE_GROUPS_REMOVE - Static variable in class org.dataone.service.util.Constants
-
IDENTITY API resource which handles group-member-remove operations
- RESOURCE_LOG - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles logging operations
- RESOURCE_META - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles SystemMetadata operations
- RESOURCE_META_CHANGED - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles SystemMetadata update operations
- RESOURCE_META_OBSOLETEDBY - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles SystemMetadata update operations
- RESOURCE_MONITOR_EVENT - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles event monitoring operations
- RESOURCE_MONITOR_OBJECT - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles object monitoring operations
- RESOURCE_MONITOR_PING - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles ping monitoring operations
- RESOURCE_MONITOR_STATUS - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles status monitoring operations
- RESOURCE_NODE - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles node operations
- RESOURCE_OBJECTS - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles document operations
- RESOURCE_OWNER - Static variable in class org.dataone.service.util.Constants
-
AUTHORIZATION API Resource which handles owner checks
- RESOURCE_PACKAGES - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles package operations
- RESOURCE_QUERY - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles query operations
- RESOURCE_RELATIONSHIP - Static variable in class org.dataone.service.util.Constants
-
READ API resource which handles relationship assertion operations
- RESOURCE_REPLICAS - Static variable in class org.dataone.service.util.Constants
-
REPLICATION API endpoint representing the replicas collection
- RESOURCE_REPLICATE - Static variable in class org.dataone.service.util.Constants
-
REPLICATION API endpoint that represents replication initiation
- RESOURCE_REPLICATION_AUTHORIZED - Static variable in class org.dataone.service.util.Constants
-
REPLICATION API endpoint that represents replication authorization
- RESOURCE_REPLICATION_DELETE_REPLICA - Static variable in class org.dataone.service.util.Constants
-
REPLICATION API endpoint that represents replica deletes
- RESOURCE_REPLICATION_META - Static variable in class org.dataone.service.util.Constants
-
REPLICATION API endpoint that represents replication metadata updates
- RESOURCE_REPLICATION_NOTIFY - Static variable in class org.dataone.service.util.Constants
-
REPLICATION API endpoint that represents replication status updates
- RESOURCE_REPLICATION_POLICY - Static variable in class org.dataone.service.util.Constants
-
REPLICATION API endpoint that represents replication policy updates
- RESOURCE_RESERVE - Static variable in class org.dataone.service.util.Constants
-
CORE API resource which handles identifier reserving operations
- RESOURCE_RESOLVE - Static variable in class org.dataone.service.util.Constants
-
READ API resource which handles resolve operations
- RESOURCE_SEARCH - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles search operations
- RESOURCE_SYNCHRONIZE - Static variable in class org.dataone.service.util.Constants
-
API resource which handles synchronize operations
- RESOURCE_VIEWS - Static variable in class org.dataone.service.util.Constants
-
Common API resource which handles view operations
- restriction - Variable in class org.dataone.service.types.v1.Service
-
- returnable - Variable in class org.dataone.service.types.v1_1.QueryField
-
- rightsHolder - Variable in class org.dataone.service.types.v1.Group
-
- rightsHolder - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- Schedule - Class in org.dataone.service.types.v1
-
The schedule on which :term:`synchronization` will run
for a particular node.
- Schedule() - Constructor for class org.dataone.service.types.v1.Schedule
-
- schedule - Variable in class org.dataone.service.types.v1.Synchronization
-
- search(String, String) - Method in interface org.dataone.service.cn.v1.CNRead
-
- search(Session, String, String) - Method in interface org.dataone.service.cn.v1.CNRead
-
Deprecated.
- search(Session, String, String) - Method in interface org.dataone.service.cn.v2.CNRead
-
- searchable - Variable in class org.dataone.service.types.v1_1.QueryField
-
- sec - Variable in class org.dataone.service.types.v1.Schedule
-
- selectNode(NodeList, Subject) - Static method in class org.dataone.service.types.v1.util.NodelistUtil
-
Finds the nodes in the NodeList that contain the provided Subject.
- selectNode(NodeList, Subject) - Static method in class org.dataone.service.types.v2.util.NodelistUtil
-
Finds the nodes in the NodeList that contain the provided Subject.
- selectNodes(NodeList, NodeType) - Static method in class org.dataone.service.types.v1.util.NodelistUtil
-
Finds the nodes in the NodeList that match the provided NodeType.
- selectNodes(NodeList, NodeState) - Static method in class org.dataone.service.types.v1.util.NodelistUtil
-
Finds the nodes in the NodeList that are in the provided state.
- selectNodes(NodeList, NodeType) - Static method in class org.dataone.service.types.v2.util.NodelistUtil
-
Finds the nodes in the NodeList that match the provided NodeType.
- selectNodes(NodeList, NodeState) - Static method in class org.dataone.service.types.v2.util.NodelistUtil
-
Finds the nodes in the NodeList that are in the provided state.
- selectNodesByService(NodeList, String, String, boolean) - Static method in class org.dataone.service.types.v1.util.NodelistUtil
-
Finds the nodes in the NodeList that contain services that match the
provided serviceName and availability.
- selectNodesByService(NodeList, String, String, boolean) - Static method in class org.dataone.service.types.v2.util.NodelistUtil
-
Finds the nodes in the NodeList that contain services that match the
provided serviceName and availability.
- serialize(int) - Method in exception org.dataone.service.exceptions.BaseException
-
Serialize the format in XML, JSON, or HTML format.
- serializeBigInteger(BigInteger) - Static method in class org.dataone.service.util.BigIntegerMarshaller
-
- serializeDateToUTC(Date) - Static method in class org.dataone.service.util.DateTimeMarshaller
-
convert a date to GMT
- serialVersion - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- seriesId - Variable in class org.dataone.service.types.v2.SystemMetadata
-
- Service - Class in org.dataone.service.types.v1
-
The available Dataone Service APIs that are exposed on
a Node.
- Service() - Constructor for class org.dataone.service.types.v1.Service
-
- service - Variable in class org.dataone.service.types.v1.Services
-
- SERVICE_VERSION - Static variable in interface org.dataone.service.cn.v1.CNCore
-
- SERVICE_VERSION - Static variable in interface org.dataone.service.cn.v2.CNCore
-
- SERVICE_VERSION - Static variable in interface org.dataone.service.mn.tier1.v1.MNCore
-
- SERVICE_VERSION - Static variable in interface org.dataone.service.mn.tier1.v2.MNCore
-
- ServiceFailure - Exception in org.dataone.service.exceptions
-
The DataONE ServiceFailure exception, raised when a requested
service was called but failed to execute the service request due to an
internal error, such as misconfiguration, or a missing resource such as
a missing data connection, etc.
- ServiceFailure(String, String) - Constructor for exception org.dataone.service.exceptions.ServiceFailure
-
- ServiceFailure(String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.ServiceFailure
-
- ServiceFailure(String, String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.ServiceFailure
-
- ServiceFailure(String, String, String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.ServiceFailure
-
- ServiceMethodRestriction - Class in org.dataone.service.types.v1
-
Describes an optional restriction policy for a given
method.
- ServiceMethodRestriction() - Constructor for class org.dataone.service.types.v1.ServiceMethodRestriction
-
- ServiceMethodRestrictionUtil - Class in org.dataone.service.types.v1.util
-
Methods for interpreting ServiceMethodRestriction rules
- ServiceMethodRestrictionUtil() - Constructor for class org.dataone.service.types.v1.util.ServiceMethodRestrictionUtil
-
- ServiceMethodRestrictionUtil - Class in org.dataone.service.types.v2.util
-
Methods for interpreting ServiceMethodRestriction rules
- ServiceMethodRestrictionUtil() - Constructor for class org.dataone.service.types.v2.util.ServiceMethodRestrictionUtil
-
- services - Variable in class org.dataone.service.types.v1.Node
-
- Services - Class in org.dataone.service.types.v1
-
A list of services that are provided by a node.
- Services() - Constructor for class org.dataone.service.types.v1.Services
-
- Session - Class in org.dataone.service.types.v1
-
Information about the authenticated session for a
service transaction.
- Session() - Constructor for class org.dataone.service.types.v1.Session
-
- setAccessPolicy(Identifier, AccessPolicy, long) - Method in interface org.dataone.service.cn.v1.CNAuthorization
-
- setAccessPolicy(Session, Identifier, AccessPolicy, long) - Method in interface org.dataone.service.cn.v1.CNAuthorization
-
Deprecated.
- setAccessPolicy(Session, Identifier, AccessPolicy, long) - Method in interface org.dataone.service.cn.v2.CNAuthorization
-
- setAccessPolicy(AccessPolicy) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'accessPolicy' element value.
- setAdditionalInfoList(List<String>) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Set the list of 'additionalInfo' element items.
- setAlgorithm(String) - Method in class org.dataone.service.types.v1.Checksum
-
Set the 'algorithm' attribute value.
- setAlgorithmList(List<String>) - Method in class org.dataone.service.types.v1.ChecksumAlgorithmList
-
Set the list of 'algorithm' element items.
- setAllowedNodeList(List<NodeReference>) - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Set the list of 'allowedNode' element items.
- setAllowedObjectFormatList(List<ObjectFormatIdentifier>) - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Set the list of 'allowedObjectFormat' element items.
- setAllowList(List<AccessRule>) - Method in class org.dataone.service.types.v1.AccessPolicy
-
Set the list of 'allow' element items.
- setArchived(Boolean) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'archived' element value.
- setAttribute(String, Object) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- setAuthoritativeMemberNode(NodeReference) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'authoritativeMemberNode' element value.
- setAvailable(Boolean) - Method in class org.dataone.service.types.v1.Service
-
Set the 'available' attribute value.
- setBaseURL(String) - Method in class org.dataone.service.types.v1.Node
-
Set the 'baseURL' element value.
- setBaseURL(String) - Method in class org.dataone.service.types.v1.ObjectLocation
-
Set the 'baseURL' element value.
- setBaseUrl(String) - Method in class org.dataone.service.util.D1Url
-
- setBlockedMemberNodeList(List<NodeReference>) - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Set the list of 'blockedMemberNode' element items.
- setCharacterEncoding(String) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- setChecksum(Checksum) - Method in class org.dataone.service.types.v1.ObjectInfo
-
Set the 'checksum' element value.
- setChecksum(Checksum) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'checksum' element value.
- setCode(int) - Method in exception org.dataone.service.exceptions.BaseException
-
- setContactSubjectList(List<Subject>) - Method in class org.dataone.service.types.v1.Node
-
Set the list of 'contactSubject' element items.
- setCount(int) - Method in class org.dataone.service.types.v1.MonitorInfo
-
Set the 'count' element value.
- setCount(int) - Method in class org.dataone.service.types.v1.Slice
-
Set the 'count' attribute value.
- setDate(Date) - Method in class org.dataone.service.types.v1.MonitorInfo
-
Set the 'date' element value.
- setDateLogged(Date) - Method in class org.dataone.service.types.v1.LogEntry
-
Set the 'dateLogged' element value.
- setDateLogged(Date) - Method in class org.dataone.service.types.v2.LogEntry
-
Set the 'dateLogged' element value.
- setDateSysMetadataModified(Date) - Method in class org.dataone.service.types.v1.ObjectInfo
-
Set the 'dateSysMetadataModified' element value.
- setDateSysMetadataModified(Date) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'dateSysMetadataModified' element value.
- setDateUploaded(Date) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'dateUploaded' element value.
- setDescription(String) - Method in class org.dataone.service.types.v1.Node
-
Set the 'description' element value.
- setDescription(String) - Method in class org.dataone.service.types.v2.OptionList
-
Set the 'description' attribute value.
- setDescriptionList(List<String>) - Method in class org.dataone.service.types.v1_1.QueryField
-
Set the list of 'description' element items.
- setDetail_code(String) - Method in exception org.dataone.service.exceptions.BaseException
-
- setEmailList(List<String>) - Method in class org.dataone.service.types.v1.Person
-
Set the list of 'email' element items.
- setEntryId(String) - Method in class org.dataone.service.types.v1.LogEntry
-
Set the 'entryId' element value.
- setEntryId(String) - Method in class org.dataone.service.types.v2.LogEntry
-
Set the 'entryId' element value.
- setEquivalentIdentityList(List<Subject>) - Method in class org.dataone.service.types.v1.Person
-
Set the list of 'equivalentIdentity' element items.
- setEvent(Event) - Method in class org.dataone.service.types.v1.LogEntry
-
Set the 'event' element value.
- setEvent(String) - Method in class org.dataone.service.types.v2.LogEntry
-
Set the 'event' element value.
- setExtension(String) - Method in class org.dataone.service.types.v2.ObjectFormat
-
Set the 'extension' element value.
- setFamilyName(String) - Method in class org.dataone.service.types.v1.Person
-
Set the 'familyName' element value.
- setFileName(String) - Method in class org.dataone.service.types.v2.SystemMetadata
-
Set the 'fileName' element value.
- setFormatId(ObjectFormatIdentifier) - Method in class org.dataone.service.types.v1.ObjectFormat
-
Set the 'formatId' element value.
- setFormatId(ObjectFormatIdentifier) - Method in class org.dataone.service.types.v1.ObjectInfo
-
Set the 'formatId' element value.
- setFormatId(ObjectFormatIdentifier) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'formatId' element value.
- setFormatName(String) - Method in class org.dataone.service.types.v1.ObjectFormat
-
Set the 'formatName' element value.
- setFormatType(String) - Method in class org.dataone.service.types.v1.ObjectFormat
-
Set the 'formatType' element value.
- setGivenNameList(List<String>) - Method in class org.dataone.service.types.v1.Person
-
Set the list of 'givenName' element items.
- setGroupList(List<Group>) - Method in class org.dataone.service.types.v1.SubjectInfo
-
Set the list of 'group' element items.
- setGroupName(String) - Method in class org.dataone.service.types.v1.Group
-
Set the 'groupName' element value.
- setHasMemberList(List<Subject>) - Method in class org.dataone.service.types.v1.Group
-
Set the list of 'hasMember' element items.
- setHour(String) - Method in class org.dataone.service.types.v1.Schedule
-
Set the 'hour' attribute value.
- setIdentifier(String) - Method in exception org.dataone.service.exceptions.BaseException
-
- setIdentifier(Identifier) - Method in class org.dataone.service.types.v1.LogEntry
-
Set the 'identifier' element value.
- setIdentifier(NodeReference) - Method in class org.dataone.service.types.v1.Node
-
Set the 'identifier' element value.
- setIdentifier(Identifier) - Method in class org.dataone.service.types.v1.ObjectInfo
-
Set the 'identifier' element value.
- setIdentifier(Identifier) - Method in class org.dataone.service.types.v1.ObjectLocationList
-
Set the 'identifier' element value.
- setIdentifier(Identifier) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'identifier' element value.
- setIdentifier(Identifier) - Method in class org.dataone.service.types.v2.LogEntry
-
Set the 'identifier' element value.
- setIpAddress(String) - Method in class org.dataone.service.types.v1.LogEntry
-
Set the 'ipAddress' element value.
- setIpAddress(String) - Method in class org.dataone.service.types.v2.LogEntry
-
Set the 'ipAddress' element value.
- setIsMemberOfList(List<Subject>) - Method in class org.dataone.service.types.v1.Person
-
Set the list of 'isMemberOf' element items.
- setKey(String) - Method in class org.dataone.service.types.v2.OptionList
-
Set the 'key' attribute value.
- setKey(String) - Method in class org.dataone.service.types.v2.Property
-
Set the 'key' attribute value.
- setLastCompleteHarvest(Date) - Method in class org.dataone.service.types.v1.Synchronization
-
Set the 'lastCompleteHarvest' element value.
- setLastHarvested(Date) - Method in class org.dataone.service.types.v1.Synchronization
-
Set the 'lastHarvested' element value.
- setLastSuccess(Date) - Method in class org.dataone.service.types.v1.Ping
-
Set the 'lastSuccess' attribute value.
- setLogEntryList(List<LogEntry>) - Method in class org.dataone.service.types.v1.Log
-
Set the list of 'logEntry' element items.
- setLogEntryList(List<LogEntry>) - Method in class org.dataone.service.types.v2.Log
-
Set the list of 'logEntry' element items.
- setMaxObjectSize(BigInteger) - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Set the 'maxObjectSize' element value.
- setMday(String) - Method in class org.dataone.service.types.v1.Schedule
-
Set the 'mday' attribute value.
- setMediaType(MediaType) - Method in class org.dataone.service.types.v2.ObjectFormat
-
Set the 'mediaType' element value.
- setMediaType(MediaType) - Method in class org.dataone.service.types.v2.SystemMetadata
-
Set the 'mediaType' element value.
- setMethodName(String) - Method in class org.dataone.service.types.v1.ServiceMethodRestriction
-
Set the 'methodName' attribute value.
- setMin(String) - Method in class org.dataone.service.types.v1.Schedule
-
Set the 'min' attribute value.
- setMon(String) - Method in class org.dataone.service.types.v1.Schedule
-
Set the 'mon' attribute value.
- setMonitorInfoList(List<MonitorInfo>) - Method in class org.dataone.service.types.v1.MonitorList
-
Set the list of 'monitorInfo' element items.
- setMultivalued(Boolean) - Method in class org.dataone.service.types.v1_1.QueryField
-
Set the 'multivalued' element value.
- setName(String) - Method in class org.dataone.service.types.v1.Node
-
Set the 'name' element value.
- setName(String) - Method in class org.dataone.service.types.v1.Service
-
Set the 'name' attribute value.
- setName(String) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Set the 'name' element value.
- setName(String) - Method in class org.dataone.service.types.v1_1.QueryField
-
Set the 'name' element value.
- setName(String) - Method in class org.dataone.service.types.v2.MediaType
-
Set the 'name' attribute value.
- setName(String) - Method in class org.dataone.service.types.v2.MediaTypeProperty
-
Set the 'name' attribute value.
- setNodeId(String) - Method in exception org.dataone.service.exceptions.BaseException
-
Set the node Id string
- setNodeIdentifier(NodeReference) - Method in class org.dataone.service.types.v1.LogEntry
-
Set the 'nodeIdentifier' element value.
- setNodeIdentifier(NodeReference) - Method in class org.dataone.service.types.v1.ObjectLocation
-
Set the 'nodeIdentifier' element value.
- setNodeIdentifier(NodeReference) - Method in class org.dataone.service.types.v2.LogEntry
-
Set the 'nodeIdentifier' element value.
- setNodeList(List<Node>) - Method in class org.dataone.service.types.v1.NodeList
-
Set the list of 'node' element items.
- setNodeList(List<Node>) - Method in class org.dataone.service.types.v2.NodeList
-
Set the list of 'node' element items.
- setNodeReplicationPolicy(NodeReplicationPolicy) - Method in class org.dataone.service.types.v1.Node
-
Set the 'nodeReplicationPolicy' element value.
- setNumberReplicas(Integer) - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Set the 'numberReplicas' attribute value.
- setObjectFormatList(List<ObjectFormat>) - Method in class org.dataone.service.types.v1.ObjectFormatList
-
Set the list of 'objectFormat' element items.
- setObjectFormatList(List<ObjectFormat>) - Method in class org.dataone.service.types.v2.ObjectFormatList
-
Set the list of 'objectFormat' element items.
- setObjectInfoList(List<ObjectInfo>) - Method in class org.dataone.service.types.v1.ObjectList
-
Set the list of 'objectInfo' element items.
- setObjectLocationList(List<ObjectLocation>) - Method in class org.dataone.service.types.v1.ObjectLocationList
-
Set the list of 'objectLocation' element items.
- setObsoletedBy(Identifier, Identifier, long) - Method in interface org.dataone.service.cn.v1.CNCore
-
- setObsoletedBy(Session, Identifier, Identifier, long) - Method in interface org.dataone.service.cn.v1.CNCore
-
Deprecated.
- setObsoletedBy(Session, Identifier, Identifier, long) - Method in interface org.dataone.service.cn.v2.CNCore
-
- setObsoletedBy(Identifier) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'obsoletedBy' element value.
- setObsoletes(Identifier) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'obsoletes' element value.
- setOptionList(List<String>) - Method in class org.dataone.service.types.v2.OptionList
-
Set the list of 'option' element items.
- setOriginMemberNode(NodeReference) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'originMemberNode' element value.
- setPermissionList(List<Permission>) - Method in class org.dataone.service.types.v1.AccessRule
-
Set the list of 'permission' element items.
- setPersonList(List<Person>) - Method in class org.dataone.service.types.v1.SubjectInfo
-
Set the list of 'person' element items.
- setPid(String) - Method in exception org.dataone.service.exceptions.BaseException
-
- setPing(Ping) - Method in class org.dataone.service.types.v1.Node
-
Set the 'ping' element value.
- setPreference(Integer) - Method in class org.dataone.service.types.v1.ObjectLocation
-
Set the 'preference' element value.
- setPreferredMemberNodeList(List<NodeReference>) - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Set the list of 'preferredMemberNode' element items.
- setPropertyList(List<MediaTypeProperty>) - Method in class org.dataone.service.types.v2.MediaType
-
Set the list of 'property' element items.
- setPropertyList(List<Property>) - Method in class org.dataone.service.types.v2.Node
-
Set the list of 'property' element items.
- setQueryEngineList(List<String>) - Method in class org.dataone.service.types.v1_1.QueryEngineList
-
Set the list of 'queryEngine' element items.
- setQueryEngineVersion(String) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Set the 'queryEngineVersion' element value.
- setQueryFieldList(List<QueryField>) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Set the list of 'queryField' element items.
- setQuerySchemaVersion(String) - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Set the 'querySchemaVersion' element value.
- setReplicaList(List<Replica>) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the list of 'replica' element items.
- setReplicaMemberNode(NodeReference) - Method in class org.dataone.service.types.v1.Replica
-
Set the 'replicaMemberNode' element value.
- setReplicate(boolean) - Method in class org.dataone.service.types.v1.Node
-
Set the 'replicate' attribute value.
- setReplicationAllowed(Boolean) - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Set the 'replicationAllowed' attribute value.
- setReplicationPolicy(Identifier, ReplicationPolicy, long) - Method in interface org.dataone.service.cn.v1.CNReplication
-
- setReplicationPolicy(Session, Identifier, ReplicationPolicy, long) - Method in interface org.dataone.service.cn.v1.CNReplication
-
Deprecated.
- setReplicationPolicy(Session, Identifier, ReplicationPolicy, long) - Method in interface org.dataone.service.cn.v2.CNReplication
-
- setReplicationPolicy(ReplicationPolicy) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'replicationPolicy' element value.
- setReplicationStatus(Identifier, NodeReference, ReplicationStatus, BaseException) - Method in interface org.dataone.service.cn.v1.CNReplication
-
- setReplicationStatus(Session, Identifier, NodeReference, ReplicationStatus, BaseException) - Method in interface org.dataone.service.cn.v1.CNReplication
-
Deprecated.
- setReplicationStatus(Session, Identifier, NodeReference, ReplicationStatus, BaseException) - Method in interface org.dataone.service.cn.v2.CNReplication
-
- setReplicationStatus(ReplicationStatus) - Method in class org.dataone.service.types.v1.Replica
-
Set the 'replicationStatus' element value.
- setReplicaVerified(Date) - Method in class org.dataone.service.types.v1.Replica
-
Set the 'replicaVerified' element value.
- setResource(String) - Method in class org.dataone.service.util.D1Url
-
- setRestrictionList(List<ServiceMethodRestriction>) - Method in class org.dataone.service.types.v1.Service
-
Set the list of 'restriction' element items.
- setReturnable(boolean) - Method in class org.dataone.service.types.v1_1.QueryField
-
Set the 'returnable' element value.
- setRightsHolder(Identifier, Subject, long) - Method in interface org.dataone.service.cn.v1.CNAuthorization
-
- setRightsHolder(Session, Identifier, Subject, long) - Method in interface org.dataone.service.cn.v1.CNAuthorization
-
Deprecated.
- setRightsHolder(Session, Identifier, Subject, long) - Method in interface org.dataone.service.cn.v2.CNAuthorization
-
- setRightsHolder(Subject) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'rightsHolder' element value.
- setRightsHolderList(List<Subject>) - Method in class org.dataone.service.types.v1.Group
-
Set the list of 'rightsHolder' element items.
- setSchedule(Schedule) - Method in class org.dataone.service.types.v1.Synchronization
-
Set the 'schedule' element value.
- setSearchable(boolean) - Method in class org.dataone.service.types.v1_1.QueryField
-
Set the 'searchable' element value.
- setSec(String) - Method in class org.dataone.service.types.v1.Schedule
-
Set the 'sec' attribute value.
- setSerialVersion(BigInteger) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'serialVersion' element value.
- setSeriesId(Identifier) - Method in class org.dataone.service.types.v2.SystemMetadata
-
Set the 'seriesId' element value.
- setServiceList(List<Service>) - Method in class org.dataone.service.types.v1.Services
-
Set the list of 'service' element items.
- setServices(Services) - Method in class org.dataone.service.types.v1.Node
-
Set the 'services' element value.
- setSize(BigInteger) - Method in class org.dataone.service.types.v1.ObjectInfo
-
Set the 'size' element value.
- setSize(BigInteger) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'size' element value.
- setSortable(boolean) - Method in class org.dataone.service.types.v1_1.QueryField
-
Set the 'sortable' element value.
- setSpaceAllocated(BigInteger) - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Set the 'spaceAllocated' element value.
- setStart(int) - Method in class org.dataone.service.types.v1.Slice
-
Set the 'start' attribute value.
- setState(NodeState) - Method in class org.dataone.service.types.v1.Node
-
Set the 'state' attribute value.
- setSubject(Subject) - Method in class org.dataone.service.types.v1.Group
-
Set the 'subject' element value.
- setSubject(Subject) - Method in class org.dataone.service.types.v1.LogEntry
-
Set the 'subject' element value.
- setSubject(Subject) - Method in class org.dataone.service.types.v1.Person
-
Set the 'subject' element value.
- setSubject(Subject) - Method in class org.dataone.service.types.v1.Session
-
Set the 'subject' element value.
- setSubject(Subject) - Method in class org.dataone.service.types.v2.LogEntry
-
Set the 'subject' element value.
- setSubjectInfo(SubjectInfo) - Method in class org.dataone.service.types.v1.Session
-
Set the 'subjectInfo' element value.
- setSubjectList(List<Subject>) - Method in class org.dataone.service.types.v1.AccessRule
-
Set the list of 'subject' element items.
- setSubjectList(List<Subject>) - Method in class org.dataone.service.types.v1.Node
-
Set the list of 'subject' element items.
- setSubjectList(List<Subject>) - Method in class org.dataone.service.types.v1.SubjectList
-
Set the list of 'subject' element items.
- setSubmitter(Subject) - Method in class org.dataone.service.types.v1.SystemMetadata
-
Set the 'submitter' element value.
- setSuccess(Boolean) - Method in class org.dataone.service.types.v1.Ping
-
Set the 'success' attribute value.
- setSynchronization(Synchronization) - Method in class org.dataone.service.types.v1.Node
-
Set the 'synchronization' element value.
- setSynchronize(boolean) - Method in class org.dataone.service.types.v1.Node
-
Set the 'synchronize' attribute value.
- Settings - Class in org.dataone.configuration
-
- setTotal(int) - Method in class org.dataone.service.types.v1.Slice
-
Set the 'total' attribute value.
- setType(NodeType) - Method in class org.dataone.service.types.v1.Node
-
Set the 'type' attribute value.
- setType(String) - Method in class org.dataone.service.types.v1_1.QueryField
-
Set the 'type' element value.
- setType(String) - Method in class org.dataone.service.types.v2.Property
-
Set the 'type' attribute value.
- setUrl(String) - Method in class org.dataone.service.types.v1.ObjectLocation
-
Set the 'url' element value.
- setUserAgent(String) - Method in class org.dataone.service.types.v1.LogEntry
-
Set the 'userAgent' element value.
- setUserAgent(String) - Method in class org.dataone.service.types.v2.LogEntry
-
Set the 'userAgent' element value.
- setValue(String) - Method in class org.dataone.service.types.v1.Checksum
-
Set the extension value.
- setValue(String) - Method in class org.dataone.service.types.v1.Identifier
-
Set the 'Identifier' complexType value.
- setValue(String) - Method in class org.dataone.service.types.v1.NodeReference
-
Set the 'NodeReference' complexType value.
- setValue(String) - Method in class org.dataone.service.types.v1.ObjectFormatIdentifier
-
Set the 'ObjectFormatIdentifier' simpleType value.
- setValue(String) - Method in class org.dataone.service.types.v1.Subject
-
Set the 'Subject' complexType value.
- setValue(String) - Method in class org.dataone.service.types.v2.MediaTypeProperty
-
Set the extension value.
- setValue(String) - Method in class org.dataone.service.types.v2.Property
-
Set the extension value.
- setVerified(Boolean) - Method in class org.dataone.service.types.v1.Person
-
Set the 'verified' element value.
- setVersion(String) - Method in class org.dataone.service.types.v1.Service
-
Set the 'version' attribute value.
- setVersionList(List<String>) - Method in class org.dataone.service.types.v1.ObjectLocation
-
Set the list of 'version' element items.
- setWday(String) - Method in class org.dataone.service.types.v1.Schedule
-
Set the 'wday' attribute value.
- setYear(String) - Method in class org.dataone.service.types.v1.Schedule
-
Set the 'year' attribute value.
- SimpleMultipartEntity - Class in org.dataone.mimemultipart
-
- SimpleMultipartEntity() - Constructor for class org.dataone.mimemultipart.SimpleMultipartEntity
-
- size - Variable in class org.dataone.service.types.v1.ObjectInfo
-
- size - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- sizeAdditionalInfoList() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get the number of 'additionalInfo' element items.
- sizeAlgorithmList() - Method in class org.dataone.service.types.v1.ChecksumAlgorithmList
-
Get the number of 'algorithm' element items.
- sizeAllowedNodeList() - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Get the number of 'allowedNode' element items.
- sizeAllowedObjectFormatList() - Method in class org.dataone.service.types.v1.NodeReplicationPolicy
-
Get the number of 'allowedObjectFormat' element items.
- sizeAllowList() - Method in class org.dataone.service.types.v1.AccessPolicy
-
Get the number of 'allow' element items.
- sizeBlockedMemberNodeList() - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Get the number of 'blockedMemberNode' element items.
- sizeContactSubjectList() - Method in class org.dataone.service.types.v1.Node
-
Get the number of 'contactSubject' element items.
- sizeDescriptionList() - Method in class org.dataone.service.types.v1_1.QueryField
-
Get the number of 'description' element items.
- sizeEmailList() - Method in class org.dataone.service.types.v1.Person
-
Get the number of 'email' element items.
- sizeEquivalentIdentityList() - Method in class org.dataone.service.types.v1.Person
-
Get the number of 'equivalentIdentity' element items.
- sizeGivenNameList() - Method in class org.dataone.service.types.v1.Person
-
Get the number of 'givenName' element items.
- sizeGroupList() - Method in class org.dataone.service.types.v1.SubjectInfo
-
Get the number of 'group' element items.
- sizeHasMemberList() - Method in class org.dataone.service.types.v1.Group
-
Get the number of 'hasMember' element items.
- sizeIsMemberOfList() - Method in class org.dataone.service.types.v1.Person
-
Get the number of 'isMemberOf' element items.
- sizeLogEntryList() - Method in class org.dataone.service.types.v1.Log
-
Get the number of 'logEntry' element items.
- sizeLogEntryList() - Method in class org.dataone.service.types.v2.Log
-
Get the number of 'logEntry' element items.
- sizeMonitorInfoList() - Method in class org.dataone.service.types.v1.MonitorList
-
Get the number of 'monitorInfo' element items.
- sizeNodeList() - Method in class org.dataone.service.types.v1.NodeList
-
Get the number of 'node' element items.
- sizeNodeList() - Method in class org.dataone.service.types.v2.NodeList
-
Get the number of 'node' element items.
- sizeObjectFormatList() - Method in class org.dataone.service.types.v1.ObjectFormatList
-
Get the number of 'objectFormat' element items.
- sizeObjectFormatList() - Method in class org.dataone.service.types.v2.ObjectFormatList
-
Get the number of 'objectFormat' element items.
- sizeObjectInfoList() - Method in class org.dataone.service.types.v1.ObjectList
-
Get the number of 'objectInfo' element items.
- sizeObjectLocationList() - Method in class org.dataone.service.types.v1.ObjectLocationList
-
Get the number of 'objectLocation' element items.
- sizeOptionList() - Method in class org.dataone.service.types.v2.OptionList
-
Get the number of 'option' element items.
- sizePermissionList() - Method in class org.dataone.service.types.v1.AccessRule
-
Get the number of 'permission' element items.
- sizePersonList() - Method in class org.dataone.service.types.v1.SubjectInfo
-
Get the number of 'person' element items.
- sizePreferredMemberNodeList() - Method in class org.dataone.service.types.v1.ReplicationPolicy
-
Get the number of 'preferredMemberNode' element items.
- sizePropertyList() - Method in class org.dataone.service.types.v2.MediaType
-
Get the number of 'property' element items.
- sizePropertyList() - Method in class org.dataone.service.types.v2.Node
-
Get the number of 'property' element items.
- sizeQueryEngineList() - Method in class org.dataone.service.types.v1_1.QueryEngineList
-
Get the number of 'queryEngine' element items.
- sizeQueryFieldList() - Method in class org.dataone.service.types.v1_1.QueryEngineDescription
-
Get the number of 'queryField' element items.
- sizeReplicaList() - Method in class org.dataone.service.types.v1.SystemMetadata
-
Get the number of 'replica' element items.
- sizeRestrictionList() - Method in class org.dataone.service.types.v1.Service
-
Get the number of 'restriction' element items.
- sizeRightsHolderList() - Method in class org.dataone.service.types.v1.Group
-
Get the number of 'rightsHolder' element items.
- sizeServiceList() - Method in class org.dataone.service.types.v1.Services
-
Get the number of 'service' element items.
- sizeSubjectList() - Method in class org.dataone.service.types.v1.AccessRule
-
Get the number of 'subject' element items.
- sizeSubjectList() - Method in class org.dataone.service.types.v1.Node
-
Get the number of 'subject' element items.
- sizeSubjectList() - Method in class org.dataone.service.types.v1.SubjectList
-
Get the number of 'subject' element items.
- sizeVersionList() - Method in class org.dataone.service.types.v1.ObjectLocation
-
Get the number of 'version' element items.
- Slice - Class in org.dataone.service.types.v1
-
An abstract type used as a common base for other types
that need to include *count*, *start*, and *total* attributes to
indicate which slice of a list is represented by a set of
records.The first element in a list is always index 0, i.e.
- Slice() - Constructor for class org.dataone.service.types.v1.Slice
-
- sortable - Variable in class org.dataone.service.types.v1_1.QueryField
-
- spaceAllocated - Variable in class org.dataone.service.types.v1.NodeReplicationPolicy
-
- start - Variable in class org.dataone.service.types.v1.Slice
-
- startAsync() - Method in class org.dataone.mimemultipart.MultipartRequest
-
- startAsync(ServletRequest, ServletResponse) - Method in class org.dataone.mimemultipart.MultipartRequest
-
- state - Variable in class org.dataone.service.types.v1.Node
-
- STD_CONFIG_PATH - Static variable in class org.dataone.configuration.Settings
-
- subject - Variable in class org.dataone.service.types.v1.AccessRule
-
- subject - Variable in class org.dataone.service.types.v1.Group
-
- subject - Variable in class org.dataone.service.types.v1.LogEntry
-
- subject - Variable in class org.dataone.service.types.v1.Node
-
- subject - Variable in class org.dataone.service.types.v1.Person
-
- subject - Variable in class org.dataone.service.types.v1.Session
-
- Subject - Class in org.dataone.service.types.v1
-
An identifier for a Person (user), Group,
Organization, or System.The :term:`Subject` is a string that provides a formal
name to identify a user or group in the DataONE Identity Management
Service.
- Subject() - Constructor for class org.dataone.service.types.v1.Subject
-
- subject - Variable in class org.dataone.service.types.v2.LogEntry
-
- SUBJECT_AUTHENTICATED_USER - Static variable in class org.dataone.service.util.Constants
-
- SUBJECT_PUBLIC - Static variable in class org.dataone.service.util.Constants
-
- SUBJECT_VERIFIED_USER - Static variable in class org.dataone.service.util.Constants
-
- subjectInfo - Variable in class org.dataone.service.types.v1.Session
-
- SubjectInfo - Class in org.dataone.service.types.v1
-
A list of :term:`Subjects`, including both
:class:`Types.Person` and :class:`Types.Group` entries returned from
the :func:`CNIdentity.getSubjectInfo` service and
:func:`CNIdentity.listSubjects` services.
- SubjectInfo() - Constructor for class org.dataone.service.types.v1.SubjectInfo
-
- SubjectList - Class in org.dataone.service.types.v1
-
A list of :term:`Subjects` used for identity/group
management
Schema fragment(s) for this class:
- SubjectList() - Constructor for class org.dataone.service.types.v1.SubjectList
-
- submitter - Variable in class org.dataone.service.types.v1.SystemMetadata
-
- success - Variable in class org.dataone.service.types.v1.Ping
-
- synchronization - Variable in class org.dataone.service.types.v1.Node
-
- Synchronization - Class in org.dataone.service.types.v1
-
Configuration information for the process by which
metadata is harvested from Member Nodes to Coordinating Nodes, including
the schedule on which harvesting should occur, and information about the
last :term:`synchronization` attempts for the node.
- Synchronization() - Constructor for class org.dataone.service.types.v1.Synchronization
-
- SynchronizationFailed - Exception in org.dataone.service.exceptions
-
The DataONE SynchronizationFailed exception, used as a callback message
to a Member Node from a Coordinating Node when an attempt to synchronize
some object fails.
- SynchronizationFailed(String, String) - Constructor for exception org.dataone.service.exceptions.SynchronizationFailed
-
- SynchronizationFailed(String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.SynchronizationFailed
-
- SynchronizationFailed(String, String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.SynchronizationFailed
-
- SynchronizationFailed(String, String, String, String, TreeMap<String, String>) - Constructor for exception org.dataone.service.exceptions.SynchronizationFailed
-
- synchronizationFailed(SynchronizationFailed) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
- synchronizationFailed(Session, SynchronizationFailed) - Method in interface org.dataone.service.mn.tier1.v1.MNRead
-
Deprecated.
- synchronizationFailed(Session, SynchronizationFailed) - Method in interface org.dataone.service.mn.tier1.v2.MNRead
-
- synchronize(Session, Identifier) - Method in interface org.dataone.service.cn.v2.CNCore
-
- synchronize - Variable in class org.dataone.service.types.v1.Node
-
- SystemMetadata - Class in org.dataone.service.types.v1
-
System metadata (often referred to as
:term:`sysmeta`) is the information used by DataONE to track and manage
objects across the distributed Coordinating and Member Nodes of the
network.
- SystemMetadata() - Constructor for class org.dataone.service.types.v1.SystemMetadata
-
- SystemMetadata - Class in org.dataone.service.types.v2
-
System metadata in DataONE APIs version 2.0 extends
the :class:`types.SystemMetadata` definition of version 1.x by adding
:term:`seriesId`, :term:`mediaType`, and :term:`fileName` elements.
- SystemMetadata() - Constructor for class org.dataone.service.types.v2.SystemMetadata
-
- systemMetadataChanged(Session, Identifier, long, Date) - Method in interface org.dataone.service.mn.tier1.v2.MNRead
-
- systemMetadataChanged(Identifier, long, Date) - Method in interface org.dataone.service.mn.tier2.v1.MNAuthorization
-
- systemMetadataChanged(Session, Identifier, long, Date) - Method in interface org.dataone.service.mn.tier2.v1.MNAuthorization
-
Deprecated.