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.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return ActionFacet Modifier and Type Method Description static ActionFacetActionFacet. getDefaultInstance()Returns a default instance of ActionFacet -
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.Methods in org.gcube.resourcemanagement.model.reference.relations.consistsof with type parameters of type ActionFacet Modifier and Type Method Description static <Out extends Service,In extends ActionFacet>
HasAddAction<Out,In>HasAddAction. getDefaultInstance(Out out, In in)Returns a default instance of HasAddActionstatic <Out extends Service,In extends ActionFacet>
HasRemoveAction<Out,In>HasRemoveAction. getDefaultInstance(Out out, In in)Returns a default instance of HasRemoveAction
-