org.opencrx.kernel.home1.cci2.WfProcessInstance Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
/**
* Class {@code WfProcessInstance}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.519504611Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface WfProcessInstance
extends org.opencrx.kernel.base.cci2.SecureObject,
org.openmdx.base.cci2.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code actionLog}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.home1.cci2.WfProcessInstanceHasActionLogEntry.ActionLog getActionLog(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code childProcessInstance}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.home1.cci2.WfProcessInstanceHasChildren.ChildProcessInstance getChildProcessInstance(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code failed}.
* @return The possibly null value for attribute {@code failed}.
*/
public java.lang.Boolean isFailed(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code failed}.
* @param failed The possibly null new value for attribute {@code failed}.
*/
public void setFailed(
java.lang.Boolean failed
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code lastActivityOn}.
* @return The possibly null value for attribute {@code lastActivityOn}.
*/
public java.util.Date getLastActivityOn(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code lastActivityOn}.
* @param lastActivityOn The possibly null new value for attribute {@code lastActivityOn}.
*/
public void setLastActivityOn(
java.util.Date lastActivityOn
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code name}.
* @return The possibly null value for attribute {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code name}.
* @param name The possibly null new value for attribute {@code name}.
*/
public void setName(
java.lang.String name
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code parameter}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.home1.cci2.WfProcessInstanceContainsParameter.Parameter getParameter(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code parent}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.home1.cci2.WfProcessInstance getParent(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code parent}.
* @param parent The new—possibly {@code null}—value for this reference.
*/
public void setParent(
org.opencrx.kernel.home1.cci2.WfProcessInstance parent
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code process}.
* @return The non-{@code null} value for this reference.
*/
public org.opencrx.kernel.workflow1.cci2.WfProcess getProcess(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code process}.
* @param process The new non-{@code null} value for this reference.
*/
public void setProcess(
org.opencrx.kernel.workflow1.cci2.WfProcess process
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code startedOn}.
* @return The possibly null value for attribute {@code startedOn}.
*/
public java.util.Date getStartedOn(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code startedOn}.
* @param startedOn The possibly null new value for attribute {@code startedOn}.
*/
public void setStartedOn(
java.util.Date startedOn
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code stepCounter}.
* @return The possibly null value for attribute {@code stepCounter}.
*/
public java.lang.Integer getStepCounter(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code stepCounter}.
* @param stepCounter The possibly null new value for attribute {@code stepCounter}.
*/
public void setStepCounter(
java.lang.Integer stepCounter
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code targetObject}.
* @return The possibly null value for attribute {@code targetObject}.
*/
public java.lang.String getTargetObject(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code targetObject}.
* @param targetObject The possibly null new value for attribute {@code targetObject}.
*/
public void setTargetObject(
java.lang.String targetObject
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
/**
* Object Identity
*/
public interface Identity extends org.oasisopen.cci2.Identity {
/**
* Retrieve the {@code UserHome}'s identity
* @return the parent object's identity
*/
public org.opencrx.kernel.home1.cci2.UserHome.Identity getUserHome();
/**
* Tells whether the {@code id} value is persistent or reassignable.
* @return {@code PERSISTENT} or {@code REASSIGNABLE}
*/
public org.oasisopen.cci2.QualifierType getIdType();
/**
* The {@code id} value
* @return the {@code id} value
*/
public java.lang.String getId();
}
}