|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.Resource com.splunk.ResourceCollection<T> com.splunk.EntityCollection<DataModel> com.splunk.DataModelCollection
public class DataModelCollection
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Method Summary | |
---|---|
DataModel |
create(java.lang.String name)
Creates an entity in this collection. |
DataModel |
create(java.lang.String name,
java.util.Map args)
Creates an entity in this collection. |
Methods inherited from class com.splunk.EntityCollection |
---|
remove, remove |
Methods inherited from class com.splunk.ResourceCollection |
---|
clear, containsKey, containsKey, containsValue, entrySet, equals, get, get, hashCode, isEmpty, keySet, list, put, putAll, refresh, remove, size, validate, values, valueSize |
Methods inherited from class com.splunk.Resource |
---|
getName, getPath, getService, getTitle, invalidate |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public DataModel create(java.lang.String name)
create
in class EntityCollection<DataModel>
name
- The name of the entity.
public DataModel create(java.lang.String name, java.util.Map args)
create
in class EntityCollection<DataModel>
name
- The name of the entity.args
- Arguments for creating the entity.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |