Interface IClipboardItem
- All Superinterfaces:
IPooledObject<IClipboardItem>
,Serializable
An individual item to be placed on the clipboard
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
Get the action for this itemGet the original container URIgetURI()
Get the IURI of this objectboolean
Whether this is a referencevoid
setAction
(int action) void
setOrigContainerURI
(IURI uri) Set the original container URIvoid
setReference
(boolean isReference) void
Methods inherited from interface com.webmethods.portal.system.pool.IPooledObject
getPool, release, setPool
-
Field Details
-
ACTION_COPY
static final int ACTION_COPY- See Also:
-
ACTION_CUT
static final int ACTION_CUT- See Also:
-
-
Method Details
-
getAction
int getAction()Get the action for this item- See Also:
-
setAction
void setAction(int action) - See Also:
-
isReference
boolean isReference()Whether this is a reference- Returns:
-
setReference
void setReference(boolean isReference) - See Also:
-
getURI
IURI getURI()Get the IURI of this object- Returns:
-
setURI
- Parameters:
uri
-- See Also:
-
getOrigContainerURI
IURI getOrigContainerURI()Get the original container URI- Returns:
-
setOrigContainerURI
Set the original container URI- Parameters:
uri
-
-