public final class RepositoryArtifactStateChangeAdvisory extends AdvisoryEvent
Title: Structured Data Objects
Description: An event that represents a change in the state of an artifact in the repository.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
RepositoryArtifactStateChangeAdvisory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArtifactExtension() |
java.lang.String |
getArtifactPath() |
CachedEntity |
getEntityType() |
java.lang.String |
getMessage() |
Severity |
getSeverity() |
ArtifactState |
getState() |
void |
setArtifactPath(java.lang.String artifactPath) |
void |
setEntityType(CachedEntity entityType) |
void |
setMessage(java.lang.String message) |
void |
setSeverity(Severity severity) |
void |
setState(ArtifactState state) |
equals, getCorrelationId, getCorrelationIdAsBytes, setCorrelationId, setCorrelationIdAsBytes, setEventGroupId, setEventKey
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getSerialVersionUID, getTimestamp, getTransmitAccess, isCoalesced, setDurable, setEventId
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
public static final java.lang.String EVENT_ID
public RepositoryArtifactStateChangeAdvisory()
public ArtifactState getState()
public void setState(ArtifactState state)
public void setMessage(java.lang.String message)
public java.lang.String getMessage()
public void setArtifactPath(java.lang.String artifactPath)
public java.lang.String getArtifactPath()
public void setEntityType(CachedEntity entityType)
public CachedEntity getEntityType()
public void setSeverity(Severity severity)
public Severity getSeverity()
public java.lang.String getArtifactExtension()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.