Uses of Class
com.storedobject.core.StoredObjectUtility.Link
Packages that use StoredObjectUtility.Link
Package
Description
-
Uses of StoredObjectUtility.Link in com.storedobject.core
Methods in com.storedobject.core that return StoredObjectUtility.LinkModifier and TypeMethodDescriptionAuditTrailLinkConfiguration.createLink
(AuditTrailConfiguration masterConfiguration) AuditTrailLinkConfiguration.createLink
(Class<? extends StoredObject> masterClass) static StoredObjectUtility.Link
<?> StoredObjectUtility.createLink
(Class<? extends StoredObject> masterClass, String linkDetails) ObjectForest.LinkNode.getLink()
Methods in com.storedobject.core that return types with arguments of type StoredObjectUtility.LinkModifier and TypeMethodDescriptionObjectForest.getLinkVisibility()
BiFunction
<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> ObjectForest.getListLinks()
static ArrayList
<StoredObjectUtility.Link<?>> StoredObjectUtility.linkDetails
(Class<? extends StoredObject> masterClass) static ArrayList
<StoredObjectUtility.Link<?>> StoredObjectUtility.linkDetails
(Class<? extends StoredObject> masterClass, StringList extraLinks) Methods in com.storedobject.core with parameters of type StoredObjectUtility.LinkModifier and TypeMethodDescriptionstatic <O extends StoredObject>
StoredObjectLink<O> StoredObjectLink.create
(StoredObjectUtility.Link<O> link, StoredObject master) final StoredObjectLink
<?> StoredObject.objectLink
(StoredObjectUtility.Link<?> sLink) Get the object link associated with this instance.Method parameters in com.storedobject.core with type arguments of type StoredObjectUtility.LinkModifier and TypeMethodDescriptionvoid
ObjectForest.setLinkVisibility
(Predicate<StoredObjectUtility.Link<?>> linkVisibility) void
ObjectForest.setListLinks
(BiFunction<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> listLinks) -
Uses of StoredObjectUtility.Link in com.storedobject.ui
Methods in com.storedobject.ui that return StoredObjectUtility.LinkModifier and TypeMethodDescriptionDetailLinkGrid.getLink()
LinkGrid.getLink()
LinkValue.getLink()
ObjectLinkField.getLink()
ReferenceLinkGrid.getLink()
Methods in com.storedobject.ui that return types with arguments of type StoredObjectUtility.LinkMethods in com.storedobject.ui with parameters of type StoredObjectUtility.LinkModifier and TypeMethodDescriptionstatic ObjectIterator
<? extends StoredObject> FileViewer.list
(StoredObjectUtility.Link<?> link, StoredObject master) Constructors in com.storedobject.ui with parameters of type StoredObjectUtility.Link -
Uses of StoredObjectUtility.Link in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory that return types with arguments of type StoredObjectUtility.Link -
Uses of StoredObjectUtility.Link in com.storedobject.ui.tools
Methods in com.storedobject.ui.tools that return types with arguments of type StoredObjectUtility.Link