public interface ActionFacet extends org.gcube.informationsystem.model.reference.entities.Facet, NameProperty
SoftwareFacet.| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
NAME |
static String |
TYPE_PROPERTY |
static String |
VERSION |
static String |
WHEN_PROPERTY |
CLASS_PROPERTY, SUPERCLASSES_PROPERTYNAME_PROPERTY| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Gets the command to execute.
|
String |
getOptions()
The options/params to use when executing the action.
|
String |
getSource()
From where to download the action.
|
EnumStringProperty |
getType()
Type of action.
|
void |
setCommand(String command)
Sets the command to execute.
|
void |
setOptions(String options)
The options for the actions.
|
void |
setSource(String source)
A remote source used by the command.
|
void |
setType(EnumStringProperty type) |
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertygetHeadergetName, setNamestatic final String NAME
static final String DESCRIPTION
static final String VERSION
static final String TYPE_PROPERTY
static final String WHEN_PROPERTY
EnumStringProperty getType()
TYPEvoid setType(EnumStringProperty type)
type - String getSource()
void setSource(String source)
source - String getOptions()
void setOptions(String options)
options - void setCommand(String command)
command - String getCommand()
Copyright © 2019. All Rights Reserved.