com.bea.wsrp.consumer.management.common
Enum ProxyResourceContext.ProxyResourceActionScope
java.lang.Object
java.lang.Enum<ProxyResourceContext.ProxyResourceActionScope>
com.bea.wsrp.consumer.management.common.ProxyResourceContext.ProxyResourceActionScope
- All Implemented Interfaces
- Serializable, Comparable<ProxyResourceContext.ProxyResourceActionScope>
- Enclosing class:
- ProxyResourceContext
public static enum ProxyResourceContext.ProxyResourceActionScope
- extends Enum<ProxyResourceContext.ProxyResourceActionScope>
If multiple versions of a resource already exist when creating a new
resource, ProxyResourceActionScope defines whether the
selected ProxyResourceAction applies to ALL
resources or only the resource marked primary.
PRIMARY
public static final ProxyResourceContext.ProxyResourceActionScope PRIMARY
ALL
public static final ProxyResourceContext.ProxyResourceActionScope ALL
values
public static final ProxyResourceContext.ProxyResourceActionScope[] values()
- Returns an array containing the constants of this enum type, in the order theyre declared.
valueOf
public static ProxyResourceContext.ProxyResourceActionScope valueOf(String name)
- Returns the enum constant of this type with the specified name.
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.