Remove unused package.
[lgpl/argeo-commons.git] / org.argeo.node.api / src / org / argeo / node / NodeInstance.java
index 3a39abd147783476bdc50178e1aee80f57e6738d..aa1b5cee3872f44f1c228287ed537b458209e460 100644 (file)
@@ -4,6 +4,12 @@ import javax.naming.ldap.LdapName;
 
 /** The structured data */
 public interface NodeInstance {
+       /**
+        * To be used as an identifier of a workgroup, typically as a value for the
+        * 'businessCategory' attribute in LDAP.
+        */
+       public final static String WORKGROUP = "workgroup";
+
        /** Mark this group as a workgroup */
        void createWorkgroup(LdapName groupDn);
 }