예제 #1
0
 public virtual void destroyAttachableExecution(ExecutionEntity execution)
 {
     throw MIGRATION_LOGGER.cannotDestroySubordinateInNonScope(outerInstance);
 }
예제 #2
0
 public virtual ExecutionEntity createAttachableExecution()
 {
     throw MIGRATION_LOGGER.cannotBecomeSubordinateInNonScope(outerInstance);
 }