public class InputImpl extends PersistedImpl implements Input
| Modifier and Type | Field and Description |
|---|---|
static String |
EMBEDDED_EXTRACTORS |
static String |
EMBEDDED_STATIC_FIELDS |
static String |
FIELD_STATIC_FIELD_KEY |
static String |
FIELD_STATIC_FIELD_VALUE |
fields, id| Constructor and Description |
|---|
InputImpl(Map<String,Object> fields) |
InputImpl(org.bson.types.ObjectId id,
Map<String,Object> fields) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConfiguration() |
String |
getContentPack() |
org.joda.time.DateTime |
getCreatedAt() |
String |
getCreatorUserId() |
Map<String,Validator> |
getEmbeddedValidations(String key) |
String |
getNodeId() |
Map<String,String> |
getStaticFields() |
String |
getTitle() |
String |
getType() |
Map<String,Validator> |
getValidations() |
Boolean |
isGlobal() |
asMap, equals, getFields, getId, getObjectId, hashCode, toStringpublic static final String FIELD_STATIC_FIELD_KEY
public static final String FIELD_STATIC_FIELD_VALUE
public static final String EMBEDDED_EXTRACTORS
public static final String EMBEDDED_STATIC_FIELDS
public Map<String,Validator> getValidations()
getValidations in interface Persistedpublic Map<String,Validator> getEmbeddedValidations(String key)
getEmbeddedValidations in interface Persistedpublic org.joda.time.DateTime getCreatedAt()
getCreatedAt in interface Inputpublic Map<String,Object> getConfiguration()
getConfiguration in interface Inputpublic Map<String,String> getStaticFields()
getStaticFields in interface Inputpublic String getCreatorUserId()
getCreatorUserId in interface Inputpublic String getContentPack()
getContentPack in interface InputCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.