Uses of Class
org.gcube.resourcemanagement.resource.Instance
Packages that use Instance
-
Uses of Instance in org.gcube.resourcemanagement.analyser
Classes in org.gcube.resourcemanagement.analyser with type parameters of type InstanceModifier and TypeClassDescriptionclassInstanceAnalyser<R extends org.gcube.informationsystem.model.reference.entities.Resource,I extends Instance> Fields in org.gcube.resourcemanagement.analyser declared as InstanceFields in org.gcube.resourcemanagement.analyser with type parameters of type InstanceModifier and TypeFieldDescriptionprotected static Map<String,InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>> InstanceAnalyserFactory.instancesprotected static Map<String,List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>>> InstanceMultipleAnalyserFactory.instancesprotected static Map<String,InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>> InstanceAnalyserFactory.polymorphicInstancesprotected static Map<String,List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>>> InstanceMultipleAnalyserFactory.polymorphicInstancesMethods in org.gcube.resourcemanagement.analyser that return types with arguments of type InstanceModifier and TypeMethodDescriptionprotected DerivatedRelatedResourceGroup<Instance>InstanceAnalyser.addDerivatedRelatedResourceGroup(DerivatedRelatedResourceGroup<Instance> requested, DerivatedRelatedResourceGroup<Instance> expected) protected Set<DerivatedRelatedResourceGroup<Instance>>InstanceAnalyser.addDerivatedRelatedResources(I expectedInstance) InstanceAnalyser.addMandatoryRelatedResources(I expectedInstance) protected Map<String,DerivatedRelatedResourceGroup<Instance>> InstanceAnalyser.getDRRMap(Collection<DerivatedRelatedResourceGroup<Instance>> derivatedRelatedResources) static InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource,Instance> InstanceAnalyserFactory.getInstanceAnalyser(String type, UUID id) static List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource,Instance>> InstanceMultipleAnalyserFactory.getInstanceAnalysers(String type, UUID id) protected static List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource,Instance>> InstanceMultipleAnalyserFactory.sortInstanceAnalyserList(List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>> list) protected Map<String,DerivatedRelatedResourceGroup<Instance>> InstanceAnalyser.validateDerivatedRelatedResources(I expectedInstance) InstanceAnalyser.validateMandatoryRelatedResources(I expectedInstance) Method parameters in org.gcube.resourcemanagement.analyser with type arguments of type InstanceModifier and TypeMethodDescriptionprotected DerivatedRelatedResourceGroup<Instance>InstanceAnalyser.addDerivatedRelatedResourceGroup(DerivatedRelatedResourceGroup<Instance> requested, DerivatedRelatedResourceGroup<Instance> expected) protected static voidInstanceMultipleAnalyserFactory.addInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser, Map<String, List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>>> instancesMap) protected static voidInstanceMultipleAnalyserFactory.addInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser, Map<String, List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>>> instancesMap) protected static voidInstanceAnalyserFactory.addPolymorphicInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser) protected static voidInstanceMultipleAnalyserFactory.addPolymorphicInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser) protected static voidInstanceAnalyserFactory.analyseInstanceAnalyser(InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser) protected static voidInstanceMultipleAnalyserFactory.analyseInstanceAnalyser(InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser) protected static voidInstanceAnalyserFactory.evaluateBestInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> candidatedAnalyser, org.gcube.informationsystem.tree.Tree<org.gcube.informationsystem.types.reference.Type> resourceTree) protected static voidInstanceMultipleAnalyserFactory.evaluateBestInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> candidatedAnalyser, org.gcube.informationsystem.tree.Tree<org.gcube.informationsystem.types.reference.Type> resourceTree) protected Map<String,DerivatedRelatedResourceGroup<Instance>> InstanceAnalyser.getDRRMap(Collection<DerivatedRelatedResourceGroup<Instance>> derivatedRelatedResources) protected static List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource,Instance>> InstanceMultipleAnalyserFactory.sortInstanceAnalyserList(List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>> list) -
Uses of Instance in org.gcube.resourcemanagement.resource
Classes in org.gcube.resourcemanagement.resource with type parameters of type InstanceFields in org.gcube.resourcemanagement.resource with type parameters of type InstanceModifier and TypeFieldDescriptionprotected Set<DerivatedRelatedResourceGroup<Instance>>Instance.derivatedRelatedResourcesInstance.mandatoryRelatedResourcesMethods in org.gcube.resourcemanagement.resource with type parameters of type InstanceModifier and TypeMethodDescriptionInstance.getAsInstances(Class<I> iClass, Collection<org.gcube.informationsystem.model.reference.entities.Resource> resources) Instance.getAsInstances(Class<I> iClass, org.gcube.informationsystem.model.reference.entities.Resource... resources) Methods in org.gcube.resourcemanagement.resource that return types with arguments of type InstanceModifier and TypeMethodDescriptionInstance.getDerivatedRelatedResources()Instance.getMandatoryRelatedResources()Methods in org.gcube.resourcemanagement.resource with parameters of type InstanceModifier and TypeMethodDescriptionvoidInstance.addMandatoryRelatedResource(Instance instance) intMethod parameters in org.gcube.resourcemanagement.resource with type arguments of type InstanceModifier and TypeMethodDescriptionvoidInstance.addDerivatedRelatedResource(DerivatedRelatedResourceGroup<Instance> derivatedRelatedResource) voidInstance.addDerivatedRelatedResources(Set<DerivatedRelatedResourceGroup<Instance>> derivatedRelatedResources) voidInstance.addMandatoryRelatedResources(Set<Instance> instances) voidInstance.setDerivatedRelatedResources(Set<DerivatedRelatedResourceGroup<Instance>> derivatedRelatedResources) voidInstance.setMandatoryRelatedResources(Set<Instance> mandatoryRelatedResources)