Class ActiveSpaceConfigStorageBatchContextRegistry
- java.lang.Object
-
- org.guvnor.structure.backend.organizationalunit.config.ActiveSpaceConfigStorageBatchContextRegistry
-
public class ActiveSpaceConfigStorageBatchContextRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description ActiveSpaceConfigStorageBatchContextRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearCurrentBatch()static org.guvnor.structure.organizationalunit.config.SpaceConfigStorageBatch.SpaceConfigStorageBatchContextgetCurrentBatch(org.guvnor.structure.organizationalunit.config.SpaceConfigStorage spaceConfigStorage, org.guvnor.structure.organizationalunit.config.SpaceConfigStorageBatch ownerBatch)
-
-
-
Method Detail
-
getCurrentBatch
public static org.guvnor.structure.organizationalunit.config.SpaceConfigStorageBatch.SpaceConfigStorageBatchContext getCurrentBatch(org.guvnor.structure.organizationalunit.config.SpaceConfigStorage spaceConfigStorage, org.guvnor.structure.organizationalunit.config.SpaceConfigStorageBatch ownerBatch)
-
clearCurrentBatch
public static void clearCurrentBatch()
-
-