Package | Description |
---|---|
buri.ddmsence |
The core package of DDMSence, which contains the abstract base classes which do not need to be directly referenced.
|
buri.ddmsence.ddms |
Contains the top-level DDMS component,
Resource , various exception classes, and other supporting classes. |
buri.ddmsence.ddms.extensible |
Contains the components from the "Extensible" layer of the DDMS specification.
|
buri.ddmsence.ddms.resource |
Contains the components from the "Resource" set of the DDMS specification.
|
buri.ddmsence.ddms.summary |
Contains the components from the "Summary" set of the DDMS specification.
|
Modifier and Type | Method and Description |
---|---|
ExtensibleAttributes |
AbstractRoleEntity.getExtensibleAttributes()
Accessor for the extensible attributes.
|
Constructor and Description |
---|
AbstractRoleEntity(String entityName,
List<String> names,
List<String> phones,
List<String> emails,
ExtensibleAttributes extensibleAttributes)
Constructor which builds from raw data.
|
Modifier and Type | Method and Description |
---|---|
ExtensibleAttributes |
Resource.getExtensibleAttributes()
Accessor for the extensible attributes.
|
ExtensibleAttributes |
IRoleEntity.getExtensibleAttributes()
Accessor for any extensible attributes on the producer
|
Constructor and Description |
---|
Resource(List<IDDMSComponent> topLevelComponents,
Boolean resourceElement,
String createDate,
Integer ismDESVersion,
SecurityAttributes securityAttributes,
ExtensibleAttributes extensibleAttributes)
Constructor for creating a DDMS 3.0 Resource from raw data.
|
Resource(List<IDDMSComponent> topLevelComponents,
Boolean resourceElement,
String createDate,
List<String> compliesWiths,
Integer ismDESVersion,
Integer ntkDESVersion,
SecurityAttributes securityAttributes,
NoticeAttributes noticeAttributes,
ExtensibleAttributes extensibleAttributes)
Constructor for creating a DDMS resource of any version from raw data.
|
Resource(List<IDDMSComponent> topLevelComponents,
Boolean resourceElement,
String createDate,
List<String> compliesWiths,
Integer ismDESVersion,
SecurityAttributes securityAttributes,
ExtensibleAttributes extensibleAttributes)
Constructor for creating a DDMS 3.1 Resource from raw data.
|
Resource(List<IDDMSComponent> topLevelComponents,
ExtensibleAttributes extensibleAttributes)
Constructor for creating a DDMS 2.0 Resource from raw data.
|
Modifier and Type | Method and Description |
---|---|
ExtensibleAttributes |
ExtensibleAttributes.Builder.commit()
Finalizes the data gathered for this builder instance.
|
static ExtensibleAttributes |
ExtensibleAttributes.getNonNullInstance(ExtensibleAttributes extensibleAttributes)
Returns a non-null instance of extensible attributes.
|
Modifier and Type | Method and Description |
---|---|
static ExtensibleAttributes |
ExtensibleAttributes.getNonNullInstance(ExtensibleAttributes extensibleAttributes)
Returns a non-null instance of extensible attributes.
|
Constructor and Description |
---|
Builder(ExtensibleAttributes attributes)
Constructor which starts from an existing component.
|
Constructor and Description |
---|
Organization(List<String> names,
List<String> phones,
List<String> emails,
List<SubOrganization> subOrganizations,
String acronym,
ExtensibleAttributes extensions)
Constructor for creating a component from raw data.
|
Person(List<String> names,
String surname,
List<String> phones,
List<String> emails,
String userID,
List<String> affiliations,
ExtensibleAttributes extensions)
Constructor for creating a component from raw data.
|
Service(List<String> names,
List<String> phones,
List<String> emails,
List<String> affiliations,
ExtensibleAttributes extensions)
Constructor for creating a component from raw data.
|
Unknown(List<String> names,
List<String> phones,
List<String> emails,
List<String> affiliations,
ExtensibleAttributes extensions)
Constructor for creating a component from raw data.
|
Modifier and Type | Method and Description |
---|---|
ExtensibleAttributes |
Keyword.getExtensibleAttributes()
Accessor for the extensible attributes.
|
ExtensibleAttributes |
Category.getExtensibleAttributes()
Accessor for the extensible attributes.
|
Constructor and Description |
---|
Category(String qualifier,
String code,
String label,
SecurityAttributes securityAttributes,
ExtensibleAttributes extensibleAttributes)
Constructor for creating a component from raw data
|
Keyword(String value,
SecurityAttributes securityAttributes,
ExtensibleAttributes extensibleAttributes)
Constructor for creating a component from raw data.
|
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/