Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.conductor.scenario.syntax
Interface IScenarioMetadata


public interface IScenarioMetadata

Scenario metadata.

Some fields may be null depending on the projection.


Nested Class Summary
static class IScenarioMetadata.ScenarioStatus
           

 

Method Summary
 java.lang.String getCreatedAuthor()
          Returns the username who created the scenario.
 java.util.Date getCreatedDateTime()
          Returns the date/time the scenario was created.
 IScenarioStatement getScenarioDefinition()
          Returns the scenario defninition.
 IScenarioMetadata.ScenarioStatus getScenarioStatus()
          Returns scenario status.
 java.lang.String getUpdatedAuthor()
          Returns the username who updated the scenario.
 java.util.Date getUpdatedDateTime()
          Returns the date/time the scenario was updated.

 

Method Detail

getScenarioStatus

IScenarioMetadata.ScenarioStatus getScenarioStatus()
Returns scenario status.
See Also:
ClientContext.Projection.SUMMARY

getScenarioDefinition

IScenarioStatement getScenarioDefinition()
Returns the scenario defninition.

getCreatedDateTime

java.util.Date getCreatedDateTime()
Returns the date/time the scenario was created.
See Also:
ClientContext.Projection.DETAILED

getUpdatedDateTime

java.util.Date getUpdatedDateTime()
Returns the date/time the scenario was updated.
See Also:
ClientContext.Projection.DETAILED

getCreatedAuthor

java.lang.String getCreatedAuthor()
Returns the username who created the scenario.
See Also:
ClientContext.Projection.DETAILED

getUpdatedAuthor

java.lang.String getUpdatedAuthor()
Returns the username who updated the scenario.
See Also:
ClientContext.Projection.DETAILED

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


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