@Immutable public static final class Sequencers.SequencingWorkItem extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
SequencingWorkItem(UUID sequencerId,
String userId,
String inputWorkspaceName,
String selectedPath,
String inputPath,
String outputPath,
String outputWorkspaceName,
String changedPropertyName) |
Modifier and Type | Method and Description |
---|---|
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() |
public UUID getSequencerId()
public String getUserId()
public String getInputWorkspaceName()
public String getInputPath()
public String getSelectedPath()
public String getChangedPropertyName()
public String getOutputPath()
public String getOutputWorkspaceName()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.