public interface PersistentWorkflowI
Modifier and Type | Method and Description |
---|---|
EventMetaI |
buildEvent() |
String |
getCategory() |
String |
getComments() |
String |
getCreateUser() |
String |
getCurrentStepId() |
Object |
getCurrentStepLaunchTime() |
String |
getDataType() |
String |
getDetails() |
String |
getExternalid() |
String |
getId() |
String |
getJustification() |
Object |
getLaunchTime() |
Date |
getLaunchTimeDate() |
String |
getOnlyPipelineName() |
String |
getPercentagecomplete() |
String |
getPipelineName() |
String |
getStatus() |
String |
getStepDescription() |
String |
getType() |
String |
getUsername() |
Integer |
getWorkflowId() |
void |
postSave() |
boolean |
save(UserI user,
boolean overrideSecurity,
boolean allowItemRemoval,
EventMetaI c) |
void |
setCategory(EventUtils.CATEGORY v)
Sets the value for type.
|
void |
setComments(String v)
Sets the value for comments.
|
void |
setCreateUser(String v)
Sets the value for create_user.
|
void |
setCurrentStepId(String v)
Sets the value for current_step_id.
|
void |
setCurrentStepLaunchTime(Object v)
Sets the value for current_step_launch_time.
|
void |
setDataType(String v)
Sets the value for data_type.
|
void |
setDetails(String v)
Sets the value for details.
|
void |
setExternalid(String v)
Sets the value for ExternalID.
|
void |
setId(String v)
Sets the value for ID.
|
void |
setJustification(String v)
Sets the value for justification.
|
void |
setLaunchTime(Object v)
Sets the value for launch_time.
|
void |
setPercentagecomplete(String v)
Sets the value for percentageComplete.
|
void |
setPipelineName(String v)
Sets the value for pipeline_name.
|
void |
setStatus(String v)
Sets the value for status.
|
void |
setStepDescription(String v)
Sets the value for step_description.
|
void |
setType(EventUtils.TYPE v)
Sets the value for type.
|
String getDetails()
void setDetails(String v)
v
- Value to Set.String getComments()
void setComments(String v)
v
- Value to Set.String getJustification()
void setJustification(String v)
v
- Value to Set.String getType()
void setType(EventUtils.TYPE v)
v
- Value to Set.String getCategory()
void setCategory(EventUtils.CATEGORY v)
v
- Value to Set.String getDataType()
void setDataType(String v)
v
- Value to Set.String getId()
void setId(String v)
v
- Value to Set.String getExternalid()
void setExternalid(String v)
v
- Value to Set.Object getCurrentStepLaunchTime()
void setCurrentStepLaunchTime(Object v)
v
- Value to Set.String getCurrentStepId()
void setCurrentStepId(String v)
v
- Value to Set.String getStatus()
void setStatus(String v)
v
- Value to Set.String getCreateUser()
void setCreateUser(String v)
v
- Value to Set.String getPipelineName()
void setPipelineName(String v)
v
- Value to Set.String getStepDescription()
void setStepDescription(String v)
v
- Value to Set.Object getLaunchTime()
Date getLaunchTimeDate()
String getOnlyPipelineName()
void setLaunchTime(Object v)
v
- Value to Set.String getPercentagecomplete()
void setPercentagecomplete(String v)
v
- Value to Set.String getUsername()
Integer getWorkflowId()
EventMetaI buildEvent()
boolean save(UserI user, boolean overrideSecurity, boolean allowItemRemoval, EventMetaI c) throws Exception
Exception
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.