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

E22562-01

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

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

public class CheckinSigningScheme
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
CheckinSigningScheme(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

CheckinSigningScheme

public CheckinSigningScheme(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.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.