Uses of Enum Class
org.exoplatform.container.ComponentTaskType
Packages that use ComponentTaskType
-
Uses of ComponentTaskType in org.exoplatform.container
Methods in org.exoplatform.container that return ComponentTaskTypeModifier and TypeMethodDescriptionComponentTaskContextEntry.getTaskType()CyclicDependencyException.getTaskType()ComponentTask.getType()static ComponentTaskTypeReturns the enum constant of this class with the specified name.static ComponentTaskType[]ComponentTaskType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.container with parameters of type ComponentTaskTypeModifier and TypeMethodDescriptionComponentTaskContext.addToContext(Object componentKey, ComponentTaskType type) Creates a newComponentTaskContextbased on the given dependency and the already registered ones.voidComponentTaskContext.checkDependency(Object componentKey, ComponentTaskType type) Checks if the given dependency has already been defined, if so aCyclicDependencyExceptionwill be thrown.voidConcurrentContainerMT.loadDependencies(Object originalComponentKey, ComponentTaskContext ctx, Collection<Dependency> dependencies, ComponentTaskType type) ComponentTaskContext.resetDependencies(Object key, ComponentTaskType type) Resets the dependencies but keeps the current dependency resolution context.ComponentTaskContext.setLastTaskType(ComponentTaskType lastTaskType) Defines explicitly the last task type knownConstructors in org.exoplatform.container with parameters of type ComponentTaskTypeModifierConstructorDescriptionComponentTask(String name, ConcurrentContainerMT container, DependencyStackListener caller, ComponentTaskType type) The main constructor of a taskComponentTask(ConcurrentContainerMT container, DependencyStackListener caller, ComponentTaskType type) The main constructor of a taskComponentTaskContext(Object componentKey, ComponentTaskType type) Default constructorComponentTaskContextEntry(Object componentKey, ComponentTaskType type) Default constructor