Class ProcessCandidateStarterGroupImpl
- java.lang.Object
-
- org.activiti.api.runtime.model.impl.ProcessCandidateStarterImpl
-
- org.activiti.api.runtime.model.impl.ProcessCandidateStarterGroupImpl
-
- All Implemented Interfaces:
ProcessCandidateStarter,ProcessCandidateStarterGroup
public class ProcessCandidateStarterGroupImpl extends ProcessCandidateStarterImpl implements ProcessCandidateStarterGroup
-
-
Constructor Summary
Constructors Constructor Description ProcessCandidateStarterGroupImpl()ProcessCandidateStarterGroupImpl(String processDefinitionId, String groupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGroupId()inthashCode()-
Methods inherited from class org.activiti.api.runtime.model.impl.ProcessCandidateStarterImpl
getProcessDefinitionId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.api.process.model.ProcessCandidateStarter
getProcessDefinitionId
-
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfaceProcessCandidateStarterGroup
-
-