Uses of Interface
com.uc4.api.ITransportable
Packages that use ITransportable
-
Uses of ITransportable in com.uc4.api
Classes in com.uc4.api that implement ITransportableModifier and TypeClassDescriptionfinal class
This class represents one object in a folder.class
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 ITransportableConstructors in com.uc4.communication.requests with parameters of type ITransportableModifierConstructorDescriptionTransportObject
(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 ITransportableModifierConstructorDescriptionTransportObject
(Iterator<? extends ITransportable> it) Creates a newTransportObject
request to place a list of objects into the transport folder.