|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.namespace.ContentAndPropertiesDescriptor
Class implementing content and properties of a resource.
| Field Summary | |
protected IMutableContent |
content
|
protected List |
properties
|
protected boolean |
propertyFailureToBeIgnored
|
| Constructor Summary | |
ContentAndPropertiesDescriptor(IMutableContent content)
Construct object of class ContentAndPropertiesDescriptor. |
|
ContentAndPropertiesDescriptor(IMutableContent content,
List properties,
boolean propertyFailureToBeIgnored)
Construct object of class ContentAndPropertiesDescriptor. |
|
ContentAndPropertiesDescriptor(List properties,
boolean propertyFailureToBeIgnored)
Construct object of class ContentAndPropertiesDescriptor. |
|
| Method Summary | |
IMutableContent |
getContent()
Get content of the resource. |
List |
getProperties()
Get list of IProperty instances of the resource. |
boolean |
isPropertyFailureToBeIgnored()
Get flag whether or not property failures should be ignored while managing the resource. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IMutableContent content
protected List properties
protected boolean propertyFailureToBeIgnored
| Constructor Detail |
public ContentAndPropertiesDescriptor(IMutableContent content)
content - content of the resource
public ContentAndPropertiesDescriptor(List properties,
boolean propertyFailureToBeIgnored)
properties - list of IProperty instances of the resourcepropertyFailureToBeIgnored - flag whether or not property failures
should be ignored while managing the resource
public ContentAndPropertiesDescriptor(IMutableContent content,
List properties,
boolean propertyFailureToBeIgnored)
content - content of the resourceproperties - list of IProperty instances of the resourcepropertyFailureToBeIgnored - flag whether or not property failures
should be ignored while managing the resource| Method Detail |
public IMutableContent getContent()
getContent in interface IContentAndPropertiesDescriptorpublic List getProperties()
IProperty instances of the resource.
getProperties in interface IContentAndPropertiesDescriptorIProperty instances of the resourcepublic boolean isPropertyFailureToBeIgnored()
isPropertyFailureToBeIgnored in interface IContentAndPropertiesDescriptor
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||