public class JobflowInfo extends Object implements ElementInfo
| Constructor and Description |
|---|
JobflowInfo(String id,
String description,
Collection<String> blockerIds,
Collection<? extends Attribute> attributes)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<? extends Attribute> |
getAttributes()
Returns the attributes of this element.
|
Set<String> |
getBlockerIds()
Returns the blocker flow IDs.
|
String |
getDescriptionClass()
Returns the description class name.
|
String |
getId()
Returns the element ID.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfindAttributepublic JobflowInfo(String id, String description, Collection<String> blockerIds, Collection<? extends Attribute> attributes)
id - the flow IDdescription - the batch description class (nullable)blockerIds - the blocker flow IDsattributes - the attributespublic String getId()
ElementInfogetId in interface ElementInfopublic String getDescriptionClass()
ElementInfogetDescriptionClass in interface ElementInfonull if it is not surepublic Set<String> getBlockerIds()
public List<? extends Attribute> getAttributes()
ElementInfogetAttributes in interface ElementInfoCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.