org.opencrx.kernel.activity1.cci2.ActivityDoFollowUpParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:34.692961072Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityDoFollowUpParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code assignTo}.
* @return The possibly null value for structure field {@code assignTo}.
*/
public org.opencrx.kernel.account1.cci2.Contact getAssignTo(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code followUpText}.
* @return The possibly null value for structure field {@code followUpText}.
*/
public java.lang.String getFollowUpText(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code followUpTitle}.
* @return The possibly null value for structure field {@code followUpTitle}.
*/
public java.lang.String getFollowUpTitle(
);
// ----------------------------------------------------------------------------
// 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/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code transition}.
* @return The non-null value for structure field {@code transition}.
*/
public org.opencrx.kernel.activity1.cci2.ActivityProcessTransition getTransition(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
assignTo
, followUpText
, followUpTitle
, parentProcessInstance
, transition
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}