Package de.elo.ix.client
Class GetWebDAVPathOptions
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.GetWebDAVPathOptions
- All Implemented Interfaces:
Serializable
Parameter class for the function
IXServicePortIF.getWebDAVPathFromObjID2(de.elo.ix.client.ClientInfo, de.elo.ix.client.GetWebDAVPathOptions)
- Since:
- 9.00.030.024
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
ObjectId or GUID of the sord to get the path.protected boolean
If true, the ticket is inserted in the path.protected boolean
Deprecated.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetObjId()
boolean
boolean
void
void
setTickketInPath
(boolean tickketInPath) void
setUseShortPath
(boolean useShortPath) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
tickketInPath
protected boolean tickketInPathIf true, the ticket is inserted in the path. -
objId
ObjectId or GUID of the sord to get the path. -
useShortPath
Deprecated.From now on the option is no longer considered and is implicitly evaluated as true.- Since:
- 12.02.001.002
-
-
Constructor Details
-
GetWebDAVPathOptions
public GetWebDAVPathOptions() -
GetWebDAVPathOptions
-
-
Method Details