public interface ResourceRef extends CommonDDBean, DescriptionInterface
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Modifier and Type | Field and Description |
|---|---|
static String |
RES_AUTH |
static String |
RES_AUTH_APPLICATION |
static String |
RES_AUTH_CONTAINER |
static String |
RES_REF_NAME |
static String |
RES_SHARING_SCOPE |
static String |
RES_SHARING_SCOPE_SHAREABLE |
static String |
RES_SHARING_SCOPE_UNSHAREABLE |
static String |
RES_TYPE |
| Modifier and Type | Method and Description |
|---|---|
int |
addInjectionTarget(InjectionTarget valueInterface) |
InjectionTarget[] |
getInjectionTarget() |
InjectionTarget |
getInjectionTarget(int index) |
String |
getMappedName() |
String |
getResAuth()
Getter for res-auth property.
|
String |
getResRefName()
Getter for res-ref-name property.
|
String |
getResSharingScope()
Getter for res-sharing-scope property.
|
String |
getResType()
Getter for res-type property.
|
InjectionTarget |
newInjectionTarget() |
int |
removeInjectionTarget(InjectionTarget valueInterface) |
void |
setInjectionTarget(InjectionTarget[] value) |
void |
setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
setMappedName(String value) |
void |
setResAuth(String value)
Setter for res-auth property
|
void |
setResRefName(String value)
Setter for res-ref-name property
|
void |
setResSharingScope(String value)
Setter for res-sharing-scope property
|
void |
setResType(String value)
Setter for res-type property
|
int |
sizeInjectionTarget() |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptionstatic final String RES_REF_NAME
static final String RES_TYPE
static final String RES_AUTH
static final String RES_SHARING_SCOPE
static final String RES_AUTH_APPLICATION
static final String RES_AUTH_CONTAINER
static final String RES_SHARING_SCOPE_SHAREABLE
static final String RES_SHARING_SCOPE_UNSHAREABLE
void setResRefName(String value)
value - property valueString getResRefName()
void setResType(String value)
value - property valueString getResType()
void setResAuth(String value)
value - property valueString getResAuth()
void setResSharingScope(String value)
value - property valueString getResSharingScope()
void setMappedName(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionString getMappedName() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setInjectionTarget(int index,
InjectionTarget valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget getInjectionTarget(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeInjectionTarget()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setInjectionTarget(InjectionTarget[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget[] getInjectionTarget() throws VersionNotSupportedException
VersionNotSupportedExceptionint addInjectionTarget(InjectionTarget valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeInjectionTarget(InjectionTarget valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget newInjectionTarget() throws VersionNotSupportedException
VersionNotSupportedExceptionBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.