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 classFolderListItemThis class represents one object in a folder.classSearchResultItemThis 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 voidTransportObject. check(ITransportable object)Constructors in com.uc4.communication.requests with parameters of type ITransportable Constructor Description TransportObject(ITransportable transportable)Creates a newTransportObjectrequest 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 newTransportObjectrequest to place a list of objects into the transport folder.
-