public class InstanceSelector extends Object implements FlowInstanceSelector
| Constructor and Description |
|---|
InstanceSelector() |
| Modifier and Type | Method and Description |
|---|---|
Option<Identifier> |
definitionId() |
Option<Identifier> |
instanceId() |
Collection<EqualsExpression<Property<?>,Value<String>>> |
properties() |
InstanceSelector |
withDefinitionId(Identifier definitionId) |
InstanceSelector |
withInstanceId(Identifier instanceId) |
InstanceSelector |
withProperty(Identifier<?> id,
String value) |
InstanceSelector |
withProperty(Property<?> property,
Value<String> value) |
public Option<Identifier> instanceId()
instanceId in interface FlowInstanceSelectorpublic Option<Identifier> definitionId()
definitionId in interface FlowInstanceSelectorpublic Collection<EqualsExpression<Property<?>,Value<String>>> properties()
properties in interface FlowInstanceSelectorpublic InstanceSelector withInstanceId(Identifier instanceId)
public InstanceSelector withDefinitionId(Identifier definitionId)
public InstanceSelector withProperty(Property<?> property, Value<String> value)
public InstanceSelector withProperty(Identifier<?> id, String value)
Copyright © 2015. All rights reserved.