Uses of Interface
net.officefloor.compile.managedobject.ManagedObjectTeamType
-
Packages that use ManagedObjectTeamType Package Description net.officefloor.compile.impl.managedobject net.officefloor.compile.managedobject -
-
Uses of ManagedObjectTeamType in net.officefloor.compile.impl.managedobject
Classes in net.officefloor.compile.impl.managedobject that implement ManagedObjectTeamType Modifier and Type Class Description classManagedObjectTeamTypeImplManagedObjectTeamTypeimplementation.Methods in net.officefloor.compile.impl.managedobject that return ManagedObjectTeamType Modifier and Type Method Description ManagedObjectTeamType[]ManagedObjectTypeImpl. getTeamTypes()Constructors in net.officefloor.compile.impl.managedobject with parameters of type ManagedObjectTeamType Constructor Description ManagedObjectTypeImpl(java.lang.Class<?> objectClass, boolean isInput, ManagedObjectDependencyType<D>[] dependencies, ManagedObjectFunctionDependencyType[] functionDependencies, ManagedObjectFlowType<?>[] flows, ManagedObjectTeamType[] teams, ManagedObjectExecutionStrategyType[] executionStrategy, java.lang.Class<?>[] extensionTypes)Initiate. -
Uses of ManagedObjectTeamType in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject that return ManagedObjectTeamType Modifier and Type Method Description ManagedObjectTeamType[]ManagedObjectType. getTeamTypes()
-