コード例 #1
0
 @Override
 protected void checkProperties() {
   if ((workflowDefinitions == null) && (undeployWorkflowNames == null)) {
     throw new PatchException(
         ERR_PROPERTY_REQUIRED, "workflowDefinitions", "undeployWorkflowNames", this);
   }
   super.checkProperties();
 }
コード例 #2
0
 @Override
 protected void checkProperties() {
   super.checkProperties();
   checkPropertyNotNull(lastSupportedVersion, "lastSupportedVersion");
 }