jBPM distribution 6.0.0.Beta1

org.jbpm.services.task.impl.model
Class GroupImpl

java.lang.Object
  extended by org.jbpm.services.task.impl.model.OrganizationalEntityImpl
      extended by org.jbpm.services.task.impl.model.GroupImpl
All Implemented Interfaces:
Externalizable, Serializable, org.kie.internal.task.api.model.Group, org.kie.internal.task.api.model.OrganizationalEntity

@Entity
public class GroupImpl
extends OrganizationalEntityImpl
implements org.kie.internal.task.api.model.Group

See Also:
Serialized Form

Constructor Summary
GroupImpl()
           
GroupImpl(String id)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kie.internal.task.api.model.OrganizationalEntity
getId, setId
 

Constructor Detail

GroupImpl

public GroupImpl()

GroupImpl

public GroupImpl(String id)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class OrganizationalEntityImpl
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class OrganizationalEntityImpl
Throws:
IOException
ClassNotFoundException

jBPM distribution 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.