Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.attachments.model.entity.documents
Class GenericSigningScheme

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.model.entity.documents.BaseSigningScheme
      extended by oracle.apps.fnd.applcore.attachments.model.entity.documents.GenericSigningScheme
All Implemented Interfaces:
SigningScheme

public class GenericSigningScheme
extends BaseSigningScheme


Field Summary
 
Fields inherited from interface oracle.apps.fnd.applcore.attachments.model.entity.documents.SigningScheme
SCHEME_ID_BINDER_ATTRIBUTE, SCHEME_ID_MAP_ATTRIBUTE, SIGNATURE_BINDER_ATTRIBUTE
 
Constructor Summary
GenericSigningScheme(SigningMechanism signingMechanism, SigningType signingType)
           
 
Method Summary
 int getId()
           
 
Methods inherited from class oracle.apps.fnd.applcore.attachments.model.entity.documents.BaseSigningScheme
appendToUrl, appendToUrl, createEntryMap, createSignature, getEntryMap, getSigningMechanism, getSigningType, sign, sign
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericSigningScheme

public GenericSigningScheme(SigningMechanism signingMechanism,
                            SigningType signingType)
Method Detail

getId

public int getId()
Returns:
id that identifies the scheme. eg. 1 is the GenericSigningScheme, 2 is the CheckinSigningScheme, 3 is the CollectionAddSigningScheme, 4 is the UpdateSecurityGroupSigningScheme.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.