public class Rule extends org.gcube.common.dbinterface.persistence.ObjectStateControl implements Serializable
| Constructor and Description |
|---|
Rule(String name,
String description,
String humanReadable,
org.gcube.contentmanagement.timeseriesservice.stubs.types.FilterCondition filter,
org.gcube.common.dbinterface.types.Type.Types type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
destroy(String id) |
static Rule |
get(String id) |
static Iterator<Rule> |
getAll() |
static Iterator<Rule> |
getByType(org.gcube.common.dbinterface.types.Type.Types type) |
String |
getDescription() |
org.gcube.contentmanagement.timeseriesservice.stubs.types.FilterCondition |
getFilter() |
String |
getHumanReadable() |
String |
getId() |
String |
getName() |
org.gcube.common.dbinterface.types.Type.Types |
getType() |
boolean |
store() |
public String getId()
public String getName()
public String getDescription()
public String getHumanReadable()
public org.gcube.common.dbinterface.types.Type.Types getType()
public org.gcube.contentmanagement.timeseriesservice.stubs.types.FilterCondition getFilter()
public boolean store()
public static Iterator<Rule> getByType(org.gcube.common.dbinterface.types.Type.Types type) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.