Uses of Interface
com.uc4.api.ITransportable
-
Packages that use ITransportable Package Description com.uc4.api com.uc4.communication.requests -
-
Uses of ITransportable in com.uc4.api
Classes in com.uc4.api that implement ITransportable Modifier and Type Class Description class
FolderListItem
This class represents one object in a folder.class
SearchResultItem
This class represents an item from the search result. -
Uses of ITransportable in com.uc4.communication.requests
Methods in com.uc4.communication.requests with parameters of type ITransportable Modifier and Type Method Description protected void
TransportObject. check(ITransportable object)
Constructors in com.uc4.communication.requests with parameters of type ITransportable Constructor Description TransportObject(ITransportable transportable)
Creates a newTransportObject
request to place a single UC4 Object in the transport folder.Constructor parameters in com.uc4.communication.requests with type arguments of type ITransportable Constructor Description TransportObject(java.util.Iterator<? extends ITransportable> it)
Creates a newTransportObject
request to place a list of objects into the transport folder.
-