Package com.basis.api.admin
Interface BBjAdminDocumentLocation
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
Location of documents that will be monitored by a BBjAdminDocumentIndex. This allows you to
not only define the location but also whether it should be recursive or not.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
DIRECTORY
Directory to monitor.- See Also:
-
RECURSIVE
Whether this should be recursive or not.- See Also:
-