|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMimeType
This class reflects the "MimeType" element from the ObjectTypeHandler.dtd It
holds the elements attribute and mode. If no mode is set in the OTH, the
implementation must set its mode value to SOURCE_EXCLUSIVE .
| Field Summary | |
|---|---|
static String |
BOTH
a mimetype with this value as handling-attribute will match for both the IResource with this mimetype, and for a link that points to
it. |
static String |
SOURCE_EXCLUSIVE
a mimetype with this value as handling-attribute will only match for the IResource with this mimetype, not for a link that points to
it. |
static String |
TARGET_EXCLUSIVE
a mimetype with this value as handling-attribute will only match for the link that points to an IResource with this mimetype |
| Method Summary | |
|---|---|
String |
getHandling()
get the handling-attribute of the class. |
String |
getMimeType()
get the mimetype-attribute of the class. |
void |
setMimeType(String type)
sets the mimetype-attribute of the class. |
| Field Detail |
|---|
static final String TARGET_EXCLUSIVE
IResource with this mimetype
static final String SOURCE_EXCLUSIVE
IResource with this mimetype, not for a link that points to
it. This is the default behavior.
static final String BOTH
IResource with this mimetype, and for a link that points to
it.
| Method Detail |
|---|
String getHandling()
nullString getMimeType()
nullvoid setMimeType(String type)
type - the mimetype-attribute. Must not be null| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||