|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| 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.CopyFlagsDescriptor
public class CopyFlagsDescriptor
Class implementing copy flags for a resource to be copied.
| Field Summary | |
|---|---|
protected Set |
childrenLinkTypesToBeCopied
|
protected boolean |
childrenToBeCopied
|
| Constructor Summary | |
|---|---|
CopyFlagsDescriptor(boolean childrenToBeCopied)
Construct object of class CopyFlagsDescriptor. |
|
CopyFlagsDescriptor(boolean childrenToBeCopied,
LinkType[] childrenLinkTypesToBeCopied)
Construct object of class CopyFlagsDescriptor. |
|
| Method Summary | |
|---|---|
void |
addLinkTypeToBeCopied(LinkType childrenLinkTypeToBeCopied)
Add link type to be copied when children also need to be copied. |
boolean |
isChildrenLinkToBeCopied(LinkType linkType)
Get flag whether or not child links of the given LinkType should be
copied. |
boolean |
isCildrenToBeCopied()
Get flag whether or not children should be copied. |
void |
removeLinkTypeToBeCopied(LinkType childrenLinkTypeToBeCopied)
Remove link type to be copied when children also need to be copied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean childrenToBeCopied
protected Set childrenLinkTypesToBeCopied
| Constructor Detail |
|---|
public CopyFlagsDescriptor(boolean childrenToBeCopied)
childrenToBeCopied - flag whether or not children should be copied
public CopyFlagsDescriptor(boolean childrenToBeCopied,
LinkType[] childrenLinkTypesToBeCopied)
childrenToBeCopied - flag whether or not children should be copiedchildrenLinkTypesToBeCopied - flag whether or not child links of the
given LinkType should be copied| Method Detail |
|---|
public void addLinkTypeToBeCopied(LinkType childrenLinkTypeToBeCopied)
childrenLinkTypeToBeCopied - link typepublic void removeLinkTypeToBeCopied(LinkType childrenLinkTypeToBeCopied)
childrenLinkTypeToBeCopied - link typepublic boolean isCildrenToBeCopied()
isCildrenToBeCopied in interface ICopyFlagsDescriptorpublic boolean isChildrenLinkToBeCopied(LinkType linkType)
LinkType should be
copied.
isChildrenLinkToBeCopied in interface ICopyFlagsDescriptorlinkType - link type
LinkType
should be copied| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||