Uses of Class
org.javastro.ivoa.entities.resource.Content
Packages that use Content
Package
Description
-
Uses of Content in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource declared as ContentModifier and TypeFieldDescriptionprotected ContentResource.contentInformation regarding the general content of the resourceMethods in org.javastro.ivoa.entities.resource that return ContentModifier and TypeMethodDescriptionObjectFactory.createContent()Create an instance ofContentResource.getContent()Information regarding the general content of the resourceContent.withContentLevels(String... values) Content.withContentLevels(Collection<String> values) Content.withDescription(String value) Content.withReferenceURL(String value) Content.withRelationships(Collection<Relationship> values) Content.withRelationships(Relationship... values) Content.withSource(Source value) Content.withSubjects(String... values) Content.withSubjects(Collection<String> values) Content.withTypes(Collection<String> values) Methods in org.javastro.ivoa.entities.resource with parameters of type ContentModifier and TypeMethodDescriptionvoidResource.setContent(Content value) Sets the value of the content property.Organisation.withContent(Content value) Resource.withContent(Content value) Service.withContent(Content value) Constructors in org.javastro.ivoa.entities.resource with parameters of type ContentModifierConstructorDescriptionOrganisation(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<ResourceName> facilities, List<ResourceName> instruments) Fully-initialising value constructorResource(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version) Fully-initialising value constructorService(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities) Fully-initialising value constructor -
Uses of Content in org.javastro.ivoa.entities.resource.applications
Methods in org.javastro.ivoa.entities.resource.applications with parameters of type ContentModifier and TypeMethodDescriptionApplication.withContent(Content value) DesktopApplication.withContent(Content value) SoftwareLibrary.withContent(Content value) Constructors in org.javastro.ivoa.entities.resource.applications with parameters of type ContentModifierConstructorDescriptionApplication(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, String cost, String licence, Boolean openSource, List<DataFormat> dataFormats, List<ApplicationCapability> voStandards, List<String> sourceLanguages, String sourceCodeURL) Fully-initialising value constructorDesktopApplication(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, String cost, String licence, Boolean openSource, List<DataFormat> dataFormats, List<ApplicationCapability> voStandards, List<String> sourceLanguages, String sourceCodeURL, Integer binarySize, String memoryRequirement, NetworkRequirement network, List<String> dependsOns, List<ExecutionEnvironment> executables) Fully-initialising value constructorSoftwareLibrary(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, String cost, String licence, Boolean openSource, List<DataFormat> dataFormats, List<ApplicationCapability> voStandards, List<String> sourceLanguages, String sourceCodeURL, List<ExecutionEnvironment> libraries) Fully-initialising value constructor -
Uses of Content in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type ContentModifier and TypeMethodDescriptionCatalogResource.withContent(Content value) CatalogService.withContent(Content value) DataCollection.withContent(Content value) DataResource.withContent(Content value) DataService.withContent(Content value) StandardSTC.withContent(Content value) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type ContentModifierConstructorDescriptionCatalogResource(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage, Tableset tableset) Fully-initialising value constructorCatalogService(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage, Tableset tableset) Fully-initialising value constructorDataCollection(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<ResourceName> facilities, List<ResourceName> instruments, List<Rights> rights, List<Format> formats, Coverage coverage, Tableset tableset, AccessURL accessURL) Fully-initialising value constructorDataResource(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage) Fully-initialising value constructorDataService(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage) Fully-initialising value constructorStandardSTC(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<StcDescriptionType> stcDefinitions) Fully-initialising value constructor -
Uses of Content in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry with parameters of type ContentModifier and TypeMethodDescriptionAuthority.withContent(Content value) Registry.withContent(Content value) Constructors in org.javastro.ivoa.entities.resource.registry with parameters of type ContentModifierConstructorDescriptionAuthority(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, ResourceName managingOrg) Fully-initialising value constructorRegistry(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, boolean full, List<String> managedAuthorities) Fully-initialising value constructor -
Uses of Content in org.javastro.ivoa.entities.resource.standard
Methods in org.javastro.ivoa.entities.resource.standard with parameters of type ContentModifier and TypeMethodDescriptionServiceStandard.withContent(Content value) Standard.withContent(Content value) StandardKeyEnumeration.withContent(Content value) Constructors in org.javastro.ivoa.entities.resource.standard with parameters of type ContentModifierConstructorDescriptionServiceStandard(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<EndorsedVersion> endorsedVersions, List<Schema> schemas, String deprecated, List<StandardKey> keies, List<ServiceInterface> interfaces) Fully-initialising value constructorStandard(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<EndorsedVersion> endorsedVersions, List<Schema> schemas, String deprecated, List<StandardKey> keies) Fully-initialising value constructorStandardKeyEnumeration(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<StandardKey> keies) Fully-initialising value constructor