public class DeploymentEvent extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentEvent.Type
The type of the event.
|
| Constructor and Description |
|---|
DeploymentEvent(DeploymentEvent.Type type,
org.alfresco.util.Pair<Integer,String> source,
String destination) |
DeploymentEvent(DeploymentEvent.Type type,
org.alfresco.util.Pair<Integer,String> source,
String destination,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDestination()
Get the destination path.
|
String |
getMessage()
Get the message.
|
org.alfresco.util.Pair<Integer,String> |
getSource()
Get the source node version and path.
|
DeploymentEvent.Type |
getType()
Get the type of the event.
|
int |
hashCode() |
String |
toString()
Get a String representation.
|
public DeploymentEvent(DeploymentEvent.Type type, org.alfresco.util.Pair<Integer,String> source, String destination)
public DeploymentEvent(DeploymentEvent.Type type, org.alfresco.util.Pair<Integer,String> source, String destination, String message)
public DeploymentEvent.Type getType()
public org.alfresco.util.Pair<Integer,String> getSource()
public String getDestination()
public String getMessage()
Copyright © 2005–2014 Alfresco Software. All rights reserved.