public class TaskEvent extends Event
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TASK_EVENT_TYPE
The event property name for the type of the event.
|
static java.lang.String |
TASK_EVENT_TYPE_STRING
The event property name for the name of the type of event.
|
static java.lang.String |
TASK_ID
The Id of the task associated with this event.
|
static java.lang.String |
TASK_TYPE_NAME
The tasktype name of the task associated with this event.
|
static java.lang.String |
TOPIC
Topic for Task Events
|
Constructor and Description |
---|
TaskEvent(java.util.Map<java.lang.String,java.lang.Object> properties) |
Modifier and Type | Method and Description |
---|---|
TaskEventType |
getEventType()
Helper to return the task event type for this event
|
java.lang.String |
getTaskId()
Helper to return the task id for this task event.
|
java.lang.String |
getTaskType()
Helper to return the task type for this task
|
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString
public static final java.lang.String TOPIC
public static final java.lang.String TASK_ID
public static final java.lang.String TASK_TYPE_NAME
public static final java.lang.String TASK_EVENT_TYPE
public static final java.lang.String TASK_EVENT_TYPE_STRING
public TaskEvent(java.util.Map<java.lang.String,java.lang.Object> properties)
public TaskEventType getEventType()
public java.lang.String getTaskId()
public java.lang.String getTaskType()
Copyright © 2010 - 2020 Adobe. All Rights Reserved