public static final class OperationType.Blueprint extends Entity.Blueprint
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationType.Blueprint.Builder |
| Constructor and Description |
|---|
Blueprint(String id,
Map<String,Object> properties) |
Blueprint(String id,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
Blueprint(String id,
String name,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementBlueprintVisitor<R,P> visitor,
P parameter) |
static OperationType.Blueprint.Builder |
builder() |
equals, getId, getName, hashCodegetPropertiesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEntityTypeOf, getSegmentTypeOfpublic Blueprint(String id, Map<String,Object> properties, Map<String,Set<CanonicalPath>> outgoing, Map<String,Set<CanonicalPath>> incoming)
public static OperationType.Blueprint.Builder builder()
public <R,P> R accept(ElementBlueprintVisitor<R,P> visitor, P parameter)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.