Uses of Class
com.storedobject.core.Link
Packages that use Link
Package
Description
-
Uses of Link in com.storedobject.core
Methods in com.storedobject.core that return LinkModifier and TypeMethodDescriptionstatic Link<?> Link.create(Class<? extends StoredObject> masterClass, String linkDetails) Creates a new Link object based on the specified master class and link details.Link<?> AuditTrailLinkConfiguration.createLink(AuditTrailConfiguration masterConfiguration) Link<?> AuditTrailLinkConfiguration.createLink(Class<? extends StoredObject> masterClass) Link<?> ObjectForest.LinkNode.getLink()Methods in com.storedobject.core that return types with arguments of type LinkModifier and TypeMethodDescriptionLink.createList(Class<? extends StoredObject> masterClass) Creates a list ofLinkobjects associated with the specified master class.Link.createList(Class<? extends StoredObject> masterClass, StringList extraLinks) Creates a list ofLinkobjects associated with the specified master class and additional link details.ObjectForest.getLinkVisibility()BiFunction<Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> ObjectForest.getListLinks()Methods in com.storedobject.core with parameters of type LinkModifier and TypeMethodDescriptionstatic <O extends StoredObject>
StoredObjectLink<O> StoredObjectLink.create(Link<O> link, StoredObject master) final StoredObjectLink<?> StoredObject.objectLink(Link<?> sLink) Get the object link associated with this instance.Method parameters in com.storedobject.core with type arguments of type LinkModifier and TypeMethodDescriptionvoidObjectForest.setLinkVisibility(Predicate<Link<?>> linkVisibility) voidObjectForest.setListLinks(BiFunction<Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> listLinks) -
Uses of Link in com.storedobject.office
Methods in com.storedobject.office with parameters of type LinkModifier and TypeMethodDescriptionFiller.getLinkCondition(Link<?> link) Retrieves the condition associated with the specified link.<L extends StoredObject>
Predicate<L> Filler.getLinkFilter(Link<L> link) Generates a filter predicate for the specified link. -
Uses of Link in com.storedobject.ui
Methods in com.storedobject.ui that return LinkModifier and TypeMethodDescriptionDetailLinkGrid.getLink()LinkGrid.getLink()LinkValue.getLink()ObjectLinkField.getLink()ReferenceLinkGrid.getLink()Methods in com.storedobject.ui that return types with arguments of type LinkMethods in com.storedobject.ui with parameters of type LinkModifier and TypeMethodDescriptionstatic ObjectIterator<? extends StoredObject> FileViewer.list(Link<?> link, StoredObject master) Constructors in com.storedobject.ui with parameters of type Link -
Uses of Link in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory that return types with arguments of type Link -
Uses of Link in com.storedobject.ui.tools
Methods in com.storedobject.ui.tools that return types with arguments of type Link