Uses of Class
org.processmining.contexts.uitopia.model.ProMResource
-
Packages that use ProMResource Package Description org.processmining.contexts.uitopia.hub org.processmining.contexts.uitopia.model -
-
Uses of ProMResource in org.processmining.contexts.uitopia.hub
Methods in org.processmining.contexts.uitopia.hub with type parameters of type ProMResource Modifier and Type Method Description <R extends ProMResource<?>>
RProMResourceManager. addResource(org.processmining.framework.providedobjects.ProvidedObjectID id, R res)Methods in org.processmining.contexts.uitopia.hub that return ProMResource Modifier and Type Method Description ProMResource<?>ProMResourceManager. getResourceForInstance(java.lang.Object o)Methods in org.processmining.contexts.uitopia.hub that return types with arguments of type ProMResource Modifier and Type Method Description java.util.List<ProMResource<?>>ProMResourceManager. getAllResources()java.util.List<ProMResource<?>>ProMResourceManager. getAllResources(org.deckfour.uitopia.api.model.ResourceFilter filter)java.util.List<ProMResource<?>>ProMResourceManager. getChildrenOf(org.deckfour.uitopia.api.model.Resource parent)java.util.List<ProMResource<?>>ProMResourceManager. getChildrenOf(org.deckfour.uitopia.api.model.Resource parent, org.deckfour.uitopia.api.model.ResourceFilter filter)java.util.List<ProMResource<?>>ProMResourceManager. getFavoriteResources()java.util.List<ProMResource<?>>ProMResourceManager. getFavoriteResources(org.deckfour.uitopia.api.model.ResourceFilter filter)java.util.List<ProMResource<?>>ProMResourceManager. getImportedResources()java.util.List<ProMResource<?>>ProMResourceManager. getImportedResources(org.deckfour.uitopia.api.model.ResourceFilter filter)java.util.List<ProMResource<?>>ProMResourceManager. getParentsOf(org.deckfour.uitopia.api.model.Resource child)java.util.List<ProMResource<?>>ProMResourceManager. getParentsOf(org.deckfour.uitopia.api.model.Resource child, org.deckfour.uitopia.api.model.ResourceFilter filter) -
Uses of ProMResource in org.processmining.contexts.uitopia.model
Subclasses of ProMResource in org.processmining.contexts.uitopia.model Modifier and Type Class Description classProMCResourceclassProMPOResourceMethods in org.processmining.contexts.uitopia.model with parameters of type ProMResource Modifier and Type Method Description voidProMResource.Listener. changed(ProMResource<?> resource, boolean fullUpdate)Constructors in org.processmining.contexts.uitopia.model with parameters of type ProMResource Constructor Description ProMView(ProMViewManager manager, ProMViewType type, ProMResource<?> resource, java.lang.String name, org.processmining.framework.util.Pair<java.lang.Integer,org.processmining.framework.plugin.PluginParameterBinding> binding)
-