|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.Sequencers.SequencingWorkItem
@Immutable public static final class Sequencers.SequencingWorkItem
Constructor Summary | |
---|---|
protected |
Sequencers.SequencingWorkItem(UUID sequencerId,
String userId,
String inputWorkspaceName,
String selectedPath,
String inputPath,
String outputPath,
String outputWorkspaceName,
String changedPropertyName)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getChangedPropertyName()
Get the name of the changed property. |
String |
getInputPath()
Get the input path of the node/property that is to be sequenced. |
String |
getInputWorkspaceName()
Get the name of the workspace where the input exists. |
String |
getOutputPath()
Get the path for the sequencing output. |
String |
getOutputWorkspaceName()
Get the name of the workspace where the output is to be written. |
String |
getSelectedPath()
Get the path of the selected node that is to be sequenced. |
UUID |
getSequencerId()
Get the identifier of the sequencer. |
String |
getUserId()
Get the id (username) of the user which triggered the sequencing |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Sequencers.SequencingWorkItem(UUID sequencerId, String userId, String inputWorkspaceName, String selectedPath, String inputPath, String outputPath, String outputWorkspaceName, String changedPropertyName)
Method Detail |
---|
public UUID getSequencerId()
public String getUserId()
public String getInputWorkspaceName()
public String getInputPath()
public String getSelectedPath()
public String getChangedPropertyName()
public String getOutputPath()
public String getOutputWorkspaceName()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
Object.toString()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |