gov.nasa.pds.registry.util
Class Examples

java.lang.Object
  extended by gov.nasa.pds.registry.util.Examples

public class Examples
extends Object

Class to hold some sample model objects for WADL generation.

Author:
pramirez

Field Summary
static gov.nasa.pds.registry.model.AuditableEvent APPROVE_EVENT
           
static gov.nasa.pds.registry.model.AuditableEvent CREATE_EVENT
           
static gov.nasa.pds.registry.model.ExternalLink EXTERNAL_LINK
           
static gov.nasa.pds.registry.model.Association REQUEST_ASSOCIATION
           
static gov.nasa.pds.registry.model.ExtrinsicObject REQUEST_EXTRINSIC
           
static gov.nasa.pds.registry.model.ExtrinsicObject REQUEST_EXTRINSIC_VERSIONED
           
static gov.nasa.pds.registry.model.ClassificationNode REQUEST_NODE
           
static gov.nasa.pds.registry.model.ClassificationScheme REQUEST_SCHEME
           
static gov.nasa.pds.registry.model.Association RESPONSE_ASSOCIATION
           
static gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.Association> RESPONSE_ASSOCIATION_QUERY
           
static gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.AuditableEvent> RESPONSE_AUDITABLE_EVENTS
           
static gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC
           
static gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC_APPROVED
           
static gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC_DEPRECATED
           
static gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC_UPDATED
           
static gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC_VERSIONED
           
static gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.ExtrinsicObject> RESPONSE_EXTRINSIC_VERSIONS
           
static Collection<gov.nasa.pds.registry.model.Link> RESPONSE_LINKS
           
static gov.nasa.pds.registry.model.ClassificationNode RESPONSE_NODE
           
static gov.nasa.pds.registry.model.ClassificationNode RESPONSE_NODE_OTHER
           
static gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.ClassificationNode> RESPONSE_NODES
           
static gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.ExtrinsicObject> RESPONSE_PAGED
           
static gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.ExtrinsicObject> RESPONSE_REGISTRY_OBJECT_REVISIONS
           
static gov.nasa.pds.registry.model.Report RESPONSE_REPORT
           
static gov.nasa.pds.registry.model.ClassificationScheme RESPONSE_SCHEME
           
static Set<gov.nasa.pds.registry.model.Slot> RESPONSE_SLOTS
           
static gov.nasa.pds.registry.model.Service SERVICE
           
static gov.nasa.pds.registry.model.ServiceBinding SERVICE_BINDING
           
static gov.nasa.pds.registry.model.SpecificationLink SPECIFICATION_LINK
           
 
Constructor Summary
Examples()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESPONSE_SLOTS

public static final Set<gov.nasa.pds.registry.model.Slot> RESPONSE_SLOTS

RESPONSE_LINKS

public static final Collection<gov.nasa.pds.registry.model.Link> RESPONSE_LINKS

REQUEST_EXTRINSIC

public static final gov.nasa.pds.registry.model.ExtrinsicObject REQUEST_EXTRINSIC

RESPONSE_EXTRINSIC

public static final gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC

RESPONSE_EXTRINSIC_UPDATED

public static final gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC_UPDATED

RESPONSE_EXTRINSIC_APPROVED

public static final gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC_APPROVED

RESPONSE_EXTRINSIC_DEPRECATED

public static final gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC_DEPRECATED

RESPONSE_REPORT

public static final gov.nasa.pds.registry.model.Report RESPONSE_REPORT

RESPONSE_REGISTRY_OBJECT_REVISIONS

public static final gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.ExtrinsicObject> RESPONSE_REGISTRY_OBJECT_REVISIONS

REQUEST_EXTRINSIC_VERSIONED

public static final gov.nasa.pds.registry.model.ExtrinsicObject REQUEST_EXTRINSIC_VERSIONED

RESPONSE_EXTRINSIC_VERSIONED

public static final gov.nasa.pds.registry.model.ExtrinsicObject RESPONSE_EXTRINSIC_VERSIONED

RESPONSE_EXTRINSIC_VERSIONS

public static final gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.ExtrinsicObject> RESPONSE_EXTRINSIC_VERSIONS

RESPONSE_PAGED

public static final gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.ExtrinsicObject> RESPONSE_PAGED

REQUEST_ASSOCIATION

public static final gov.nasa.pds.registry.model.Association REQUEST_ASSOCIATION

RESPONSE_ASSOCIATION

public static final gov.nasa.pds.registry.model.Association RESPONSE_ASSOCIATION

RESPONSE_ASSOCIATION_QUERY

public static final gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.Association> RESPONSE_ASSOCIATION_QUERY

CREATE_EVENT

public static final gov.nasa.pds.registry.model.AuditableEvent CREATE_EVENT

APPROVE_EVENT

public static final gov.nasa.pds.registry.model.AuditableEvent APPROVE_EVENT

RESPONSE_AUDITABLE_EVENTS

public static final gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.AuditableEvent> RESPONSE_AUDITABLE_EVENTS

REQUEST_SCHEME

public static final gov.nasa.pds.registry.model.ClassificationScheme REQUEST_SCHEME

RESPONSE_SCHEME

public static final gov.nasa.pds.registry.model.ClassificationScheme RESPONSE_SCHEME

REQUEST_NODE

public static final gov.nasa.pds.registry.model.ClassificationNode REQUEST_NODE

RESPONSE_NODE

public static final gov.nasa.pds.registry.model.ClassificationNode RESPONSE_NODE

RESPONSE_NODE_OTHER

public static final gov.nasa.pds.registry.model.ClassificationNode RESPONSE_NODE_OTHER

RESPONSE_NODES

public static final gov.nasa.pds.registry.model.PagedResponse<gov.nasa.pds.registry.model.ClassificationNode> RESPONSE_NODES

SPECIFICATION_LINK

public static final gov.nasa.pds.registry.model.SpecificationLink SPECIFICATION_LINK

SERVICE_BINDING

public static final gov.nasa.pds.registry.model.ServiceBinding SERVICE_BINDING

SERVICE

public static final gov.nasa.pds.registry.model.Service SERVICE

EXTERNAL_LINK

public static final gov.nasa.pds.registry.model.ExternalLink EXTERNAL_LINK
Constructor Detail

Examples

public Examples()


Copyright © 2010-2014 Planetary Data System. All Rights Reserved.