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.jclouds.enterprisechef.domain.Group

          assertNotNull(groups);
          assertFalse(groups.isEmpty());
       }

       public void testGetUnexistingGroup() {
          Group group = api.getGroup(UUID.randomUUID().toString());
          assertNull(group);
       }
    View Full Code Here

    Examples of org.jclouds.hostedchef.domain.Group

          assertNotNull(groups);
          assertFalse(groups.isEmpty());
       }

       public void testGetUnexistingGroup() {
          Group group = api.getGroup(UUID.randomUUID().toString());
          assertNull(group);
       }
    View Full Code Here

    Examples of org.jclouds.rackspace.autoscale.v1.domain.Group

       @Test
       public void testGetGroup() {
          for (String zone : api.getConfiguredZones()) {
             GroupApi groupApi = api.getGroupApiForZone(zone);
             String groupId = created.get(zone).get(0).getId();
             Group testGroup = groupApi.get(groupId);
             assertEquals(testGroup.getId(), groupId);
             assertEquals(testGroup.getGroupConfiguration().getCooldown(), 360);
             assertEquals(testGroup.getLaunchConfiguration().getServerName(), "autoscale_server");
             assertEquals(testGroup.getScalingPolicies().get(0).getName(), "scale up by 1");
          }
       }
    View Full Code Here

    Examples of org.jclouds.vcloud.director.v1_5.domain.Group

                .httpRequestBuilder().build(),
             new VcloudHttpResponsePrimer()
                .xmlFilePayload("/group/group.xml", VCloudDirectorMediaType.GROUP)
                .httpResponseBuilder().build());

          Group expected = group();

          assertEquals(api.getGroupApi().get(groupRef.getHref()), expected);
       }
    View Full Code Here

    Examples of org.jets3t.service.impl.soap.axis._2006_03_01.Group

                GranteeInterface jets3tGrantee = jets3tGaP.getGrantee();
                Grant grant = new Grant();
               
                if (jets3tGrantee instanceof GroupGrantee) {
                    GroupGrantee groupGrantee = (GroupGrantee) jets3tGrantee;
                    Group group = new Group();
                    group.setURI(groupGrantee.getIdentifier());
                    grant.setGrantee(group);
                } else if (jets3tGrantee instanceof CanonicalGrantee) {
                    CanonicalGrantee canonicalGrantee = (CanonicalGrantee) jets3tGrantee;
                    CanonicalUser canonicalUser = new CanonicalUser();
                    canonicalUser.setID(canonicalGrantee.getIdentifier());
    View Full Code Here

    Examples of org.jfree.report.Group

          changeFontInElement(event.getReport().getReportFooter().getElements());
          changeFontInElement(event.getReport().getPageHeader().getElements());
          changeFontInElement(event.getReport().getPageFooter().getElements());
          GroupList list = event.getReport().getGroups();
          for (int i = 0; i < list.size(); i++) {
            Group g = list.get(i);
            changeFontInElement(g.getHeader().getElements());
            changeFontInElement(g.getFooter().getElements());
          }
        }
      }//}}}
    View Full Code Here

    Examples of org.jfree.report.structure.Group

      private Group group;
      private GroupingExpressionReadHandler groupingExpressionReadHandler;

      public GroupReadHandler()
      {
        group = new Group();
      }
    View Full Code Here

    Examples of org.jitterbit.integration.client.server.user.Group

                EffectivePermissionsPanel p = null;
                User user = usersPanel.getSelectedUser();
                if (user != null) {
                    p = new EffectivePermissionsPanel(view, getObject(), user);
                } else {
                    Group group = usersPanel.getSelectedGroup();
                    if (group != null) {
                        p = new EffectivePermissionsPanel(view, getObject(), group);
                    }
                }
                if (p != null) {
    View Full Code Here

    Examples of org.jitterbit.integration.server.accesscontrol.Group

    public class TranDbGroupPermissionsLookupTest {

        public static void main(String[] args) throws Exception {
            Connection conn = ServerDbInfo.getTranDbConnectionInfo().getConnection();
            try {
                Group group = new Group(1, "Users");
                EntityDescriptor entity = new EntityDescriptor(EntityType.Operation, 2);
                Permissions p = new TranDbGroupPermissionsLookup(conn).getPermissions(group, entity);
                System.out.println(p);
            } finally {
                KongaDbUtils.close(conn);
    View Full Code Here

    Examples of org.jivesoftware.openfire.group.Group

                    try {
                        // Optimistic approach for performance reasons. Assume first that the shared
                        // group name is the same as the display name for the shared roster

                        // Check if exists a shared group with this name
                        Group group = GroupManager.getInstance().getGroup(groupName);
                        // Get the display name of the group
                        String displayName = group.getProperties().get("sharedRoster.displayName");
                        if (displayName != null && displayName.equals(groupName)) {
                            // Remove the shared group from the list (since it exists)
                            try {
                                it.remove();
                            }
                            catch (IllegalStateException e) {
                                // Do nothing
                            }
                        }
                    }
                    catch (GroupNotFoundException e) {
                        // Check now if there is a group whose display name matches the requested group
                        for (Group group : existingGroups) {
                            // Get the display name of the group
                            String displayName = group.getProperties().get("sharedRoster.displayName");
                            if (displayName != null && displayName.equals(groupName)) {
                                // Remove the shared group from the list (since it exists)
                                try {
                                    it.remove();
                                }
    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.