org.jbpm.console.ng.ht.backend.server
Class GroupServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.GroupServiceEntryPointImpl
- All Implemented Interfaces:
- GroupServiceEntryPoint, IdentityService
@ApplicationScoped
public class GroupServiceEntryPointImpl
- extends Object
- implements GroupServiceEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupServiceEntryPointImpl
public GroupServiceEntryPointImpl()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.