Package oracle.iam.grc.sod.vo
Class SILContext
java.lang.Object
oracle.iam.grc.sod.vo.SILContext
- All Implemented Interfaces:
Serializable
This value object captures the basic elements of a SIL deployment instance. It is usaed as an
input argument for the initialization of various kinds of service components by the SIL framework
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
void
setNonManagedDatabaseContext
(boolean nonManagedDatabaseContext) void
setSilDatabaseContext
(Object sifDatabaseContext)
-
Constructor Details
-
SILContext
public SILContext()
-
-
Method Details
-
getHomeDirectory
- Returns:
- Returns the homeDirectory.
-
setHomeDirectory
public void setHomeDirectory()- Parameters:
homeDirectory
- The homeDirectory to set.
-
isNonManagedDatabaseContext
public boolean isNonManagedDatabaseContext()- Returns:
- Returns the nonManagedDatabaseContext.
-
setNonManagedDatabaseContext
public void setNonManagedDatabaseContext(boolean nonManagedDatabaseContext) - Parameters:
nonManagedDatabaseContext
- The nonManagedDatabaseContext to set.
-
getSilDatabaseContext
- Returns:
- Returns the silDatabaseContext.
-
setSilDatabaseContext
- Parameters:
silDatabaseContext
- The silDatabaseContext to set.
-