Package | Description |
---|---|
com.evolveum.midpoint.schema.util | |
com.evolveum.midpoint.xml.ns._public.common.common_3 | |
com.evolveum.midpoint.xml.ns._public.report.report_3 |
Modifier and Type | Method and Description |
---|---|
static ParamsType |
ParamsTypeUtil.toParamsType(Map<String,Serializable> paramsMap) |
static ParamsType |
ParamsTypeUtil.toParamsType(Map<String,Serializable> paramsMap,
com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Serializable> |
ParamsTypeUtil.fromParamsType(ParamsType paramsType) |
static Map<String,Serializable> |
ParamsTypeUtil.fromParamsType(ParamsType paramsType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Field and Description |
---|---|
protected ParamsType |
OperationResultType.context |
protected ParamsType |
OperationResultType.params |
protected ParamsType |
OperationResultType.returns |
Modifier and Type | Method and Description |
---|---|
ParamsType |
ParamsType.clone()
Creates and returns a deep copy of this object.
|
ParamsType |
ObjectFactory.createParamsType()
Create an instance of
ParamsType |
ParamsType |
OperationResultType.getContext()
Gets the value of the context property.
|
ParamsType |
OperationResultType.getParams()
Gets the value of the params property.
|
ParamsType |
OperationResultType.getReturns()
Gets the value of the returns property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ParamsType> |
ObjectFactory.createParams(ParamsType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ParamsType> |
ObjectFactory.createParams(ParamsType value)
|
void |
OperationResultType.setContext(ParamsType value)
Sets the value of the context property.
|
void |
OperationResultType.setParams(ParamsType value)
Sets the value of the params property.
|
void |
OperationResultType.setReturns(ParamsType value)
Sets the value of the returns property.
|
Constructor and Description |
---|
ParamsType(ParamsType o)
Creates a new
ParamsType instance by deeply copying a given ParamsType instance. |
Modifier and Type | Field and Description |
---|---|
protected ParamsType |
SearchObjectsType.parameters |
protected ParamsType |
EvaluateScriptType.parameters |
Modifier and Type | Method and Description |
---|---|
ParamsType |
SearchObjectsType.getParameters()
Gets the value of the parameters property.
|
ParamsType |
EvaluateScriptType.getParameters()
Gets the value of the parameters property.
|
Modifier and Type | Method and Description |
---|---|
ObjectListType |
reportPortImpl.evaluateScript(String script,
ParamsType parameters) |
ObjectListType |
ReportPortType.evaluateScript(String script,
ParamsType parameters) |
ObjectListType |
reportPortImpl.searchObjects(String query,
ParamsType parameters,
SelectorQualifiedGetOptionsType options) |
ObjectListType |
ReportPortType.searchObjects(String query,
ParamsType parameters,
SelectorQualifiedGetOptionsType options) |
void |
SearchObjectsType.setParameters(ParamsType value)
Sets the value of the parameters property.
|
void |
EvaluateScriptType.setParameters(ParamsType value)
Sets the value of the parameters property.
|
Copyright © 2015 Evolveum. All rights reserved.