Package org.apache.unomi.groovy.actions
Class GroovyAction
java.lang.Object
org.apache.unomi.api.Item
org.apache.unomi.api.MetadataItem
org.apache.unomi.groovy.actions.GroovyAction
- All Implemented Interfaces:
Serializable
Object which represents a Groovy action (including its script)
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.unomi.api.MetadataItem
metadata
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.unomi.api.MetadataItem
getMetadata, getScope, setMetadata
Methods inherited from class org.apache.unomi.api.Item
equals, getItemId, getItemType, getItemType, getSystemMetadata, getVersion, hashCode, setItemId, setItemType, setScope, setSystemMetadata, setVersion
-
Field Details
-
ITEM_TYPE
- See Also:
-
-
Constructor Details
-
GroovyAction
public GroovyAction()Instantiates a new Groovy action. -
GroovyAction
-
-
Method Details
-
getName
-
setName
-
getScript
-
setScript
-