Package | Description |
---|---|
com.asakusafw.workflow.model |
Represents workflow models.
|
com.asakusafw.workflow.model.attribute |
Provides common attributes.
|
com.asakusafw.workflow.model.basic |
Basic implementations of workflow models.
|
Modifier and Type | Method and Description |
---|---|
default <A extends Element.Attribute> |
Element.findAttribute(Class<A> type)
Returns an attribute of this task.
|
<A extends Element.Attribute> |
Element.getAttributes(Class<A> type)
Returns attributes of this task.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterListAttribute
Represents a parameter list of batch applications.
|
Modifier and Type | Method and Description |
---|---|
<A extends Element.Attribute> |
AbstractElement.getAttributes(Class<A> type) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractElement.addAttribute(Element.Attribute attribute)
Adds an attribute.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractElement.setAttributes(Collection<? extends Element.Attribute> attributes)
Sets the attributes.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.