org.opencrx.kernel.workflow1.cci2.WfProcessQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.workflow1.cci2;
/**
* A {@code WfProcessQuery} selects a set of instances of class {@code WfProcess} based on conditions to be met by their attributes.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.QueryMapper",
date = "2023-10-28T12:15:35.204479534Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface WfProcessQuery
extends org.opencrx.kernel.base.cci2.WfProcessQuery,
org.opencrx.kernel.workflow1.cci2.AbstractTaskQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcess} testing whether the value of the feature {@code executeScript} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate executeScript(
);
/**
* Adds a condition for the feature {@code executeScript} to the predicate for {@code WfProcess}, which evaluates to {@code false} unless the value of the feature {@code executeScript} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.StringTypePredicate thereExistsExecuteScript(
);
/**
* Adds a condition for the feature {@code executeScript} to the predicate for {@code WfProcess}, which evaluates to {@code false} unless the value of the feature {@code executeScript} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.StringTypePredicate forAllExecuteScript(
);
/**
* Allows to adds a sort instruction for {@code WfProcess} depending the feature {@code executeScript}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByExecuteScript(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcess} testing whether the value of the feature {@code isSynchronous} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate isSynchronous(
);
/**
* Adds a condition for the feature {@code isSynchronous} to the predicate for {@code WfProcess}, which evaluates to {@code false} unless the value of the feature {@code isSynchronous} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.BooleanTypePredicate thereExistsIsSynchronous(
);
/**
* Adds a condition for the feature {@code isSynchronous} to the predicate for {@code WfProcess}, which evaluates to {@code false} unless the value of the feature {@code isSynchronous} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.BooleanTypePredicate forAllIsSynchronous(
);
/**
* Allows to adds a sort instruction for {@code WfProcess} depending the feature {@code isSynchronous}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsSynchronous(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcess} testing whether the value of the feature {@code maxRetries} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate maxRetries(
);
/**
* Adds a condition for the feature {@code maxRetries} to the predicate for {@code WfProcess}, which evaluates to {@code false} unless the value of the feature {@code maxRetries} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsMaxRetries(
);
/**
* Adds a condition for the feature {@code maxRetries} to the predicate for {@code WfProcess}, which evaluates to {@code false} unless the value of the feature {@code maxRetries} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllMaxRetries(
);
/**
* Allows to adds a sort instruction for {@code WfProcess} depending the feature {@code maxRetries}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByMaxRetries(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcess} testing whether the feature {@code wfProcessInstance} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate wfProcessInstance(
);
/**
* Adds a condition for the feature {@code wfProcessInstance} to the predicate for {@code WfProcess}, which evaluates to {@code false} unless the value of the feature {@code wfProcessInstance} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.opencrx.kernel.home1.cci2.WfProcessInstanceQuery thereExistsWfProcessInstance(
);
/**
* Adds a condition for the feature {@code wfProcessInstance} to the predicate for {@code WfProcess}, which evaluates to {@code false} unless the value of the feature {@code wfProcessInstance} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.home1.cci2.WfProcessInstanceQuery forAllWfProcessInstance(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}