org.jbpm.api.identity
Interface Group


public interface Group

a group of users.

Author:
Tom Baeyens

Method Summary
 java.lang.String getId()
          unique id for the group that is used as a reference in the service methods
 java.lang.String getName()
          name for the group (should be unique within one group type)
 java.lang.String getType()
          type or category of the group
 

Method Detail

getId

java.lang.String getId()
unique id for the group that is used as a reference in the service methods


getName

java.lang.String getName()
name for the group (should be unique within one group type)


getType

java.lang.String getType()
type or category of the group



Copyright © 2010 JBoss Community. All Rights Reserved.