Package com.documentum.fc.client
Interface IDfDborEntry
public interface IDfDborEntry
Allows you to define service properties for DBOR. This interface is used
by
IDfDbor
as a data module to set service properties.- Since:
- 5.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the Java Class namegetName()
Retrieving the name of the PropertiesRetrieves the version stringboolean
Indicates whether this is service based or type basedvoid
setJavaClass
(String javaClass) Sets the Java Class namevoid
Setting the name of the Propertiesvoid
setServiceBased
(boolean serviceBased) Set the flag indicating whether this is service based or type basedvoid
setVersion
(String version) Sets the version stringvoid
validate()
Validate data
-
Method Details
-
getName
String getName()Retrieving the name of the Properties- Returns:
- properties name
-
setName
Setting the name of the Properties- Parameters:
name
- properties name
-
getJavaClass
String getJavaClass()Retrieves the Java Class name- Returns:
- java class name
-
setJavaClass
Sets the Java Class name- Parameters:
javaClass
- java class name
-
isServiceBased
boolean isServiceBased()Indicates whether this is service based or type based- Returns:
true
if service based,false
otherwise
-
setServiceBased
void setServiceBased(boolean serviceBased) Set the flag indicating whether this is service based or type based- Parameters:
serviceBased
-true
if service based,false
if type based
-
getVersion
String getVersion()Retrieves the version string- Returns:
- version string
-
setVersion
Sets the version string- Parameters:
version
- version string
-
validate
Validate data- Throws:
DfServiceException
- Bad data
-