Remove unused package.
[lgpl/argeo-commons.git] / org.argeo.node.api / src / org / argeo / node / NodeInstance.java
index e1e4bcdfa98f47e522cf091bfa4000186062f8af..aa1b5cee3872f44f1c228287ed537b458209e460 100644 (file)
@@ -1,5 +1,15 @@
 package org.argeo.node;
 
+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);
 }