All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
java.lang.Integer |
archivethisiteration()
when archiving this iteration, a copy of the current data is stored and new
iteration index for current data is generated
|
java.lang.Integer |
archivethisiteration(ActionExecution contextaction,
SecurityInDataMethod method) |
void |
changestate(ChoiceValue<WorkflowlifecycleChoiceDefinition> newstate)
change the state of the object (and persists the change)
|
void |
changestate(ChoiceValue<WorkflowlifecycleChoiceDefinition> newstate,
ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
changestate(Workflow[] object,
ChoiceValue<WorkflowlifecycleChoiceDefinition>[] newstate) |
Workflow |
deepcopy()
A deep copy will return a fresh object that has all fields copied and all
properties initiatilized like a new object.
|
void |
delete()
remove the dataobject from the persistence layer
|
void |
delete(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
delete(Workflow[] object) |
static Workflow[] |
getallactive(QueryFilter additionalcondition) |
Task[] |
getallchildrenforworkflowfortask(QueryFilter additionalcondition) |
Task[] |
getallchildrenforworkflowfortask(QueryFilter additionalcondition,
ActionExecution contextaction,
SecurityInDataMethod method) |
static Task[] |
getallchildrenforworkflowfortask(Workflow[] object,
QueryFilter additionalcondition) |
static Workflow[] |
getallforgenericidforworkflowobject(DataObjectId genericobjectid,
QueryFilter additionalcondition) |
static Workflow[] |
getallobjectiterationsbyobjectid(DataObjectId<Workflow> id) |
java.lang.String |
getblankupdatenote() |
java.lang.String |
getblankupdatenote(ActionExecution contextaction,
SecurityInDataMethod method) |
java.util.Date |
getCreatetime() |
static DataObjectFieldMarker<Workflow> |
getCreatetimeFieldMarker() |
DataObjectId<Appuser> |
getCreateuserid()
gets the id of the AppUser who created the object
|
static DataObjectFieldMarker<Workflow> |
getCreateuseridFieldMarker() |
static AttributeMarker<Workflow,TObjectIdDataEltType<Appuser>> |
getCreateuseridMarker() |
static WorkflowDefinition |
getDefinition() |
java.util.Date |
getFinalstatetime() |
static DataObjectFieldMarker<Workflow> |
getFinalstatetimeFieldMarker() |
DataObjectId |
getGenericlinkforworkflowobjectid() |
static DataObjectFieldMarker<Workflow> |
getGenericlinkforworkflowobjectidFieldMarker() |
static AttributeMarker<Workflow,TObjectIdDataEltType> |
getGenericlinkforworkflowobjectidMarker() |
DataObjectId<Workflow> |
getId() |
static DataObjectFieldMarker<Workflow> |
getIdFieldMarker() |
static AttributeMarker<Workflow,TObjectIdDataEltType<Workflow>> |
getIdMarker() |
java.lang.Integer |
getIteration()
gets the iteration number for this record
|
static DataObjectFieldMarker<Workflow> |
getIterationFieldMarker() |
static AttributeMarker<Workflow,IntegerDataEltType> |
getIterationMarker() |
java.lang.String |
getLatest() |
static DataObjectFieldMarker<Workflow> |
getLatestFieldMarker() |
DataObjectId |
getlinkedobjectidforworkflowobject() |
DataObjectId |
getlinkedobjectidforworkflowobject(ActionExecution contextaction,
SecurityInDataMethod method) |
LifecycleInterface.MassiveChangestate<Workflow,WorkflowlifecycleChoiceDefinition> |
getMassiveChangestate() |
UniqueidentifiedInterface.MassiveDelete<Workflow> |
getMassiveDelete() |
StoredobjectInterface.MassiveInsert<Workflow> |
getMassiveInsert() |
UniqueidentifiedInterface.MassiveUpdate<Workflow> |
getMassiveUpdate() |
java.lang.String |
getObjectname()
gets the object name
|
static DataObjectFieldMarker<Workflow> |
getObjectnameFieldMarker() |
<Z extends DataObjectProperty<Workflow>> Z |
getPropertyForObject(Z otherobjectproperty)
This method is intented only to be used on properties internal code.
|
java.lang.String |
getState()
get the state (storage code) of the boejct
|
static DataObjectFieldMarker<Workflow> |
getStateFieldMarker() |
ChoiceValue<WorkflowlifecycleChoiceDefinition> |
getstateforchange() |
ChoiceValue<WorkflowlifecycleChoiceDefinition> |
getstateforchange(ActionExecution contextaction,
SecurityInDataMethod method) |
java.util.Date |
getTargetdate() |
static DataObjectFieldMarker<Workflow> |
getTargetdateFieldMarker() |
java.lang.String |
getUpdatenote() |
static DataObjectFieldMarker<Workflow> |
getUpdatenoteFieldMarker() |
java.util.Date |
getUpdatetime() |
static DataObjectFieldMarker<Workflow> |
getUpdatetimeFieldMarker() |
DataObjectId<Appuser> |
getUpdateuserid() |
static DataObjectFieldMarker<Workflow> |
getUpdateuseridFieldMarker() |
static AttributeMarker<Workflow,TObjectIdDataEltType<Appuser>> |
getUpdateuseridMarker() |
void |
initFieldAlias() |
void |
insert() |
void |
insert(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
insert(Workflow[] object) |
static Workflow |
readiteration(DataObjectId<Workflow> id,
java.lang.Integer iteration) |
static Workflow |
readone(DataObjectId<Workflow> id) |
static Workflow[] |
readseveral(DataObjectId<Workflow>[] id) |
void |
refresh() |
void |
refresh(ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setlinkedobjectidforworkflowobject(DataObjectId parent) |
void |
setlinkedobjectidforworkflowobject(DataObjectId parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setobjectname(java.lang.String name)
sets the object name
|
void |
setobjectname(java.lang.String name,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
settargetdate(java.util.Date targetdate) |
void |
settargetdate(java.util.Date targetdate,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setupdatenote(java.lang.String updatenote)
sets the new update note for the current iteration.
|
void |
setupdatenote(java.lang.String updatenote,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
update()
persists the data of this object
|
void |
update(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
update(Workflow[] object) |
static void |
updatePersistenceStorage() |