public class ElementFactory extends AbstractFactory
business| 构造器和说明 |
|---|
ElementFactory(Business business) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends com.x.base.core.entity.JpaObject> |
get(java.lang.String id,
java.lang.Class<T> clz) |
com.x.processplatform.core.entity.element.Begin |
getBeginWithProcess(java.lang.String id) |
java.util.List<com.x.processplatform.core.entity.element.Route> |
listRouteWithActvity(java.lang.String id,
com.x.processplatform.core.entity.element.ActivityType activityType) |
java.util.List<com.x.processplatform.core.entity.element.Route> |
listRouteWithChoice(java.lang.String id) |
java.util.List<com.x.processplatform.core.entity.element.Route> |
listRouteWithManual(java.lang.String id) |
java.util.List<com.x.processplatform.core.entity.element.Route> |
listRouteWithParallel(java.lang.String id) |
java.util.List<com.x.processplatform.core.entity.element.Script> |
listScriptNestedWithApplicationWithUniqueName(java.lang.String applicationId,
java.lang.String uniqueName) |
entityManagerContainerpublic ElementFactory(Business business) throws java.lang.Exception
java.lang.Exceptionpublic <T extends com.x.base.core.entity.JpaObject> T get(java.lang.String id,
java.lang.Class<T> clz)
throws java.lang.Exception
java.lang.Exceptionpublic com.x.processplatform.core.entity.element.Begin getBeginWithProcess(java.lang.String id)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<com.x.processplatform.core.entity.element.Route> listRouteWithChoice(java.lang.String id)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<com.x.processplatform.core.entity.element.Route> listRouteWithManual(java.lang.String id)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<com.x.processplatform.core.entity.element.Route> listRouteWithParallel(java.lang.String id)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<com.x.processplatform.core.entity.element.Script> listScriptNestedWithApplicationWithUniqueName(java.lang.String applicationId,
java.lang.String uniqueName)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<com.x.processplatform.core.entity.element.Route> listRouteWithActvity(java.lang.String id,
com.x.processplatform.core.entity.element.ActivityType activityType)
throws java.lang.Exception
java.lang.Exception