|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BusinessTransactionOperation
Interface for an operation specific to starting a business transaction.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.iam.rm.client.Operation |
|---|
Operation.Type |
| Method Summary | |
|---|---|
BusinessTransaction |
begin(ArgumentSet argumentSet)Begins the business transaction using this operation. |
ArgumentSet |
getArgumentSet()Gets the set of arguments for this operation. |
OperationVerificationResponse |
validate(ArgumentSet argumentSet)Validates the operation without invoking it. |
| Methods inherited from interface oracle.iam.rm.client.Operation |
|---|
getDefinitionId, getDescription, getOperationId, getTitle, getType |
| Method Detail |
|---|
ArgumentSet getArgumentSet()
ArgumentSet for this operation.
BusinessTransaction begin(ArgumentSet argumentSet)
throws ServerException
argumentSet - arguments for this operation.ServerException - if an error occurs during the invocation of the business operation.
OperationVerificationResponse validate(ArgumentSet argumentSet)
throws ServerException
argumentSet - arguments for this operation.OperationVerificationResponse containing the potential outcome of such an operation.ServerException - if an error occurs during the invocation of the business operation.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||