|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExportPackage
Defines specific methods that only apply for export packages.
These methods offer modifications of information like
Copyright 2007 SAP AG
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sap.netweaver.kmc.expimp.IPackage |
|---|
IPackage.State |
| Method Summary | |
|---|---|
boolean |
addRid(RID rid)
Adds a new resource tree by specifying its root resource. |
void |
enableConstantIdExport(boolean enable)
Enables/disables the export of constant IDs of KM resources. |
ArchivePartIterator |
getArchiveParts()
Gets the parts of the generated archive containing the exported KM content. |
String |
getCTSNote()
Gets the note that will be attached to the OTO/CTS transport. |
com.sap.tc.di.draft.ts.TransportRequest |
getCTSTransport()
Gets the OTO/CTS transport this export package will be added to. |
void |
setCTSNote(String note)
Sets the note that will be attached to the OTO/CTS transport. |
void |
setCTSTransport(com.sap.tc.di.draft.ts.TransportRequest request)
Sets the OTO/CTS transport this export package will be added to. |
void |
setMaxCreationDate(long maxCreated)
Sets the maximum creation date of a resource. |
void |
setMaxDepth(int maxDepth)
Sets the maximum depth for the recursion into collections. |
void |
setMaxModificationDate(long maxModified)
Sets the maximum modification date of a resource. |
void |
setMaxSize(int maxSize)
Sets the maximum size of a resource. |
void |
setMinCreationDate(long minCreated)
Sets the minimum creation date of a resource. |
void |
setMinModificationDate(long minModified)
Sets the minimum modification date of a resource. |
void |
setMinSize(int minSize)
Sets the minimum size of a resource. |
void |
setNameFilter(String nameFilter)
Sets the name filter defined as comma-separated wildcard expressions (e.g. |
| Methods inherited from interface com.sap.netweaver.kmc.expimp.IPackage |
|---|
getID, getMaxCreationDate, getMaxDepth, getMaxModificationDate, getMaxSize, getMinCreationDate, getMinModificationDate, getMinSize, getName, getNameFilter, getRIDs, getState, isConstantIdExport |
| Method Detail |
|---|
boolean addRid(RID rid)
rid - the RID of root resource
true if rid could be successfully added,
false if it is already included in this export packageIPackage.getRIDs()void enableConstantIdExport(boolean enable)
enable - true if constant IDs have to be exported, false
otherwiseIPackage.isConstantIdExport()void setNameFilter(String nameFilter)
*doc,*.txt) that are applied on resource identifiers.
nameFilter - the name filter (or null for unlimited)IPackage.getNameFilter()void setMaxDepth(int maxDepth)
maxDepth - the maximum depth (or -1 for unlimited)IPackage.getMaxDepth()void setMinSize(int minSize)
minSize - the minimum size (or -1 for unlimited)IPackage.getMinSize()void setMaxSize(int maxSize)
maxSize - the maximum size (or -1 for unlimited)IPackage.getMaxSize()void setMinCreationDate(long minCreated)
minCreated - the minimum creation date (or -1 for unlimited)IPackage.getMinCreationDate()void setMaxCreationDate(long maxCreated)
maxCreated - the maximum creation date (or -1 for unlimited)IPackage.getMaxCreationDate()void setMinModificationDate(long minModified)
minModified - the minimum modification date (or -1 for unlimited)IPackage.getMinModificationDate()void setMaxModificationDate(long maxModified)
maxModified - the maximum modification date (or -1 for unlimited)IPackage.getMaxModificationDate()com.sap.tc.di.draft.ts.TransportRequest getCTSTransport()
null)void setCTSTransport(com.sap.tc.di.draft.ts.TransportRequest request)
If the parameter request is set to null, this export will not be
added to a OTO/CTS transport.
request - the OTO/CTS transport (or null)String getCTSNote()
null if non is available)void setCTSNote(String note)
note - the note to be attached (or null if no note should be attached)ArchivePartIterator getArchiveParts()
| 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.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||