LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Cache collision in Job:",this.getObjectID(),", was trying to get WorkFlowStage:",getAppWorkFlowStageID());
LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Instead I got:",_AppWorkFlowStage.get().getClass());
throwe;
}
}
/**
* Get the object id for the referenced object. Does not force a DB access.
Debug.assertion(AttributeDecoratorUtils.getWriteability(SINGLEREFERENCE_AppWorkFlowStage_Decorators,(Job)this,SINGLEREFERENCE_AppWorkFlowStage,getWriteability_AppWorkFlowStage())!=FieldWriteability.FALSE,"Assoc AppWorkFlowStage is not writeable");
preAppWorkFlowStageChange(newAppWorkFlowStage);
_AppWorkFlowStage.set(newAppWorkFlowStage);
postAppWorkFlowStageChange();
}
}
/**
* Get the reference Level
*/
publicLevelgetLevel()throwsStorageException
...
...
@@ -8434,6 +8565,7 @@ public abstract class BaseJob extends BaseBusinessClass