Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.conductor.provider
Interface IResourceMetadata


public interface IResourceMetadata

Executable resource metadata.


Method Summary
 java.util.List<IMethodMetadata> getMethodMetadata()
          Returns the collection of methods associated with this executable resource.
 java.lang.String getResourceName()
          Returns the executable resource name.

 

Method Detail

getResourceName

java.lang.String getResourceName()
Returns the executable resource name.

getMethodMetadata

java.util.List<IMethodMetadata> getMethodMetadata()
Returns the collection of methods associated with this executable resource.

In some cases, this attribute can be null depending on the scope of the request and the projection specified in the RemoteClientContext.

See Also:
ClientContext.Projection

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.