| Package | Description |
|---|---|
| io.apiman.manager.api.es | |
| io.apiman.manager.api.es.beans |
| Modifier and Type | Method and Description |
|---|---|
static PoliciesBean |
EsMarshalling.unmarshallPolicies(Map<String,Object> source)
Unmarshals the given map source into a bean.
|
| Modifier and Type | Method and Description |
|---|---|
static org.elasticsearch.common.xcontent.XContentBuilder |
EsMarshalling.marshall(PoliciesBean bean)
Marshals the given bean into the given map.
|
| Modifier and Type | Method and Description |
|---|---|
static PoliciesBean |
PoliciesBean.from(io.apiman.manager.api.beans.policies.PolicyBean policy)
Create a new Policies object from the given policy bean instance.
|
static PoliciesBean |
PoliciesBean.from(io.apiman.manager.api.beans.policies.PolicyType type,
String organizationId,
String entityId,
String entityVersion)
Creates a new, empty
PoliciesBean from some basic information. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.