Index

A B C D E F G I M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ActivityEvent - Class in org.codice.ddf.activities
 
ActivityEvent(String, String, Date, String, String, String, int, Map<String, String>, String, ActivityEvent.ActivityStatus, Long) - Constructor for class org.codice.ddf.activities.ActivityEvent
 
ActivityEvent.ActivityStatus - Enum Class in org.codice.ddf.activities
Status enumerations for an activity.

B

BYTES_READ_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 

C

CATEGORY_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 
COMPLETE - Enum constant in enum class org.codice.ddf.activities.ActivityEvent.ActivityStatus
 

D

DOWNLOAD_ID_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 

E

EVENT_TOPIC - Static variable in class org.codice.ddf.activities.ActivityEvent
 
EVENT_TOPIC_DOWNLOAD_CANCEL - Static variable in class org.codice.ddf.activities.ActivityEvent
 

F

FAILED - Enum constant in enum class org.codice.ddf.activities.ActivityEvent.ActivityStatus
 

G

getActivityId() - Method in class org.codice.ddf.activities.ActivityEvent
Retrieves the ID of the current ActivityEvent.
getActivityType() - Method in class org.codice.ddf.activities.ActivityEvent
Return the type of ActivityEvent that is going on.
getBytesRead() - Method in class org.codice.ddf.activities.ActivityEvent
Returns the bytes read associated with the ActivityEvent.
getCategory() - Method in class org.codice.ddf.activities.ActivityEvent
Returns the category associated with the ActivityEvent
getMessage() - Method in class org.codice.ddf.activities.ActivityEvent
Returns the message associated with the ActivityEvent
getProgress() - Method in class org.codice.ddf.activities.ActivityEvent
Returns the progress of the activity.
getSessionId() - Method in class org.codice.ddf.activities.ActivityEvent
Retrieves the session ID of the current ActivityEvent.
getTimestamp() - Method in class org.codice.ddf.activities.ActivityEvent
Returns a Date depicting the time at which the event that triggered this ActivityEvent occurred.
getTimestampLong() - Method in class org.codice.ddf.activities.ActivityEvent
Returns a long depicting the time at which the event that triggered this ActivityEvent occurred.
getTimestampString() - Method in class org.codice.ddf.activities.ActivityEvent
Returns a String depicting the time at which the event that triggered this ActivityEvent occurred.
getTitle() - Method in class org.codice.ddf.activities.ActivityEvent
Returns the title associated with the ActivityEvent
getUserId() - Method in class org.codice.ddf.activities.ActivityEvent
Returns the id of the user to whom this ActivityEvent is addressed.

I

ID_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 

M

MESSAGE_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 

O

OPERATIONS_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 
org.codice.ddf.activities - package org.codice.ddf.activities
 

P

PAUSED - Enum constant in enum class org.codice.ddf.activities.ActivityEvent.ActivityStatus
 
PROGRESS_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 

R

RUNNING - Enum constant in enum class org.codice.ddf.activities.ActivityEvent.ActivityStatus
 

S

SESSION_ID_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 
setActivityId(String) - Method in class org.codice.ddf.activities.ActivityEvent
Set the id of the activity being performed.
setBytesRead(Long) - Method in class org.codice.ddf.activities.ActivityEvent
Overwrites the bytes read associated with the ActivityEvent.
setCategory(String) - Method in class org.codice.ddf.activities.ActivityEvent
Overwrites the category associated with the ActivityEvent
setMessage(String) - Method in class org.codice.ddf.activities.ActivityEvent
Overwrites the message associated with the ActivityEvent
setOperations(Map<String, String>) - Method in class org.codice.ddf.activities.ActivityEvent
Sets the operations that this activity can perform.
setProgress(int) - Method in class org.codice.ddf.activities.ActivityEvent
Sets the progress of the activity.
setSessionId(String) - Method in class org.codice.ddf.activities.ActivityEvent
Set the session id of the activity being performed.
setTimestamp(Long) - Method in class org.codice.ddf.activities.ActivityEvent
Overwrites the timestamp that depicts the time at which the event that triggered the ActivityEvent occurred.
setTimestamp(Date) - Method in class org.codice.ddf.activities.ActivityEvent
Overwrites the timestamp that depicts the time at which the event that triggered the ActivityEvent occurred.
setTitle(String) - Method in class org.codice.ddf.activities.ActivityEvent
Overwrites the title associated with the ActivityEvent
setUserId(String) - Method in class org.codice.ddf.activities.ActivityEvent
Overwrites the id of the user to whom the ActivityEvent is addressed.
STARTED - Enum constant in enum class org.codice.ddf.activities.ActivityEvent.ActivityStatus
 
STATUS_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 
STOPPED - Enum constant in enum class org.codice.ddf.activities.ActivityEvent.ActivityStatus
 

T

TIMESTAMP_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 
TITLE_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 

U

USER_ID_KEY - Static variable in class org.codice.ddf.activities.ActivityEvent
 

V

valueOf(String) - Static method in enum class org.codice.ddf.activities.ActivityEvent.ActivityStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.codice.ddf.activities.ActivityEvent.ActivityStatus
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G I M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form