LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Cache collision in AssessmentCriteriaTemplate:",this.getObjectID(),", was trying to get WorkFlowTemplate:",getWorkFlowTemplateID());
LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Instead I got:",_WorkFlowTemplate.get().getClass());
throwe;
}
}
/**
* Get the object id for the referenced object. Does not force a DB access.
Debug.assertion(AttributeDecoratorUtils.getWriteability(SINGLEREFERENCE_WorkFlowTemplate_Decorators,(AssessmentCriteriaTemplate)this,SINGLEREFERENCE_WorkFlowTemplate,getWriteability_WorkFlowTemplate())!=FieldWriteability.FALSE,"Assoc WorkFlowTemplate is not writeable");
preWorkFlowTemplateChange(newWorkFlowTemplate);
_WorkFlowTemplate.set(newWorkFlowTemplate);
postWorkFlowTemplateChange();
}
}
/**
* A list of multi assoc names e.g. list of strings.
* A list of multi assoc names e.g. list of strings.
*/
*/
publicList<String>getMultiAssocs()
publicList<String>getMultiAssocs()
...
@@ -3411,6 +3548,7 @@ public abstract class BaseAssessmentCriteriaTemplate extends BaseBusinessClass
...
@@ -3411,6 +3548,7 @@ public abstract class BaseAssessmentCriteriaTemplate extends BaseBusinessClass
_HiringTeam.getPersistentSets(allSets);
_HiringTeam.getPersistentSets(allSets);
_CompanyUser.getPersistentSets(allSets);
_CompanyUser.getPersistentSets(allSets);
_ILOJobTitle.getPersistentSets(allSets);
_ILOJobTitle.getPersistentSets(allSets);
_WorkFlowTemplate.getPersistentSets(allSets);
}
}
...
@@ -3444,6 +3582,7 @@ public abstract class BaseAssessmentCriteriaTemplate extends BaseBusinessClass
...
@@ -3444,6 +3582,7 @@ public abstract class BaseAssessmentCriteriaTemplate extends BaseBusinessClass
Please define your applicant approval/refinement workflow and tabs below. We have nominated some defaults to help you get started. You are allowed up to 9 different steps, and can drag to re-order using the handle on the left.
If you want to modify the existing workflow or create a new workflow, please save the job and click on the Workflow templates.
Please define your applicant approval/refinement workflow and tabs below. We have nominated some defaults to help you get started. You are allowed up to 9 different steps, and can drag to re-order using the handle on the left.
<span style="color: #31708f; font-size: small">If you want to modify the existing workflow or create a new workflow, please save the job and click on the Workflow templates.</span>