| 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.metacard | 
Contains the components from the "Metacard" set of the DDMS specification. | 
| buri.ddmsence.ddms.resource | 
Contains the components from the "Resource" set of the DDMS specification. | 
| buri.ddmsence.ddms.security | 
Contains the components from the "Security" set of the DDMS specification. | 
| buri.ddmsence.ddms.security.ism | 
Contains the components from the "Security" set of the DDMS specification which exist in the ISM XML namespace. | 
| buri.ddmsence.ddms.security.ntk | 
Contains the components from the "Security" set of the DDMS specification which exist in the NTK XML namespace. | 
| buri.ddmsence.ddms.summary | 
Contains the components from the "Summary" set of the DDMS specification. | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAttributes | AbstractTaskingRole. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | AbstractSimpleString. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | AbstractProducerRole. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | AbstractNtkString. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | AbstractBaseComponent. getSecurityAttributes()The base implementation of a DDMS component assumes that there are no security attributes. | 
| SecurityAttributes | AbstractAccessEntity. getSecurityAttributes()Accessor for the Security Attributes. | 
| Constructor and Description | 
|---|
| AbstractAccessEntity(String name,
                    SystemName systemName,
                    SecurityAttributes securityAttributes)Constructor for creating a component from raw data. | 
| AbstractNtkString(boolean tokenBased,
                 String name,
                 String value,
                 String id,
                 String idReference,
                 String qualifier,
                 SecurityAttributes securityAttributes,
                 boolean validateNow)Constructor which builds from raw data. | 
| AbstractProducerRole(String producerType,
                    IRoleEntity entity,
                    List<String> pocTypes,
                    SecurityAttributes securityAttributes)Constructor which builds from raw data. | 
| AbstractSimpleString(String name,
                    String value,
                    SecurityAttributes attributes,
                    boolean validateNow)Constructor which builds from raw data. | 
| AbstractSimpleString(String prefix,
                    String namespace,
                    String name,
                    String value,
                    SecurityAttributes attributes,
                    boolean validateNow)Constructor which builds from raw data. | 
| AbstractTaskingRole(String roleType,
                   IRoleEntity entity,
                   SecurityAttributes securityAttributes)Constructor which builds from raw data. | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAttributes | Resource. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | IDDMSComponent. getSecurityAttributes()Returns any security attributes attached to this component. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAttributes | MetacardInfo. getSecurityAttributes()Accessor for the Security Attributes. | 
