Package | Description |
---|---|
org.nrg.xft.event.persist |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends PersistentWorkflowI> |
PersistentWorkflowUtils.getOpenWorkflows(XDATUser user,
String ID) |
abstract Collection<? extends PersistentWorkflowI> |
PersistentWorkflowBuilderAbst.getOpenWorkflows(XDATUser user,
String ID) |
static Collection<? extends PersistentWorkflowI> |
PersistentWorkflowUtils.getWorkflows(XDATUser user,
List<String> IDs) |
abstract Collection<? extends PersistentWorkflowI> |
PersistentWorkflowBuilderAbst.getWorkflows(XDATUser user,
List<String> IDs) |
static Collection<? extends PersistentWorkflowI> |
PersistentWorkflowUtils.getWorkflows(XDATUser user,
String ID) |
abstract Collection<? extends PersistentWorkflowI> |
PersistentWorkflowBuilderAbst.getWorkflows(XDATUser user,
String ID) |
static Collection<? extends PersistentWorkflowI> |
PersistentWorkflowUtils.getWorkflowsByExternalId(XDATUser user,
String ID) |
abstract Collection<? extends PersistentWorkflowI> |
PersistentWorkflowBuilderAbst.getWorkflowsByExternalId(XDATUser user,
String ID) |
Modifier and Type | Method and Description |
---|---|
static void |
PersistentWorkflowUtils.complete(PersistentWorkflowI wrk,
EventMetaI c) |
static void |
PersistentWorkflowUtils.complete(PersistentWorkflowI wrk,
EventMetaI c,
boolean overrideSecurity) |
static void |
PersistentWorkflowUtils.confirmID(XFTItem item,
PersistentWorkflowI wrk) |
static void |
PersistentWorkflowUtils.fail(PersistentWorkflowI wrk,
EventMetaI c) |
static void |
PersistentWorkflowUtils.fail(PersistentWorkflowI wrk,
EventMetaI c,
boolean overrideSecurity) |
static void |
PersistentWorkflowUtils.save(PersistentWorkflowI wrk,
EventMetaI c) |
static void |
PersistentWorkflowUtils.save(PersistentWorkflowI wrk,
EventMetaI c,
boolean overrideSecurity) |
static EventMetaI |
PersistentWorkflowUtils.setStep(PersistentWorkflowI wrk,
String s) |
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.