Uses of Class
org.exoplatform.container.ComponentTaskType
-
Packages that use ComponentTaskType Package Description org.exoplatform.container -
-
Uses of ComponentTaskType in org.exoplatform.container
Methods in org.exoplatform.container that return ComponentTaskType Modifier and Type Method Description ComponentTaskTypeComponentTaskContextEntry. getTaskType()ComponentTaskTypeCyclicDependencyException. getTaskType()ComponentTaskTypeComponentTask. getType()static ComponentTaskTypeComponentTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentTaskType[]ComponentTaskType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.container with parameters of type ComponentTaskType Modifier and Type Method Description ComponentTaskContextComponentTaskContext. 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)ComponentTaskContextComponentTaskContext. resetDependencies(Object key, ComponentTaskType type)Resets the dependencies but keeps the current dependency resolution context.ComponentTaskContextComponentTaskContext. setLastTaskType(ComponentTaskType lastTaskType)Defines explicitly the last task type knownConstructors in org.exoplatform.container with parameters of type ComponentTaskType Constructor Description ComponentTask(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
-