Uses of Interface
org.gcube.resourcemanagement.model.reference.relations.consistsof.HasAction
-
Packages that use HasAction Package Description org.gcube.resourcemanagement.model.impl.relations.consistsof org.gcube.resourcemanagement.model.reference.relations.consistsof -
-
Uses of HasAction in org.gcube.resourcemanagement.model.impl.relations.consistsof
Classes in org.gcube.resourcemanagement.model.impl.relations.consistsof that implement HasAction 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 HasAction in org.gcube.resourcemanagement.model.reference.relations.consistsof
Subinterfaces of HasAction in org.gcube.resourcemanagement.model.reference.relations.consistsof Modifier and Type Interface Description 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.
-