| Package | Description |
|---|---|
| org.adroitlogic.ultraesb.api.interceptor.artifact |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArtifactType.matches(ArtifactType type)
Checks whether this artifact type matches the given type criteria
|
| Constructor and Description |
|---|
ArtifactInterceptionContext(LifecycleEventType lifecycleEventType,
String artifactId,
ArtifactType... artifactTypes)
Constructs an artifact interception context with the given parameters
|
Copyright © 2010–2016 AdroitLogic. All rights reserved.