AggregatedEntityCreator, BitEntityCreator, SendableEntityCreatorIndexId, SendableEntityCreatorNoIndex, SendableEntityCreatorTagAcceptMessage, And, Between, BooleanCondition, Button, ByteMessage, ChainCondition, ChangeMessage, ChoiceField, Column, CompareTo, ConnectMessage, ContainerMessage, Control, DateCreator, DateTimeField, DebugCondition, Deep, Equals, Event, ExcelCell, Form, GenericCreator, GetObjectMessage, GraphPatternChange, GraphPatternMatch, GUIEvent, IfCondition, InfoMessage, Input, InstanceOf, JsonArrayCreator, JsonObjectCreator, Label, ListCondition, LogItem, MapEntry, Message, MethodAddCondition, NodeProxy, NodeProxyBroker, NodeProxyFileSystem, NodeProxyLocal, NodeProxyMessages, NodeProxyModel, NodeProxyServer, NodeProxySQL, NodeProxyTCP, Not, NumberField, ObjectMapEntry, Or, PasswordField, PomFile, PropertyChangeEventWrapper, ReceivingTimerTask, SendableEntityCreatorWrapper, SimpleEntity, SimpleMapEntry, SimpleObject, SoapObject, Space, StartData, StoryBook, Style, TableComponent, TableList, TemplateResultFile, TemplateResultFragment, TemplateResultModel, TextField, TextItems, TileMap, TileObject, WhiteListCondition, XMLEntityCreatorpublic interface SendableEntityCreator
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
NEW |
The Constant NEW.
|
static java.lang.String |
REMOVE |
The Constant REMOVE.
|
static java.lang.String |
REMOVE_YOU |
The Constant REMOVE_YOU.
|
static java.lang.String |
SIMPLE |
The Constant NEW.
|
static java.lang.String |
UPDATE |
The Constant UPDATE.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getProperties() |
Gets the properties.
|
java.lang.Object |
getSendableInstance(boolean prototyp) |
Gets the sendable instance.
|
java.lang.Object |
getValue(java.lang.Object entity,
java.lang.String attribute) |
Gets the value.
|
boolean |
setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type) |
Sets the value.
|
static final java.lang.String REMOVE_YOU
static final java.lang.String REMOVE
static final java.lang.String UPDATE
static final java.lang.String NEW
static final java.lang.String SIMPLE
java.lang.String[] getProperties()
java.lang.Object getValue(java.lang.Object entity,
java.lang.String attribute)
entity - the entityattribute - the attributeboolean setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type)
entity - the entityattribute - the attributevalue - the valuetype - edit, update or remove operationjava.lang.Object getSendableInstance(boolean prototyp)
prototyp - the prototyp