|
|||||||||
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<EventType> com.splunk.EventTypeCollection
public class EventTypeCollection
The EventTypeCollection
class represents a collection of event types.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class com.splunk.ResourceCollection |
---|
itemClass, items |
Fields inherited from class com.splunk.Resource |
---|
actions, path, refreshArgs, service, title |
Method Summary | |
---|---|
EventType |
create(java.lang.String name,
java.lang.String search)
Creates an event type. |
EventType |
create(java.lang.String name,
java.lang.String search,
java.util.Map args)
Creates an event type. |
Methods inherited from class com.splunk.EntityCollection |
---|
create, create, remove, remove |
Methods inherited from class com.splunk.ResourceCollection |
---|
clear, containsKey, containsKey, containsValue, createItem, createItem, entrySet, equals, get, get, hashCode, isEmpty, itemKey, itemPath, 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 |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public EventType create(java.lang.String name, java.lang.String search)
name
- The name of the event type.search
- The search string of the event type.
public EventType create(java.lang.String name, java.lang.String search, java.util.Map args)
name
- The name of the event type.search
- The search string of the event type.args
- Optional arguments: "description", "disabled", and
"priority".
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |