java.lang.Object
com.genologics.ri.processtype.ProcessInput
- All Implemented Interfaces:
Serializable
Process-input is a child element of process type specifying the available
input types for the process
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the artifact type for the input.Gets the display name for the input.Deprecated.This property is no longer supported.voidsetArtifactType(String artifactType) Sets the artifact type for the input.voidsetDisplayName(String displayName) Sets the display name for the input.voidsetRemoveWorkingFlag(Boolean removeWorkingFlag) Deprecated.This property is no longer supported.
-
Field Details
-
artifactType
The artifact type for the input. -
displayName
The display name for the input. -
removeWorkingFlag
Deprecated.This property is no longer supported.Whether the working flag should be removed from the input when the process runs.
-
-
Constructor Details
-
ProcessInput
public ProcessInput()
-
-
Method Details
-
getArtifactType
Gets the artifact type for the input.- Returns:
- the artifact type.
-
setArtifactType
Sets the artifact type for the input.- Parameters:
artifactType- the artifact type.
-
getDisplayName
Gets the display name for the input.- Returns:
- the display name.
-
setDisplayName
Sets the display name for the input.- Parameters:
displayName- the display name.
-
isRemoveWorkingFlag
Deprecated.This property is no longer supported.Whether the working flag should be removed from the input when the process runs.- Returns:
- true if it should be removed, false if not.
-
setRemoveWorkingFlag
Deprecated.This property is no longer supported.Sets whether the working flag should be removed from the input when the process runs.- Parameters:
removeWorkingFlag- true if it should be removed.
-