Class APIProcessCandidateStarterGroupConverter
- java.lang.Object
-
- org.activiti.runtime.api.model.impl.ListConverter<IdentityLink,ProcessCandidateStarterGroup>
-
- org.activiti.runtime.api.model.impl.APIProcessCandidateStarterGroupConverter
-
- All Implemented Interfaces:
ModelConverter<IdentityLink,ProcessCandidateStarterGroup>
public class APIProcessCandidateStarterGroupConverter extends ListConverter<IdentityLink,ProcessCandidateStarterGroup> implements ModelConverter<IdentityLink,ProcessCandidateStarterGroup>
-
-
Constructor Summary
Constructors Constructor Description APIProcessCandidateStarterGroupConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessCandidateStarterGroupfrom(IdentityLink identityLink)-
Methods inherited from class org.activiti.runtime.api.model.impl.ListConverter
from
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.runtime.api.model.impl.ModelConverter
from
-
-
-
-
Method Detail
-
from
public ProcessCandidateStarterGroup from(IdentityLink identityLink)
- Specified by:
fromin interfaceModelConverter<IdentityLink,ProcessCandidateStarterGroup>
-
-