jBPM Console NG - Human Tasks API 6.1.0.Beta4

org.jbpm.console.ng.ht.service
Interface IdentityService<T>

All Known Subinterfaces:
GroupServiceEntryPoint, TypeRoleServiceEntryPoint, UserServiceEntryPoint

public interface IdentityService<T>


Method Summary
 List<T> getAll()
           
 T getById(String id)
           
 int getCount()
           
 void remove(String id)
           
 void removeAll()
           
 void save(T identity)
           
 

Method Detail

save

void save(T identity)

remove

void remove(String id)

removeAll

void removeAll()

getAll

List<T> getAll()

getById

T getById(String id)

getCount

int getCount()

jBPM Console NG - Human Tasks API 6.1.0.Beta4

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