jBPM Console NG - Human Tasks Backend 6.0.2-SNAPSHOT

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

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.IdentityServiceMockImpl
All Implemented Interfaces:
IdentityServiceMock

public class IdentityServiceMockImpl
extends Object
implements IdentityServiceMock


Constructor Summary
IdentityServiceMockImpl()
           
 
Method Summary
 List<Group> getAllGroups()
           
 List<TypeRole> getAllTypeRole()
           
 List<User> getAllUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityServiceMockImpl

public IdentityServiceMockImpl()
Method Detail

getAllGroups

public List<Group> getAllGroups()
Specified by:
getAllGroups in interface IdentityServiceMock

getAllUser

public List<User> getAllUser()
Specified by:
getAllUser in interface IdentityServiceMock

getAllTypeRole

public List<TypeRole> getAllTypeRole()
Specified by:
getAllTypeRole in interface IdentityServiceMock

jBPM Console NG - Human Tasks Backend 6.0.2-SNAPSHOT

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