Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.facets.ActionFacet
-
-
Uses of ActionFacet in org.gcube.resourcemanagement.model.impl.entities.facets
Classes in org.gcube.resourcemanagement.model.impl.entities.facets that implement ActionFacet Modifier and Type Class Description classActionFacetImplImplementation ofActionFacet. -
Uses of ActionFacet in org.gcube.resourcemanagement.model.impl.relations.consistsof
Classes in org.gcube.resourcemanagement.model.impl.relations.consistsof with type parameters of type ActionFacet Modifier and Type Class Description classHasActionImpl<Out extends Service,In extends ActionFacet>An implementation of theHasActionrelation.classHasAddActionImpl<Out extends Service,In extends ActionFacet>An implementation of theHasAddActionrelation.classHasRemoveActionImpl<Out extends Service,In extends ActionFacet>An implementation of theHasRemoveActionrelation. -
Uses of ActionFacet in org.gcube.resourcemanagement.model.reference.relations.consistsof
Classes in org.gcube.resourcemanagement.model.reference.relations.consistsof with type parameters of type ActionFacet Modifier and Type Interface Description interfaceHasAction<Out extends Service,In extends ActionFacet>Relation among aServiceand itsActionFacet.interfaceHasAddAction<Out extends Service,In extends ActionFacet>An action triggered when aServiceis activated.interfaceHasRemoveAction<Out extends Service,In extends ActionFacet>An action triggered when aServiceis deactivated.
-