Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.runtime.resource
Interface ReplicableResourceBundle

All Known Implementing Classes:
ReplicableViewDefBundle

public interface ReplicableResourceBundle

A resource bundle that contains replicable resources.


Method Summary
 ReplicableResource getReplicableResource(java.lang.String resourceKey)
          Gets the replicable resource.
 java.util.Set<java.lang.String> getReplicableResourceKeys()
          Gets the keys of replicable resources in this bundle.
 void setReplicableResource(java.lang.String resourceKey, ReplicableResource resource)
          Adds or updates a replicable resource.
 

Method Detail

getReplicableResourceKeys

java.util.Set<java.lang.String> getReplicableResourceKeys()
Gets the keys of replicable resources in this bundle.

Returns:
the keys of replicable resources in this bundle

getReplicableResource

ReplicableResource getReplicableResource(java.lang.String resourceKey)
Gets the replicable resource.

Parameters:
resourceKey - the key of the replicable resource
Returns:
the replicable resource

setReplicableResource

void setReplicableResource(java.lang.String resourceKey,
                           ReplicableResource resource)
Adds or updates a replicable resource.

Parameters:
resourceKey - the key of the replicable resource
resource - the replicable resource

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.