org.jbpm.integration.spec.service
Class IdentityServiceImpl
java.lang.Object
org.jboss.bpm.api.service.internal.AbstractService
org.jbpm.integration.spec.service.IdentityServiceImpl
- All Implemented Interfaces:
- org.jboss.bpm.api.service.ProcessEngineSupport, org.jboss.bpm.api.service.Service, org.jboss.bpm.incubator.service.IdentityService, MutableService
public class IdentityServiceImpl
- extends org.jboss.bpm.api.service.internal.AbstractService
- implements org.jboss.bpm.incubator.service.IdentityService, MutableService
The IdentityService manages identities
- Since:
- 28-Nov-2008
- Author:
- thomas.diesler@jboss.com
| Methods inherited from class org.jboss.bpm.api.service.internal.AbstractService |
getProcessEngine |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.bpm.api.service.ProcessEngineSupport |
getProcessEngine |
IdentityServiceImpl
public IdentityServiceImpl()
setProcessEngine
public void setProcessEngine(org.jboss.bpm.api.service.ProcessEngine engine)
- Specified by:
setProcessEngine in interface MutableService- Overrides:
setProcessEngine in class org.jboss.bpm.api.service.internal.AbstractService
getActors
public java.util.List<java.lang.String> getActors()
- Specified by:
getActors in interface org.jboss.bpm.incubator.service.IdentityService
getActorsByGroup
public java.util.List<java.lang.String> getActorsByGroup(java.lang.String group)
- Specified by:
getActorsByGroup in interface org.jboss.bpm.incubator.service.IdentityService
getGroups
public java.util.List<java.lang.String> getGroups()
- Specified by:
getGroups in interface org.jboss.bpm.incubator.service.IdentityService
getGroupsByActor
public java.util.List<java.lang.String> getGroupsByActor(java.lang.String actor)
- Specified by:
getGroupsByActor in interface org.jboss.bpm.incubator.service.IdentityService
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.