| Constructor and Description | 
|---|
| MetacardInfo(List<IDDMSComponent> childComponents,
            SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAttributes | Type. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | TaskingInfo. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | Source. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | RevisionRecall. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | ResourceManagement. getSecurityAttributes()Accessor for the Security Attributes. | 
| Constructor and Description | 
|---|
| Addressee(IRoleEntity entity,
         SecurityAttributes securityAttributes)Constructor which builds from raw data. | 
| ApplicationSoftware(String value,
                   SecurityAttributes securityAttributes)Constructor for creating a component 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. | 
| Details(String value,
       SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| PointOfContact(IRoleEntity entity,
              List<String> pocTypes,
              SecurityAttributes securityAttributes)Constructor which builds from raw data. | 
| ProcessingInfo(String value,
              String dateProcessed,
              SecurityAttributes securityAttributes)Constructor for creating a component 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. | 
| ResourceManagement(RecordsManagementInfo recordsManagementInfo,
                  RevisionRecall revisionRecall,
                  List<TaskingInfo> taskingInfos,
                  List<ProcessingInfo> processingInfos,
                  SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| RevisionRecall(List<Link> links,
              List<Details> details,
              Integer revisionID,
              String revisionType,
              String network,
              String otherNetwork,
              XLinkAttributes xlinkAttributes,
              SecurityAttributes securityAttributes)Constructor for creating a component from raw data, based on links and details. | 
| RevisionRecall(String value,
              Integer revisionID,
              String revisionType,
              String network,
              String otherNetwork,
              XLinkAttributes xlinkAttributes,
              SecurityAttributes securityAttributes)Constructor for creating a component from raw data, based on child text. | 
| Source(String qualifier,
      String value,
      String schemaQualifier,
      String schemaHref,
      SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| SubOrganization(String value,
               SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Subtitle(String subtitle,
        SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| TaskingInfo(List<RequesterInfo> requesterInfos,
           List<Addressee> addressees,
           Description description,
           TaskID taskID,
           SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Title(String title,
     SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Type(String description,
    String qualifier,
    String value,
    SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAttributes | Security. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | NoticeList. getSecurityAttributes()Accessor for the Security Attributes. | 
| Constructor and Description | 
|---|
| NoticeList(List<Notice> notices,
          SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Security(NoticeList noticeList,
        Access access,
        SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAttributes | SecurityAttributes.Builder. commit()Finalizes the data gathered for this builder instance. | 
| static SecurityAttributes | SecurityAttributes. getNonNullInstance(SecurityAttributes securityAttributes)Returns a non-null instance of security attributes. | 
| SecurityAttributes | Notice. getSecurityAttributes()Accessor for the Security Attributes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SecurityAttributes | SecurityAttributes. getNonNullInstance(SecurityAttributes securityAttributes)Returns a non-null instance of security attributes. | 
| Constructor and Description | 
|---|
| Builder(SecurityAttributes attributes)Constructor which starts from an existing component. | 
| Notice(List<NoticeText> noticeTexts,
      SecurityAttributes securityAttributes,
      NoticeAttributes noticeAttributes)Constructor for creating a component from raw data | 
| NoticeText(String value,
          List<String> pocTypes,
          SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAttributes | ProfileList. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | Access. getSecurityAttributes()Accessor for the Security Attributes. | 
| Constructor and Description | 
|---|
| Access(List<Individual> individuals,
      List<Group> groups,
      ProfileList profileList,
      Boolean externalReference,
      SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Access(List<Individual> individuals,
      List<Group> groups,
      ProfileList profileList,
      SecurityAttributes securityAttributes)Deprecated. 
 A new constructor was added for DDMS 4.1 to support ntk:externalResource. This constructor is
             preserved for backwards compatibility, but may disappear in the next major release. | 
| Group(SystemName systemName,
     List<GroupValue> groupValues,
     SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| GroupValue(String value,
          String id,
          String idReference,
          String qualifier,
          SecurityAttributes securityAttributes)Constructor which builds from raw data. | 
| Individual(SystemName systemName,
          List<IndividualValue> individualValues,
          SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| IndividualValue(String value,
               String id,
               String idReference,
               String qualifier,
               SecurityAttributes securityAttributes)Constructor which builds from raw data. | 
| Profile(SystemName systemName,
       List<ProfileValue> profileValues,
       SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| ProfileList(List<Profile> profiles,
           SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| ProfileValue(String value,
            String vocabulary,
            String id,
            String idReference,
            String qualifier,
            SecurityAttributes securityAttributes)Constructor which builds from raw data. | 
| SystemName(String value,
          String id,
          String idReference,
          String qualifier,
          SecurityAttributes securityAttributes)Constructor which builds from raw data. | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityAttributes | VirtualCoverage. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | TemporalCoverage. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | SubjectCoverage. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | RelatedResource. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | ProductionMetric. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | Link. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | Keyword. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | GeospatialCoverage. getSecurityAttributes()Accessor for the Security Attributes. | 
| SecurityAttributes | Category. getSecurityAttributes()Accessor for the Security Attributes. | 
| Constructor and Description | 
|---|
| Category(String qualifier,
        String code,
        String label,
        SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Category(String qualifier,
        String code,
        String label,
        SecurityAttributes securityAttributes,
        ExtensibleAttributes extensibleAttributes)Constructor for creating a component from raw data | 
| Description(String description,
           SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| GeospatialCoverage(GeographicIdentifier geographicIdentifier,
                  BoundingBox boundingBox,
                  BoundingGeometry boundingGeometry,
                  PostalAddress postalAddress,
                  VerticalExtent verticalExtent,
                  String precedence,
                  Integer order,
                  SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Keyword(String value,
       SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Keyword(String value,
       SecurityAttributes securityAttributes,
       ExtensibleAttributes extensibleAttributes)Constructor for creating a component from raw data. | 
| Link(XLinkAttributes xlinkAttributes,
    SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| NonStateActor(String value,
             Integer order,
             SecurityAttributes securityAttributes)Deprecated. 
 A new constructor was added for DDMS 4.1 to support ddms:qualifier. This constructor is preserved for
             backwards compatibility, but may disappear in the next major release. | 
| NonStateActor(String value,
             Integer order,
             String qualifier,
             SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| ProductionMetric(String subject,
                String coverage,
                SecurityAttributes securityAttributes)Constructor for creating a component from raw data. | 
| RelatedResource(List<Link> links,
               String relationship,
               String direction,
               String qualifier,
               String value,
               SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| SubjectCoverage(List<Keyword> keywords,
               List<Category> categories,
               List<ProductionMetric> productionMetrics,
               List<NonStateActor> nonStateActors,
               SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| TemporalCoverage(String timePeriodName,
                ApproximableDate approximableStart,
                ApproximableDate approximableEnd,
                SecurityAttributes securityAttributes)Constructor for creating a component from raw data, using two approximable dates. | 
| TemporalCoverage(String timePeriodName,
                ApproximableDate approximableStart,
                String endString,
                SecurityAttributes securityAttributes)Constructor for creating a component from raw data, using an approximable start date
 and an exact end date. | 
| TemporalCoverage(String timePeriodName,
                String startString,
                ApproximableDate approximableEnd,
                SecurityAttributes securityAttributes)Constructor for creating a component from raw data, using an exact start date
 and an approximable end date. | 
| TemporalCoverage(String timePeriodName,
                String startString,
                String endString,
                SecurityAttributes securityAttributes)Constructor for creating a component from raw data, using two exact date values. | 
| VirtualCoverage(String address,
               String protocol,
               SecurityAttributes securityAttributes)Deprecated. 
 A new constructor was added for DDMS 5.0 to support ntk:access and virt:network. This constructor is
             preserved for backwards compatibility, but may disappear in the next major release. | 
| VirtualCoverage(String address,
               String protocol,
               String access,
               String network,
               SecurityAttributes securityAttributes)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/