com.plumtree.remote.prc
Class ExternalOperationProperty

java.lang.Object
  extended bycom.plumtree.remote.prc.ObjectProperty
      extended bycom.plumtree.remote.prc.ExternalOperationProperty

public class ExternalOperationProperty
extends ObjectProperty

An enumerated type used to describe the properties of External Operations in the portal. External Operations support all of the properties in ObjectProperty as well as the following properties.


Field Summary
static ExternalOperationProperty CommandLine
          The command to run for this External Operation.
static ExternalOperationProperty RunAsPassword
          The password to run as for the External Operation.
static ExternalOperationProperty RunAsUser
          The user to run as for the External Operation.
 
Fields inherited from class com.plumtree.remote.prc.ObjectProperty
ClassID, Created, Description, FolderID, IsLocalized, Language, LastModified, LastModifiedBy, Name, ObjectID, OwnerID, UUID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CommandLine

public static final ExternalOperationProperty CommandLine
The command to run for this External Operation.


RunAsUser

public static final ExternalOperationProperty RunAsUser
The user to run as for the External Operation.


RunAsPassword

public static final ExternalOperationProperty RunAsPassword
The password to run as for the External Operation.



For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.