jBPM Console NG - Human Tasks Backend 6.0.0.CR4

org.jbpm.console.ng.ht.backend.server
Class GroupServiceEntryPointImpl

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.GroupServiceEntryPointImpl
All Implemented Interfaces:
GroupServiceEntryPoint, IdentityService

@ApplicationScoped
public class GroupServiceEntryPointImpl
extends Object
implements GroupServiceEntryPoint


Constructor Summary
GroupServiceEntryPointImpl()
           
 
Method Summary
 List<IdentitySummary> getAll()
           
 IdentitySummary getById(String id)
           
 IdentitySummary getByType(String id)
           
 void remove(String id)
           
 void removeAll()
           
 void save(IdentitySummary identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupServiceEntryPointImpl

public GroupServiceEntryPointImpl()
Method Detail

save

public void save(IdentitySummary identity)
Specified by:
save in interface IdentityService

remove

public void remove(String id)
Specified by:
remove in interface IdentityService

removeAll

public void removeAll()
Specified by:
removeAll in interface IdentityService

getAll

public List<IdentitySummary> getAll()
Specified by:
getAll in interface IdentityService

getById

public IdentitySummary getById(String id)
Specified by:
getById in interface IdentityService

getByType

public IdentitySummary getByType(String id)
Specified by:
getByType in interface IdentityService

jBPM Console NG - Human Tasks Backend 6.0.0.CR4

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