Package de.elo.ix.client
Class WorkflowImportOptions
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WorkflowImportOptions
- All Implemented Interfaces:
Serializable
Options for the workflow import.
- Since:
- 9.00.016.017
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
If this variable is set, the missing user is replaced by this user.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setReplaceMissingUserByUserId
(String replaceMissingUserByUserId) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
replaceMissingUserByUserId
If this variable is set, the missing user is replaced by this user. Otherwise the missing user will be created using a random password.
-
-
Constructor Details
-
WorkflowImportOptions
public WorkflowImportOptions()
-
-
Method Details