be.personify.iam.model.util.Workflow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of personify-model Show documentation
Show all versions of personify-model Show documentation
a possible model for personify
package be.personify.iam.model.util;
public enum Workflow {
APPROVAL_ROLE,
APPROVAL_ORG_ADMIN,
APPROVAL_ENT_ADMIN,
APPROVAL_ATTRIBUTE_MATCHER
}