Skip to content

Commit

Permalink
Clean up work-related task schema
Browse files Browse the repository at this point in the history
The XSD schema related to task work distribution and work state
management was cleaned up. (This is a work in progress; some tests
are failing yet, and many Java classes have to be adapted yet.)
  • Loading branch information
mederly committed Mar 16, 2018
1 parent 7721374 commit 1140938
Show file tree
Hide file tree
Showing 68 changed files with 1,053 additions and 900 deletions.
Expand Up @@ -371,11 +371,6 @@ public abstract class SchemaConstants {
public static final QName MODEL_EXTENSION_CHECK_DUPLICATES_ON_PRIMARY_IDENTIFIERS_ONLY = new QName(
NS_MODEL_EXTENSION, "checkDuplicatesOnPrimaryIdentifiersOnly");

public static final QName MODEL_EXTENSION_RESOURCE_RECONCILIATION_WORK_STATE_CONFIGURATION = new QName(
NS_MODEL_EXTENSION, "resourceReconciliationWorkStateConfiguration");
public static final QName MODEL_EXTENSION_SHADOW_RECONCILIATION_WORK_STATE_CONFIGURATION = new QName(
NS_MODEL_EXTENSION, "shadowReconciliationWorkStateConfiguration");

public static final QName MODEL_EXTENSION_CLEANUP_POLICIES = new QName(NS_MODEL_EXTENSION,
"cleanupPolicies");

Expand Down

0 comments on commit 1140938

Please sign in to comment.