org.opencrx.kernel.base.cci2.ExecuteWorkflowParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:35.856248603Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ExecuteWorkflowParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code booleanParamName}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getBooleanParamName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code booleanParamValue}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getBooleanParamValue(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code dateTimeParamName}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getDateTimeParamName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code dateTimeParamValue}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getDateTimeParamValue(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code decimalParamName}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getDecimalParamName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code decimalParamValue}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getDecimalParamValue(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code integerParamName}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getIntegerParamName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code integerParamValue}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getIntegerParamValue(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code name}.
* @return The possibly null value for structure field {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code parentProcessInstance}.
* @return The possibly null value for structure field {@code parentProcessInstance}.
*/
public org.opencrx.kernel.home1.cci2.WfProcessInstance getParentProcessInstance(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code stringParamName}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getStringParamName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code stringParamValue}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getStringParamValue(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code targetObject}.
* @return The possibly null value for structure field {@code targetObject}.
*/
public org.openmdx.base.cci2.ContextCapable getTargetObject(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code triggeredBy}.
* @return The possibly null value for structure field {@code triggeredBy}.
*/
public org.openmdx.base.cci2.ContextCapable getTriggeredBy(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code triggeredByEventId}.
* @return The possibly null value for structure field {@code triggeredByEventId}.
*/
public java.lang.String getTriggeredByEventId(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code triggeredByEventType}.
* @return The possibly null value for structure field {@code triggeredByEventType}.
*/
public java.lang.Integer getTriggeredByEventType(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code uriParamName}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getUriParamName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code uriParamValue}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getUriParamValue(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code workflow}.
* @return The non-null value for structure field {@code workflow}.
*/
public org.opencrx.kernel.base.cci2.WfProcess getWorkflow(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
booleanParamName
, booleanParamValue
, dateTimeParamName
, dateTimeParamValue
, decimalParamName
, decimalParamValue
, integerParamName
, integerParamValue
, name
, parentProcessInstance
, stringParamName
, stringParamValue
, targetObject
, triggeredBy
, triggeredByEventId
, triggeredByEventType
, uriParamName
, uriParamValue
, workflow
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}