public enum TriggerEventType extends java.lang.Enum<TriggerEventType>
| Enum Constant and Description |
|---|
ASSOCIATE_OBJECTS |
COPY_OBJECT |
COPY_OBJECTS |
CREATE_OBJECT |
CREATE_OBJECT_W_RELATIONS |
DELETE_OBJECTS |
DISASSOCIATE_OBJECTS |
MOVE_OBJECT |
MOVE_OBJECTS |
QUERY_OBJECTS |
REASSIGN_PRIMARY_PARENT |
RENAME_OBJECT |
RENAME_OBJECTS |
SEARCH_OBJECTS |
UPDATE_OBJECT |
| Modifier and Type | Method and Description |
|---|---|
static TriggerEventType |
getEventForName(java.lang.String name)
Returns the supported trigger event type, provided the standard name.
|
java.lang.String |
getName()
Returns the event name for the enum
|
static TriggerEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TriggerEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerEventType CREATE_OBJECT
public static final TriggerEventType CREATE_OBJECT_W_RELATIONS
public static final TriggerEventType UPDATE_OBJECT
public static final TriggerEventType DELETE_OBJECTS
public static final TriggerEventType SEARCH_OBJECTS
public static final TriggerEventType ASSOCIATE_OBJECTS
public static final TriggerEventType DISASSOCIATE_OBJECTS
public static final TriggerEventType REASSIGN_PRIMARY_PARENT
public static final TriggerEventType MOVE_OBJECTS
public static final TriggerEventType MOVE_OBJECT
public static final TriggerEventType RENAME_OBJECTS
public static final TriggerEventType RENAME_OBJECT
public static final TriggerEventType COPY_OBJECT
public static final TriggerEventType COPY_OBJECTS
public static final TriggerEventType QUERY_OBJECTS
public static TriggerEventType[] values()
for (TriggerEventType c : TriggerEventType.values()) System.out.println(c);
public static TriggerEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public static TriggerEventType getEventForName(java.lang.String name)
name - the standard event name e.g "create.object"
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.