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.resource |
Contains the components from the "Resource" set of the DDMS specification.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoleEntity
Base class for entities which fulfill some role, such as ddms:person and ddms:organization.
|
Modifier and Type | Method and Description |
---|---|
protected IRoleEntity |
AbstractTaskingRole.Builder.commitSelectedEntity()
Commits the entity which is active in this builder, based on the entityType.
|
protected IRoleEntity |
AbstractProducerRole.Builder.commitSelectedEntity()
Commits the entity which is active in this builder, based on the entityType.
|
IRoleEntity |
AbstractTaskingRole.getEntity()
Accessor for the producer entity
|
IRoleEntity |
AbstractProducerRole.getEntity()
Accessor for the entity fulfilling this producer role
|
Constructor and Description |
---|
AbstractProducerRole(String producerType,
IRoleEntity entity,
List<String> pocTypes,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
AbstractTaskingRole(String roleType,
IRoleEntity entity,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
Modifier and Type | Class and Description |
---|---|
class |
Organization
An immutable implementation of ddms:organization.
|
class |
Person
An immutable implementation of ddms:person.
|
class |
Service
An immutable implementation of a ddms:service element.
|
class |
Unknown
An immutable implementation of a ddms:unknown element.
|
Constructor and Description |
---|
Addressee(IRoleEntity entity,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
Contributor(IRoleEntity entity,
List<String> pocTypes,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
Creator(IRoleEntity entity,
List<String> pocTypes,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
PointOfContact(IRoleEntity entity,
List<String> pocTypes,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
Publisher(IRoleEntity entity,
List<String> pocTypes,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
RequesterInfo(IRoleEntity entity,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/