|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.resources.GCUBEResource
org.gcube.vremanagement.vremodeler.resources.GCUBEGenericFunctionalityResource
public abstract class GCUBEGenericFunctionalityResource
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.gcube.common.core.resources.GCUBEResource |
|---|
org.gcube.common.core.resources.GCUBEResource.AddScopeEvent, org.gcube.common.core.resources.GCUBEResource.InvalidScopeException, org.gcube.common.core.resources.GCUBEResource.RemoveScopeEvent, org.gcube.common.core.resources.GCUBEResource.ResourceConsumer, org.gcube.common.core.resources.GCUBEResource.ResourceEvent<PAYLOAD>, org.gcube.common.core.resources.GCUBEResource.ResourceTopic |
| Field Summary | |
|---|---|
static String |
SECONDARYTYPE_GRIDRESOURCE
Secondary type used for grid resources |
static String |
SECONDARYTYPE_INDEXDEFINITION
Secondary type used for IndexDefinition |
static String |
SECONDARYTYPE_INFRASTRUCTURE
Secondary type used for INFRASTRUCTUREs |
static String |
SECONDARYTYPE_PORTLETCONFIG
Secondary type used for portlet configuration |
static String |
SECONDARYTYPE_SEARCHCONFIG
Secondary type used for search configuration |
static String |
SECONDARYTYPE_TP
Secondary type used for transformation programs |
static String |
SECONDARYTYPE_USERPROFILE
Secondary type used for user profiles |
static String |
SECONDARYTYPE_VO
Secondary type used for VOs |
static String |
SECONDARYTYPE_VRE
Secondary type used for VREs |
static String |
TYPE
The type of the resource. |
| Fields inherited from class org.gcube.common.core.resources.GCUBEResource |
|---|
eventProducer, logger, resourceVersion, type |
| Constructor Summary | |
|---|---|
GCUBEGenericFunctionalityResource()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<FunctionalityPersisted> |
fromResourceToPersistedList()
|
Body |
getBody()
|
String |
getDescription()
|
String |
getName()
|
String |
getSecondaryType()
Sets the sercondary type |
void |
setBody(Body body)
|
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setSecondaryType(String secondaryType)
Gets the secondary type |
| Methods inherited from class org.gcube.common.core.resources.GCUBEResource |
|---|
addScope, getID, getLastResourceVersion, getResourceVersion, getScopes, getType, inScope, load, removeScope, setID, setLogger, setResourceVersion, store, subscribeResourceEvents, validateAddScopes, validateRemoveScopes |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE
public static final String SECONDARYTYPE_TP
public static final String SECONDARYTYPE_VRE
public static final String SECONDARYTYPE_VO
public static final String SECONDARYTYPE_INFRASTRUCTURE
public static final String SECONDARYTYPE_USERPROFILE
public static final String SECONDARYTYPE_INDEXDEFINITION
public static final String SECONDARYTYPE_SEARCHCONFIG
public static final String SECONDARYTYPE_PORTLETCONFIG
public static final String SECONDARYTYPE_GRIDRESOURCE
| Constructor Detail |
|---|
public GCUBEGenericFunctionalityResource()
| Method Detail |
|---|
public Body getBody()
public void setBody(Body body)
public String getSecondaryType()
public void setSecondaryType(String secondaryType)
secondaryType - the secondaryType to setpublic String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public boolean equals(Object obj)
equals in class org.gcube.common.core.resources.GCUBEResourcepublic List<FunctionalityPersisted> fromResourceToPersistedList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||