org.jbpm.console.ng.ht.service
public interface IdentityService
Modifier and Type | Method and Description |
---|---|
List<IdentitySummary> |
getAll() |
IdentitySummary |
getById(String id) |
IdentitySummary |
getByType(String id) |
void |
remove(String id) |
void |
removeAll() |
void |
save(IdentitySummary identity) |
void save(IdentitySummary identity)
void remove(String id)
void removeAll()
List<IdentitySummary> getAll()
IdentitySummary getById(String id)
IdentitySummary getByType(String id)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.