java.lang.Object
com.flexstor.common.modules.clipboard.FlexClipboard
- public class FlexClipboard
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PASTE_OK
public static final int PASTE_OK
- See Also:
- Constant Field Values
PASTE_INVALID
public static final int PASTE_INVALID
- See Also:
- Constant Field Values
PASTE_DUPLICATE
public static final int PASTE_DUPLICATE
- See Also:
- Constant Field Values
UNKNOWN_ITEM
public static final int UNKNOWN_ITEM
- See Also:
- Constant Field Values
BUCKET_ITEM
public static final int BUCKET_ITEM
- See Also:
- Constant Field Values
ELEMENT_ITEM
public static final int ELEMENT_ITEM
- See Also:
- Constant Field Values
ASSET_ITEM
public static final int ASSET_ITEM
- See Also:
- Constant Field Values
nDisguiseId
private int nDisguiseId
nBucketCount
private int nBucketCount
nElementCount
private int nElementCount
nAssetCount
private int nAssetCount
nItemType
private int nItemType
nInsertBucketLevel
private int nInsertBucketLevel
naCurrentAssetIds
private long[] naCurrentAssetIds
clipboard
private java.util.ArrayList clipboard
buckReg
private com.flexstor.common.modules.registry.bucket.BucketRegistry buckReg
elemReg
private com.flexstor.common.modules.registry.element.ElementRegistry elemReg
assetReg
private com.flexstor.common.modules.registry.asset.AssetRegistry assetReg
FlexClipboard
public FlexClipboard()
invalidate
public void invalidate()
quickValidate
public boolean quickValidate(com.flexstor.common.modules.registry.BaseInstanceI dest)
validate
public int validate(com.flexstor.common.modules.registry.BaseInstanceI dest)
hasAssetDuplicates
private boolean hasAssetDuplicates(com.flexstor.common.modules.registry.BaseInstanceI dest)
copy
public void copy(java.util.List orginal)
getContentType
public int getContentType()
getContentLevel
public int getContentLevel()
copyItems
private void copyItems(java.util.List orginal,
int nDepth)
throws com.flexstor.common.gateway.exceptions.TransactionFailedException
paste
public java.util.ArrayList paste(com.flexstor.common.modules.registry.BaseInstanceI dest)
pasteItems
private java.util.ArrayList pasteItems(com.flexstor.common.modules.registry.BaseInstanceI dest)
getDisguiseId
private int getDisguiseId(java.lang.Object o)