Examples of Group

@author Robert "kebernet" Cooper
  • org.sbml.jsbml.ext.groups.Group
    @author Nicolas Rodriguez @author Clemens Wrzodek @since 1.0 @version $Rev: 1639 $
  • org.sbml.jsbml.ext.render.Group
    @author Eugen Netz @author Alexander Diamantikos @author Jakob Matthes @author Jan Rudolph @version $Rev: 1639 $ @since 1.0 @date 08.05.2012
  • org.springframework.data.neo4j.Group
  • org.springframework.data.neo4j.aspects.Group
  • org.springframework.data.neo4j.model.Group
  • org.structr.core.entity.Group
    @author amorgner
  • org.uberfire.backend.group.Group
  • org.voltdb.catalog.Group
  • org.wildfly.clustering.group.Group
    Represents a groups of nodes. @author Paul Ferraro
  • org.xith3d.scenegraph.Group
  • org.zkoss.zul.Group
    Adds the ability for single level grouping to the Grid.

    Available in ZK PE and EE.

    Event:

    1. onOpen is sent when this listgroup is opened or closed by user.

    Default {@link #getZclass}: z-group.

    Note: All the child of this component are automatically applied the group-cell CSS, if you don't want this CSS, you can invoke the {@link Label#setSclass(String)}after the child added. @author jumperchen @since 3.5.0

  • project.entities.institute.Group
  • projectatlast.group.Group
  • quickfix.Group
  • ro.isdc.wro.model.group.Group
    A group is an entity holding a list of resources.

    This class is thread safe. @author Alex Objelean @created Created on Oct 30, 2008

  • ru.org.linux.group.Group
  • simpleserver.config.xml.Group
  • sk.netmap.bo.Group
    BO group of servers @author Matej Zachar, $Date: 2006-04-23 20:42:47 +0000 (Ne, 23 apr 2006) $
  • storm.trident.graph.Group
  • tripleplay.ui.Group
    A grouping element that contains other elements and lays them out according to a layout policy.
  • ua.ck.geekhub.entity.Group
    Created by Vladimir on 3/11/14.
  • ucar.nc2.Group
    A Group is a logical collection of Variables. The Groups in a Dataset form a hierarchical tree, like directories on a disk. A Group has a name and optionally a set of Attributes. There is always at least one Group in a dataset, the root Group, whose name is the empty string.

    Immutable if setImmutable() was called. @author caron

  • xregistry.group.Group
    Represent a Group, group may have Users and child groups. The symantics of child groups are resolved by assuming of foo is in G1 and G1 is in G2, it is same as foo is in G1 (G1,G2 are groups and foo is a user). @author Srinath Perera(hperera@cs.indiana.edu)
  • zendeskapi.models.groups.Group
    @author jgroth

  • Examples of org.beangle.security.blueprint.Group

      protected PropertyExtractor getPropertyExtractor() {
        return new GroupPropertyExtractor(new ActionTextResource(this));
      }

      protected String saveAndForward(Entity<?> entity) {
        Group group = (Group) entity;
        if (entityDao.duplicate(Group.class, group.getId(), "name", group.getName())) { return redirect(
            "edit", "error.notUnique"); }
        if (!group.isPersisted()) {
          User creator = userService.get(getUserId());
          userService.createGroup(creator, group);
        } else {
          group.setUpdatedAt(new Date(System.currentTimeMillis()));
          if (!group.isPersisted()) {
            group.setCreatedAt(new Date(System.currentTimeMillis()));
          }
          entityDao.saveOrUpdate(group);
        }
        return redirect("search", "info.save.success");
      }
    View Full Code Here

    Examples of org.biojava.bio.structure.Group

          return atom.getName();
        }

        public String getGroup3() {

          Group parent = atom.getParent();
          if (parent != null) {

            return parent.getPDBName();
          }
          return null;
        }
    View Full Code Here

    Examples of org.bitbucket.rehei.sparqljava.query.group

            .fromNamed("http://example.org/people", new where() {
              {
                select("SUM(?book) as ?totalAmountOfBooks",
                    new where() {
                      {
                        $(new group() {
                          {
                            $("?book rdf:type <Book>");
                          }
                        }).union(new group() {
                          {
                            $("?book rdf:type <Magazine>");
                          }
                        });
                      }
                    });

                $(new group() {
                  {
                    $("?author <hasWritten> ?book");
                  }
                }).union(new group() {
                  {
                    $("?author <hasContributedTo> ?book ");
                  }
                });
    View Full Code Here

    Examples of org.broadleafcommerce.openadmin.web.rulebuilder.grouping.Group

                            id = Long.parseLong(p.getValue());
                        }
                    }

                    if (mvel != null) {
                        Group group = groupingTranslator.createGroups(mvel);
                        DataDTO dataDTO = createRuleDataDTO(null, group, fieldService);
                        if (dataDTO != null) {
                            dataDTO.setId(id);
                            dataDTO.setQuantity(qty);
                            dataWrapper.getData().add(dataDTO);
    View Full Code Here

    Examples of org.butor.auth.common.group.Group

        if (desc == null) {
          rh.addMessage(CommonMessageID.NOT_FOUND.getMessage());
          return;
        }

        Group group = new Group();
        group.setId(groupId);
        group.setDescription(desc.getDescription());
        group.setRevNo(desc.getRevNo());
        group.setStamp(desc.getStamp());
        group.setUserId(group.getUserId());
        group.setItems(groupDao.readGroup(groupId, cra));
        rh.addRow(group);
      }
    View Full Code Here

    Examples of org.camunda.bpm.engine.identity.Group

       
        assertEquals(5, groupList.size());
      }
     
      public void testFilterByGroupId() {
        Group group = identityService.createGroupQuery().groupId("management").singleResult();
        assertNotNull(group);
       
        // validate result
        assertEquals("management", group.getId());
        assertEquals("management", group.getName());
       
        group = identityService.createGroupQuery().groupId("whatever").singleResult();
        assertNull(group);
      }
    View Full Code Here

    Examples of org.crank.crud.criteria.Group

    public class GroupTest {

      @Test
      public void testDepartmentName() {
        Group group = and(eq("department.name", "IT"), eq("lastName",
            "Hightower"));
        assertEquals("(AND [department.name_EQ_IT, lastName_EQ_Hightower])",
            group.toString());

        group = and(eq("department_name", "IT"), eq("lastName", "Hightower"));
        assertEquals("(AND [department.name_EQ_IT, lastName_EQ_Hightower])",
            group.toString());

      }
    View Full Code Here

    Examples of org.dru.clay.respository.artifact.Group

        filterDependencies(Collections.singleton(configuration), dependencies, resolveQueue);

        while (resolveQueue.peek() != null) {
          final ConfigurationContext context = resolveQueue.poll();
          final Dependency dependency = context.getDependency();
          final Group group = dependency.getGroup();
          final UnresolvedArtifact unresolved = dependency.getArtifact();

          final Artifact resolveArtifact = repository.lookup(transport, group, unresolved);

          logger.info("Resolved %s -> %s", unresolved, resolveArtifact);
    View Full Code Here

    Examples of org.dspace.eperson.Group

         */
        private static void addAnonymousPolicy(Context c, DSpaceObject t,
                int myaction) throws SQLException, AuthorizeException
        {
            // group 0 is the anonymous group!
            Group anonymousGroup = Group.find(c, 0);

            // now create the default policies for submitted items
            ResourcePolicy myPolicy = ResourcePolicy.create(c);
            myPolicy.setResource(t);
            myPolicy.setAction(myaction);
    View Full Code Here

    Examples of org.eclipse.bpmn2.Group

                if (result == null)
                    result = defaultCase(theEObject);
                return result;
            }
            case Bpmn2Package.GROUP: {
                Group group = (Group) theEObject;
                T result = caseGroup(group);
                if (result == null)
                    result = caseArtifact(group);
                if (result == null)
                    result = caseBaseElement(group);
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.