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, wait
findAttribute
public 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()
ElementInfo
getId
in interface ElementInfo
public String getDescriptionClass()
ElementInfo
getDescriptionClass
in interface ElementInfo
null
if it is not surepublic Set<String> getBlockerIds()
public List<? extends Attribute> getAttributes()
ElementInfo
getAttributes
in interface ElementInfo
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.