DigitalData.Modules.Windream
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
Sets flag in Windream class to reconnect on lost connection
A IConnectionBuilder instance to allow for chaining
Sets the drive letter of windream drive, default is "W"
The drive letter to use
A IConnectionBuilder instance to allow for chaining
Sets the drive letter to String.Empty, use \\windream\objects as Windream base path
The windream base path, eg. \\windream\objects
A IConnectionBuilder instance to allow for chaining
Sets the drive letter to String.Empty, use \\windream\objects as Windream base path
A IConnectionBuilder instance to allow for chaining
Sets flag in Windream class to indicate 64-bit support
A IConnectionBuilder instance to allow for chaining
Sets the servername in Windream class, overriding the client setting
A IConnectionBuilder instance to allow for chaining
Sets the username, password and domain in Windream class, overriding the client settings
The username used for the connection
The password used for the connection
The domain used for the connection
A IConnectionBuilder instance to allow for chaining
Creates a connection.
If there was an error while establishing the connection
A Windream Object
Initializes windream and creates a windream session with the actual user
Returns all Objecttypes of current server as list of strings
List of String of all objecttypes
Creates a folder in windream. All folder-parts will be checked
full path of new folder
Returns true when folder was created, false if not
Indexes the file with the given values
full filepath
Name of the index
values as array
Returns true when folder was created, false if not
Sets the folder-objecttype.
full path of folder
Obcjectype Name
Returns true when Otype was set, false if not
Creates a new version of the file
full path to the file
Comment
Returns true when version was created, false if not
Returns all choicelists
Choicelists as List of Strings or empty list if no choice lists are found
Returns all indices for an objecttype
Name of objecttype
Names of indices as list of String
Returns all items of a choicelist
name of choicelist
Items as list of String
Returns the result of windream-search
filepath of windreamSearch-file
Name of the Docid Index
Returns datatable
Returns a windream-type as Integer.
Name of indexfield
Returns integer, which describes the type
Returns the value(s) for an index as a datatable
filepath of windream-file
Name of the index
Datatable
Returns the values for a vektorfield plus the new ones
windream-file as Object
Name of the index
Returns value as Datatable
Returns a WMObject if file exists
full path to the file
Returns WMObject
Checks if the folder exists
The path of the folder
True if exists or false if not or error occured
Checks wether file exists in windream
full path to the file
Returns true when file was deleted, false if not
Checks if user exists in windream.
test username
Returns true if exists, false if not
Checks if group exists in windream.
test username
Returns true if exists, false if not
Deletes a file in windream including all preversions
full path to the file
Returns true when file was deleted, false if not
Removes the vektorlink from windream
full path to the file
Indexname of Vektor-Index
Value which is to be deleted
Returns true when indexing was successfull, false if not
Windream
0.0.0.2
23.10.2018
Module that provides methods to access the Windream ECM
NLog, >= 4.5.8
LogConfig, DigitalData.Modules.Logging.LogConfig
The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class
ClientDriveLetter, String
Drive Letter of the Windream Drive, should default to `W`
ClientSupport64Bit, Boolean
Should this session support 64bit methods/functionality?
SessionReconnect, Boolean
Should the session reconnect automatically when the connection to the server is lost?
SessionServerName, String
Name of the server used in the connection. If this is `Nothing`, the current server defined in the client is used
SessionUserName, String
Name of the user that is used in the connection. If this is `Nothing`, the currently signed in user is used
SessionPassword, String
User-password that is used in the connection. If this is `Nothing`, the currently signed in user is used
SessionDomain, String
User-domain that is used in the connection. If this is `Nothing`, the currently signed in user is used
ClientDriveLetter, String (readonly)
ClientSupports64Bit, Boolean (readonly)
Session, IWMSession2 (readonly)
SessionLoggedin, Boolean (readonly)
SessionReconnect, Boolean (readonly)
SessionServername, String (readonly)
Objecttypes, List(Of String) (readonly)
_windream = New ConnectionBuilder(LogConfig).
WithDriveLetter("W").
WithSessionReconnect().
With64BitSupport().
WithServerName("sdd-vmx02-aps01").
Connect()
This class should not be instanciated directly. Instead, ConnectionBuilder should be used.
A list of object types that are available
Creates a new Windream object and connects to a server with the provided options and credentials
changes the archive end date
WM Filepath
number/count of period (if
date_unity (d,m,y or day(s),month(s),years(s)
dateFrom_value
Returns true when date was set, false if not
changes the archive end date
WM Filepath
number/count of period (if
date_unity (d,m,y or day(s),month(s),years(s)
dateFrom_value
Returns true when date was set, false if not
Archives windream object immediately
Returns true when archiving was set, false if not
Returns the result of a search file
Path of a search file (*.wdf)
Index containing the Document-ID
A datatable of the results with columns PATH and DOCID
Gets an array of the actual vektorvalues of index, collated with the passed values
windream-file as WMObject
Indexname as String
The new values as Array
True if duplicates shall be prevented
Sets objecttype of a folder