| Package | Description |
|---|---|
| org.alfresco.service.cmr.avm.deploy |
Provides the public interface for the WCM deployment service.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentEvent.Type |
DeploymentEvent.getType()
Get the type of the event.
|
static DeploymentEvent.Type |
DeploymentEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentEvent.Type[] |
DeploymentEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.