Skip to content
Snippets Groups Projects
Verified Commit 3c1b1c70 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REVERT: remove Directory from roles

parent 27cbfc10
No related branches found
No related tags found
1 merge request!70Refactory the entity id
Pipeline #27756 failed
......@@ -36,8 +36,7 @@ public enum Role {
File,
Property,
DataType,
QueryTemplate,
Directory;
QueryTemplate;
private static HashMap<Role, EntityID> ids = null;
public static void init(final Access access) throws Exception {
......@@ -75,8 +74,4 @@ public enum Role {
return new EntityToElementStrategy(toString());
}
}
public boolean hasFSODescriptor() {
return this == File || this == Directory;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment