org.opencrx.kernel.home1.cci2.WfProcessInstanceQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
/**
* A {@code WfProcessInstanceQuery} selects a set of instances of class {@code WfProcessInstance} 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.519526562Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface WfProcessInstanceQuery
extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the feature {@code actionLog} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate actionLog(
);
/**
* Adds a condition for the feature {@code actionLog} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code actionLog} 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.WfActionLogEntryQuery thereExistsActionLog(
);
/**
* Adds a condition for the feature {@code actionLog} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code actionLog} 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.WfActionLogEntryQuery forAllActionLog(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the feature {@code childProcessInstance} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate childProcessInstance(
);
/**
* Adds a condition for the feature {@code childProcessInstance} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code childProcessInstance} 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 thereExistsChildProcessInstance(
);
/**
* Adds a condition for the feature {@code childProcessInstance} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code childProcessInstance} 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 forAllChildProcessInstance(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the value of the feature {@code failed} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate failed(
);
/**
* Adds a condition for the feature {@code failed} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code failed} 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 thereExistsFailed(
);
/**
* Adds a condition for the feature {@code failed} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code failed} 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 forAllFailed(
);
/**
* Allows to adds a sort instruction for {@code WfProcessInstance} depending the feature {@code failed}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByFailed(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the value of the feature {@code lastActivityOn} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate lastActivityOn(
);
/**
* Adds a condition for the feature {@code lastActivityOn} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code lastActivityOn} 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 thereExistsLastActivityOn(
);
/**
* Adds a condition for the feature {@code lastActivityOn} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code lastActivityOn} 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 forAllLastActivityOn(
);
/**
* Allows to adds a sort instruction for {@code WfProcessInstance} depending the feature {@code lastActivityOn}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByLastActivityOn(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the value of the feature {@code name} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate name(
);
/**
* Adds a condition for the feature {@code name} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code name} 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 thereExistsName(
);
/**
* Adds a condition for the feature {@code name} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code name} 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 forAllName(
);
/**
* Allows to adds a sort instruction for {@code WfProcessInstance} depending the feature {@code name}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByName(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the feature {@code parameter} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate parameter(
);
/**
* Adds a condition for the feature {@code parameter} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code parameter} 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.WfProcessInstanceParameterQuery thereExistsParameter(
);
/**
* Adds a condition for the feature {@code parameter} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code parameter} 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.WfProcessInstanceParameterQuery forAllParameter(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the value of the feature {@code parent} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate parent(
);
/**
* Adds a condition for the feature {@code parent} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code parent} 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 thereExistsParent(
);
/**
* Adds a condition for the feature {@code parent} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code parent} 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 forAllParent(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code process} to the predicate. The predicate for {@code WfProcessInstance} evaluates {@code true} if its value of feature {@code process} satisfies the selected condition.
*/
public org.opencrx.kernel.workflow1.cci2.WfProcessQuery process(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the value of the feature {@code startedOn} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate startedOn(
);
/**
* Adds a condition for the feature {@code startedOn} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code startedOn} 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 thereExistsStartedOn(
);
/**
* Adds a condition for the feature {@code startedOn} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code startedOn} 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 forAllStartedOn(
);
/**
* Allows to adds a sort instruction for {@code WfProcessInstance} depending the feature {@code startedOn}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStartedOn(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the value of the feature {@code stepCounter} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate stepCounter(
);
/**
* Adds a condition for the feature {@code stepCounter} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code stepCounter} 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 thereExistsStepCounter(
);
/**
* Adds a condition for the feature {@code stepCounter} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code stepCounter} 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 forAllStepCounter(
);
/**
* Allows to adds a sort instruction for {@code WfProcessInstance} depending the feature {@code stepCounter}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStepCounter(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code WfProcessInstance} testing whether the value of the feature {@code targetObject} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate targetObject(
);
/**
* Adds a condition for the feature {@code targetObject} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code targetObject} 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 thereExistsTargetObject(
);
/**
* Adds a condition for the feature {@code targetObject} to the predicate for {@code WfProcessInstance}, which evaluates to {@code false} unless the value of the feature {@code targetObject} 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 forAllTargetObject(
);
/**
* Allows to adds a sort instruction for {@code WfProcessInstance} depending the feature {@code targetObject}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByTargetObject(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}