Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ParamsType
-
Packages that use ParamsType Package Description com.evolveum.midpoint.schema.result com.evolveum.midpoint.schema.traces com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ParamsType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return ParamsType Modifier and Type Method Description @Nullable ParamsTypeOperationResult. getContextBean()@Nullable ParamsTypeOperationResult. getParamsBean()@Nullable ParamsTypeOperationResult. getReturnsBean() -
Uses of ParamsType in com.evolveum.midpoint.schema.traces
Methods in com.evolveum.midpoint.schema.traces with parameters of type ParamsType Modifier and Type Method Description static List<javax.xml.bind.JAXBElement<?>>TraceUtil. selectByKey(ParamsType params, String key) -
Uses of ParamsType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ParamsType Modifier and Type Method Description static ParamsTypeParamsTypeUtil. toParamsType(Map<String,Collection<String>> paramsMap)Methods in com.evolveum.midpoint.schema.util with parameters of type ParamsType Modifier and Type Method Description static Map<String,Collection<String>>ParamsTypeUtil. fromParamsType(ParamsType paramsType)static Map<String,Serializable>ParamsTypeUtil. fromParamsType(ParamsType paramsType, PrismContext prismContext) -
Uses of ParamsType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ParamsType Modifier and Type Field Description protected ParamsTypeOperationResultType. contextprotected ParamsTypeOperationResultType. paramsprotected ParamsTypeOperationResultType. returnsMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ParamsType Modifier and Type Method Description ParamsTypeInternalOperationRecordType. beginContext()ParamsTypeOperationResultType. beginContext()ParamsTypeInternalOperationRecordType. beginParams()ParamsTypeOperationResultType. beginParams()ParamsTypeInternalOperationRecordType. beginReturns()ParamsTypeOperationResultType. beginReturns()ParamsTypeParamsType. clone()Creates and returns a deep copy of this object.ParamsTypeObjectFactory. createParamsType()Create an instance ofParamsTypeParamsTypeParamsType. entry(EntryType value)ParamsTypeInternalOperationRecordType. getContext()ParamsTypeOperationResultType. getContext()Gets the value of the context property.ParamsTypeInternalOperationRecordType. getParams()ParamsTypeOperationResultType. getParams()Gets the value of the params property.ParamsTypeInternalOperationRecordType. getReturns()ParamsTypeOperationResultType. getReturns()Gets the value of the returns property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ParamsType Modifier and Type Method Description javax.xml.bind.JAXBElement<ParamsType>ObjectFactory. createParams(ParamsType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ParamsType Modifier and Type Method Description InternalOperationRecordTypeInternalOperationRecordType. context(ParamsType value)OperationResultTypeOperationResultType. context(ParamsType value)javax.xml.bind.JAXBElement<ParamsType>ObjectFactory. createParams(ParamsType value)InternalOperationRecordTypeInternalOperationRecordType. params(ParamsType value)OperationResultTypeOperationResultType. params(ParamsType value)InternalOperationRecordTypeInternalOperationRecordType. returns(ParamsType value)OperationResultTypeOperationResultType. returns(ParamsType value)voidInternalOperationRecordType. setContext(ParamsType value)voidOperationResultType. setContext(ParamsType value)Sets the value of the context property.voidInternalOperationRecordType. setParams(ParamsType value)voidOperationResultType. setParams(ParamsType value)Sets the value of the params property.voidInternalOperationRecordType. setReturns(ParamsType value)voidOperationResultType. setReturns(ParamsType value)Sets the value of the returns property.Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ParamsType Constructor Description ParamsType(ParamsType o)Creates a newParamsTypeinstance by deeply copying a givenParamsTypeinstance.
-