org.freedesktop.dbus.interfaces.DBusInterfacepublic class Item extends Item
ATTRIBUTES, LABELconnection, interfaceName, msg, objectPath, serviceName, sh| Constructor | Description |
|---|---|
Item(String collectionID,
String itemID,
Service service) |
|
Item(org.freedesktop.dbus.ObjectPath item,
Service service) |
| Modifier and Type | Method | Description |
|---|---|---|
org.freedesktop.dbus.types.UInt64 |
created() |
|
org.freedesktop.dbus.ObjectPath |
delete() |
Delete this item.
|
Map<String,String> |
getAttributes() |
The lookup attributes for this item.
|
String |
getId() |
|
String |
getLabel() |
Label is a D-Bus Property.
|
String |
getObjectPath() |
|
Secret |
getSecret(org.freedesktop.dbus.ObjectPath session) |
Retrieve the secret for this item.
|
String |
getType() |
|
boolean |
isLocked() |
|
boolean |
isRemote() |
|
org.freedesktop.dbus.types.UInt64 |
modified() |
|
void |
setAttributes(Map<String,String> attributes) |
The lookup attributes for this item.
|
void |
setLabel(String label) |
Label is a D-Bus Property.
|
void |
setSecret(Secret secret) |
Set the secret for this item.
|
createPropertiesgetAllProperties, getConnection, getInterfaceName, getMessageHandler, getPath, getProperty, getServiceName, getSignalHandler, send, send, setPropertypublic Item(org.freedesktop.dbus.ObjectPath item,
Service service)
public org.freedesktop.dbus.ObjectPath delete()
Itempublic Secret getSecret(org.freedesktop.dbus.ObjectPath session)
Itempublic void setSecret(Secret secret)
Itempublic boolean isLocked()
public Map<String,String> getAttributes()
ItemIt is managed by using the org.freedesktop.DBus.Properties interface.
getAttributes in class Itempublic void setAttributes(Map<String,String> attributes)
ItemIt is managed by using the org.freedesktop.DBus.Properties interface.
setAttributes in class Itemattributes - The attributes of the item.public String getLabel()
ItemIt is managed by using the org.freedesktop.DBus.Properties interface.
public void setLabel(String label)
ItemIt is managed by using the org.freedesktop.DBus.Properties interface.
public String getType()
public org.freedesktop.dbus.types.UInt64 created()
public org.freedesktop.dbus.types.UInt64 modified()
public boolean isRemote()
public String getObjectPath()
getObjectPath in interface org.freedesktop.dbus.interfaces.DBusInterfacegetObjectPath in class Messagingpublic String getId()
Copyright © 2019. All rights reserved.