Class EventCompletionDetails
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.event.EventCompletionDetails
Event completion details
- Author:
- Roy Wetherall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetEventComplete(boolean eventComplete) voidsetEventCompletedAt(Date eventCompletedAt) voidsetEventCompletedBy(String eventCompletedBy) voidsetEventExecutionAutomatic(boolean eventExecutionAutomatic) voidsetEventName(String eventName)
-
Constructor Details
-
EventCompletionDetails
public EventCompletionDetails(NodeRef nodeRef, String eventName, String eventLabel, boolean eventExecutionAutomatic, boolean eventComplete, Date eventCompletedAt, String eventCompletedBy) Constructor- Parameters:
nodeRef- node referenceeventName- event nameeventLabel- event labeleventExecutionAutomatic- indicates whether the event is executed automatically or noteventComplete- indicates whether the event is complete or noteventCompletedAt- when the event was completedeventCompletedBy- who completed the event
-
-
Method Details
-
getNodeRef
- Returns:
- the node reference
-
getEventName
- Returns:
- the eventName
-
setEventName
- Parameters:
eventName- the eventName to set
-
getEventLabel
- Returns:
- The display label of the event
-
isEventExecutionAutomatic
public boolean isEventExecutionAutomatic()- Returns:
- the eventExecutionAutomatic
-
setEventExecutionAutomatic
public void setEventExecutionAutomatic(boolean eventExecutionAutomatic) - Parameters:
eventExecutionAutomatic- the eventExecutionAutomatic to set
-
isEventComplete
public boolean isEventComplete()- Returns:
- the eventComplete
-
setEventComplete
public void setEventComplete(boolean eventComplete) - Parameters:
eventComplete- the eventComplete to set
-
getEventCompletedAt
- Returns:
- the eventCompletedAt
-
setEventCompletedAt
- Parameters:
eventCompletedAt- the eventCompletedAt to set
-
getEventCompletedBy
- Returns:
- the eventCompletedBy
-
setEventCompletedBy
- Parameters:
eventCompletedBy- the eventCompletedBy to set
-